[OT] Moving entire directory structures in svn

2012-06-25 Thread Christopher Schultz
All, I apologize for another OT post to the dev list, but I know there are svn experts here and it's somewhat relevant. I have a project, recently migrated from CVS to SVN, and one of the things I'd like to be able to do that I couldn't do in CVS is to re-name files and do it all in one Big

Re: [OT] Moving entire directory structures in svn

2012-06-25 Thread Mark Thomas
On 25/06/2012 17:42, Christopher Schultz wrote: $ mkdir src/newpackage $ svn add src/newpackage Skip the above 2 lines $ svn mv src/oldpackage src/newpackage $ svn log src/newpackage/some/source/file/in/There.java You are all set. Mark

Re: [OT] Moving entire directory structures in svn

2012-06-25 Thread Christopher Schultz
Mark, On 6/25/12 12:45 PM, Mark Thomas wrote: On 25/06/2012 17:42, Christopher Schultz wrote: $ mkdir src/newpackage $ svn add src/newpackage Skip the above 2 lines I'm actually introducing a new directory into the mix -- not just renaming but also putting the newly-moved files into a