Re: svnmucc

2013-11-16 Thread Ben Reser
On 11/16/13 8:38 AM, Blair Zajac wrote: > The reason to support this syntax with command and arg on separate lines is to > support files with whitespaces in the names, which wouldn't be possible wit > the > syntax of command and arg on a single line. Yet another thing to add to the list of code t

Re: svnmucc

2013-11-16 Thread Blair Zajac
On 11/16/2013 03:06 AM, Andreas Mohr wrote: On Sat, Nov 16, 2013 at 04:29:13AM -0500, Geoff Rowell wrote: On Nov 16, 2013, at 2:10 AM, Vladislav Javadov wrote: rm programs/develop/fasm/tags rm programs/games/mine/tags rm programs/games/snake/tags Each command argument must be on a separate

Re: Migrating ClearCase data to Subversion

2013-11-16 Thread Nico Kadel-Garcia
I've wound up doing a stack of source control migrations to SVN. I may be in a minority, but in general, *don't*. Do a flat export of the last timestamped copy, and add them to a Subversion tag in one step. Lock the tag, and then set a new trunk from that tag. This allows a number of very useful fe

Re: svnmucc

2013-11-16 Thread Geoff Rowell
> On Nov 16, 2013, at 6:06 AM, Andreas Mohr wrote: > >> On Sat, Nov 16, 2013 at 04:29:13AM -0500, Geoff Rowell wrote: >> >>> On Nov 16, 2013, at 2:10 AM, Vladislav Javadov wrote: >>> >>> rm programs/develop/fasm/tags >>> rm programs/games/mine/tags >>> rm programs/games/snake/tags >> >> Each

Re: svnmucc

2013-11-16 Thread Andreas Mohr
On Sat, Nov 16, 2013 at 04:29:13AM -0500, Geoff Rowell wrote: > > > On Nov 16, 2013, at 2:10 AM, Vladislav Javadov wrote: > > > > rm programs/develop/fasm/tags > > rm programs/games/mine/tags > > rm programs/games/snake/tags > > Each command argument must be on a separate line: > > rm > progra

Re: svnmucc

2013-11-16 Thread Geoff Rowell
> On Nov 16, 2013, at 2:10 AM, Vladislav Javadov wrote: > > rm programs/develop/fasm/tags > rm programs/games/mine/tags > rm programs/games/snake/tags Each command argument must be on a separate line: rm programs/develop/fasm/tags rm programs/games/mine/tags rm programs/games/snake/tags - Geo