RE: problem with dialog box uisng Tortoisesvn
From: Tony Sweeney <tsweeney_at_omnifone.com>
Date: Wed, 12 Sep 2012 10:10:11 +0000
________________________________
thanks for your help.
Though I have a problem with the tag command:
I wrote a script in perl:
system ("svn copy -m \"tagging the file\" \"$target_path\" \"$tag\" ");
and got the following error:
svn: E160005: Invalid control character '0X0a' in path 'Release_63\012'
Does anyone know what this error is?
That's just a line feed at the end of one of your variable strings. Use chomp to get rid of it and you should be golden.
Tony.
thanks!!
On Wed, Sep 5, 2012 at 1:21 PM, Ryan Schmidt <subversion-2012c_at_ryandesign.com<mailto:subversion-2012c_at_ryandesign.com>> wrote:
On Sep 5, 2012, at 04:14, Carmit Shiran wrote:
> c:\Program files\TortoiseSVN\bin> $svn commit
You're not supposed to type "$". We just use "$" to indicate "type the things after this". It's a fairly common character for a command prompt. This same convention is used by the SVN Book [1], which is a good document to read to get familiar with how to use Subversion.
______________________________________________________________________
No virus found in this message.
______________________________________________________________________
|
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.