vote up 8 vote down star
2

How to move a sub directory from one directory to another, given that both are inside the same SVN repository? I am using tortoise SVN.

flag

49% accept rate

3 Answers

vote up 13 vote down check

Select the folder/files that you want to move, then RIGHT-CLICK them and drag them to where you want to move them. A menu will come up with an option "SVN Move versioned files here"

link|flag
That was exactly what I needed, thanks! – Ngu Soon Hui Nov 5 '08 at 8:04
Wow. Didn't know that. TortoiseSVN was beginning to tick me off with that. – Daddy Warbox Nov 5 '08 at 8:49
That really helped me as well - thanks! – Guy Feb 7 at 21:51
Excellent. What does move and rename do? – tim May 5 at 3:02
I believe that move and rename bring up a dialog prompting you for the new name or location. You must use "Rename" to keep the version history of a file. Move is the same as dragging and dropping and select the "Move versioned files here" – Chris Thompson May 6 at 5:57
show 1 more comment
vote up 1 vote down

If a user has moved files using the repository browser...is there a way to see this changes? It will not show up in the "svn log", right?

The problem is. Somebody moved a folder by mistake, but as always in Windows with it's drag-n-drop, they just get lost - i mean - I don't know where it fell and I don't know which folder actually moved...

link|flag
This is probably best asked as a new question. – Chris Thompson May 11 at 19:24
vote up 2 vote down

Or in the Repository Browser, you can just drag the file/folder and drop into the desired folder.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.