Move Directory across SVN repository using Tortoise SVN - Stack Overflow most recent 30 from stackoverflow.com2009-11-26T13:55:35Zhttp://stackoverflow.com/feeds/question/264571http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/264571/move-directory-across-svn-repository-using-tortoise-svn8Move Directory across SVN repository using Tortoise SVNNgu Soon Hui2008-11-05T07:50:36Z2009-02-05T14:05:11Z
<p>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.</p>
http://stackoverflow.com/questions/264571/move-directory-across-svn-repository-using-tortoise-svn/264576#26457613Answer by Chris Thompson for Move Directory across SVN repository using Tortoise SVNChris Thompson2008-11-05T07:55:51Z2008-11-05T07:55:51Z<p>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 "<strong>SVN Move versioned files here</strong>"</p>
http://stackoverflow.com/questions/264571/move-directory-across-svn-repository-using-tortoise-svn/277255#2772552Answer by Atempcode for Move Directory across SVN repository using Tortoise SVNAtempcode2008-11-10T07:07:56Z2008-11-10T07:07:56Z<p>Or in the Repository Browser, you can just drag the file/folder and drop into the desired folder.</p>
http://stackoverflow.com/questions/264571/move-directory-across-svn-repository-using-tortoise-svn/516017#5160171Answer by Charlie for Move Directory across SVN repository using Tortoise SVNCharlie2009-02-05T14:05:11Z2009-02-05T14:05:11Z<p>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?</p>
<p>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...</p>