[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnmucc: add comment marker ?

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 24 Nov 2012 14:36:50 +0200

sebb wrote on Sat, Nov 24, 2012 at 11:33:01 +0000:
> svnmucc can be used to read commands from files.
>
> It would be handy to be able to add comments to files.
> One could use a # marker as an indication that the rest of the line is
> a comment (this cannot be confused with an existing action).
>

And if someone has a file called '#foo', they simply need to specify it
as './#foo'. (That does mean # would only be recognised on the first
column.)

> This should be simple to implement if it's thought to be useful.
>

+1

> Note: it seems svnmucc already ignores blank lines.

Do you plan to allow comments between the verb ('mv', 'propset', etc)
and its arguments? e.g., would the following be valid? ---

   mv
   # comment
   URL1
   URL2
Received on 2012-11-24 13:37:28 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.