views:

136

answers:

2

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.

+2  A: 
jdecuyper
Yes, this is what I used. I even made sure I was out of Visual Studio just in case of locks. After I do a commit, my project winds up conflicted or locked or something that involves a minor headache.
Steve
jdecuyper
+2  A: 

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).

M4N
Thanks. I'll give this a try. After you do the rename, do you get the change into the working copy by doing an update? Or you rename the working copy and the next commit works?
Steve
You'll get the change with the next update.
M4N