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

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 -