"svn propset svn:externals" syntax on Windows command line
From: Ben Johnson <ben_at_indietorrent.org>
Date: Thu, 29 Nov 2012 16:49:30 -0500
Hello,
I've wasted far too much time attempting to discern the correct syntax
While I realize that this question is not TSVN-specific, I am hoping the
I am trying to emulate TSVN's svn:externals property editor, which
-r 661 ^/../framework/trunk/database database
I am using the following command (all on one line):
svn propset svn:externals "-r661 ^/../framework/trunk/database database" .
This yields the following error message:
svn: E205000: Syntax error in revision argument '661
I have also tried placing a space between "-r" and "661", even though
svn:externals - A newline separated list of module specifiers,
Adding the space yields the same error, but with a space before "661" in
svn: E205000: Syntax error in revision argument ' 661
The problem seems to be related to how Windows handles the minus sign in
I've scoured the Web looking for examples of how this is done on the
Any help is greatly appreciated!
-Ben
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.