Steve
Steve

Reputation: 5952

Renaming directories in TortoiseSVN - conflicted state

I always have problems renaming a directory in TortoiseSVN. It seems to be taking the correct steps, marking the original directory and directory files for deletion and adding a new directory with the new name. I try to commit and get conflicted state and wound up checking out my whole project again.

Is this a known bug? My workaround is to delete and add the a directory with the new name in discrete steps.

Upvotes: 1

Views: 364

Answers (2)

M4N
M4N

Reputation: 96626

I some cases I found it to be easier to rename the directory directly inside the repository, by using the repository browser (in the context menu TortoiseSVN->repo-browser).

Upvotes: 2

jdecuyper
jdecuyper

Reputation: 3963

Did you already try to use Tortoise's "rename" command?

alt text http://jdecuyper.com/img/tortoise_rename.png

Upvotes: 2

Related Questions