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

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

From: Srinivasa Dara <srinivasa.dara_at_gmail.com>
Date: Thu, 17 Apr 2014 11:52:28 -0700

Hi Eric,

Thanks for the quick response.

I tried as per your suggestion, now getting different error:

svn mkdir -m "message with spaces" <URL>
svn: Local, non-commit operations do not take a log message or revision
properties

svn mkdir -m "message_with_no_spaces" <URL>
Committed revision <Revision number>

Any idea?

-Dara

On Thu, Apr 17, 2014 at 11:33 AM, Eric Johnson <eric_at_tibco.com> wrote:

> Try:
> svn mkdir -m "Message with spaces" <URL> instead
>
> ... instead.
>
> The "svn help" command reports that the syntax is of the form "svn
> <subcommand> [options] [args]", whereas you've done "svn <subcommand>
> [args] [options]"
>
> Eric
>
>
>
> On Thu, Apr 17, 2014 at 9:49 AM, Srinivasa Dara <srinivasa.dara_at_gmail.com>wrote:
>
>> Hi,
>>
>> I am currently seeing below issue with subversion command line..more
>> details below:
>>
>> I am using command line version of svn, version 1.6.11 (r934486 <https://code.google.com/p/svnbook/source/detail?r=934486>) in GNU/Linux
>>
>> When I run any svn command with -m option which has spaces in the message, throwing below error:
>>
>> svn: Illegal repository URL ''
>>
>> Example:
>> svn mkdir <URL> -m "Message with spaces does not work"
>>
>> Output:
>> svn: Illegal repository URL ''
>>
>> Note: I am using other machine with same OS and svn version, it works with spaces in the message.
>>
>> Appreciate if you have a solution or a fix.
>>
>>
>>
>> Thanks,
>>
>> Srinivasa Dara
>>
>>
>>
>> ---------- Forwarded message ----------
>> From: <svnbook_at_googlecode.com>
>> Date: Thu, Apr 17, 2014 at 6:17 AM
>> Subject: Re: Issue 212 in svnbook: svn command line interface - Spaces in
>> the message throws errors
>> To: srinivasa.dara_at_gmail.com
>>
>>
>> Updates:
>> Status: Invalid
>>
>> Comment #1 on issue 212 by cmpilato: svn command line interface - Spaces
>> in the message throws errors
>> http://code.google.com/p/svnbook/issues/detail?id=212
>>
>> This issue tracker is for the Subversion book. You appear to be having
>> trouble with using your Subversion client, though. Please contact
>> users_at_subversion.apache.org with your concern.
>>
>> --
>> You received this message because you starred the issue.
>> You may adjust your notification preferences at:
>> https://code.google.com/hosting/settings
>>
>> Reply to this email to add a comment.
>>
>>
>>
>> --
>> Thanks,
>> Srinivasa Dara
>>
>
>

-- 
Thanks,
Srinivasa Dara
Received on 2014-04-17 20:53:01 CEST

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

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