Re: [SVN GURU] How do we move a directory within svn and maintain history

2013-01-16 Thread Alex Harui
Commit is CTR (commit then review). Someone can veto it later, but you've given fair warning and there haven't been any objections. If you want to go ice fishing and wait a day that's fine, but IMO, you don't have to. On 1/16/13 1:05 PM, "Michael Schmalle" wrote: > Alex, > > I don't want to

Re: [SVN GURU] How do we move a directory within svn and maintain history

2013-01-16 Thread Michael Schmalle
Alex, I don't want to overstep my bounds on this, do we need a vote to move this out of my whiteboard? It seems like that is the democratic thing to do, and the Apache way. Just moving it into a main source tree seems like a violation sort of. Mike Quoting Alex Harui : Mike, I am not

Re: [SVN GURU] How do we move a directory within svn and maintain history

2013-01-16 Thread Om
>From this link [1] 1. select the files or directories you want to move 2. right drag them to the new location inside the working copy 3. release the right mouse button 4. in the popup menu select Context Menu → SVN Move versioned files here 5. commit parent folder before changing

Re: [SVN GURU] How do we move a directory within svn and maintain history

2013-01-16 Thread Alex Harui
Mike, I am not an SVN guru, but I believe it also matters whether you want to move or copy. I think svn rename will do a move. You can also just branch your code into the new folder structure. On 1/16/13 12:56 PM, "Michael Schmalle" wrote: > Is there any way to do this with tortoise svn? Or

Re: [SVN GURU] How do we move a directory within svn and maintain history

2013-01-16 Thread Michael Schmalle
Is there any way to do this with tortoise svn? Or do you have to use the command line? Mike Quoting Carol Frampton : svn rename On 1/16/13 3 :01PM, "Michael Schmalle" wrote: As the subject suggests. Erik and I have pretty much got the FalconJx cross-compiler working/command line with ab

Re: [SVN GURU] How do we move a directory within svn and maintain history

2013-01-16 Thread Carol Frampton
svn rename On 1/16/13 3 :01PM, "Michael Schmalle" wrote: >As the subject suggests. > >Erik and I have pretty much got the FalconJx cross-compiler >working/command line with about 500+ unit tests for language emitting >and we are wondering how to we move those two projects compiler.js and >compil