Re: Issue with Subversion client - svn command line interface - Spaces in the message

2014-04-17 Thread Ryan Schmidt
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

Re: Issue with Subversion client - svn command line interface - Spaces in the message

2014-04-17 Thread Srinivasa Dara
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

Re: Issue with Subversion client - svn command line interface - Spaces in the message

2014-04-17 Thread Eric Johnson
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