Re: svnmucc

2013-11-17 Thread Vladislav Javadov
BZ The reason to support this syntax with command and arg on separate lines
BZ is to support files with whitespaces in the names

But what about quotes? Most OSes and programs accept quoted file names
containing spaces. Single-line commands are more readable, IMHO.


-- 
WBR,
Vladislav Javadov



svnmucc

2013-11-15 Thread Vladislav Javadov
Hi,

My svnmucc 1.8.4 can't work with commands from a file, like these (saved
as 'normalize.mucc'):

rm programs/develop/fasm/tags
rm programs/games/mine/tags
rm programs/games/snake/tags

I try execute them via svnmucc:

svnmucc -U file:///X:/SVN/Kolibri.com -X normalize.mucc -m Normalization

It causes me an error:

svnmucc: E24: 'rm programs/develop/fasm/tags' is not an action

I looked into the sources and found this error like svnmucc treats the
entire string 'rm programs/develop/fasm/tags' as single command. Is it
real? Is it common issue, not just for Windows?



-- 
WBR,
Vladislav Javadov