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