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
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
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
> 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
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
> 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