On Apr 17, 2014, at 11:49, Srinivasa Dara wrote:
> I am using command line version of svn, version 1.6.11 (r934486) in GNU/Linux
Which Linux, specifically?
Can you try a newer version of Subversion? 1.6.x and earlier are no longer
supported.
> When I run any svn command with -m option which
Hi Eric,
Thanks for the quick response.
I tried as per your suggestion, now getting different error:
svn mkdir -m "message with spaces"
svn: Local, non-commit operations do not take a log message or revision
properties
svn mkdir -m "message_with_no_spaces"
Committed revision
Any idea?
-D
Try:
svn mkdir -m "Message with spaces" instead
... instead.
The "svn help" command reports that the syntax is of the form "svn
[options] [args]", whereas you've done "svn
[args] [options]"
Eric
On Thu, Apr 17, 2014 at 9:49 AM, Srinivasa Dara wrote:
> Hi,
>
> I am currently seeing below i