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

multi line propset wtih svnmucc -X

From: Tilman Bregler <tilman.bregler_at_red-gate.com>
Date: Tue, 17 Mar 2009 17:38:21 +0000

Hi,

I'm trying to use svnmucc to set multiple properties with multi-line values, using the -X option, e.g.

svnmucc -X actions.txt

I tried actions.txt looking like this:

propset
svn:externals
-r417 /svn/Sandbox/tilman/test test
-r24745 /svn/Sandbox/tilman/Pools/SQL%20Dummy%202.0.0/SQL%20Dummy%202.0.0/ SQLDummy2.0.0
https://rg-source01/svn/Sandbox/tilman/SQLDoc/Trunk/Referenced Dlls
propset
svn:externals
-r417 /svn/Sandbox/tilman/test test
-r24745 /svn/Sandbox/tilman/Pools/SQL%20Dummy%202.0.0/SQL%20Dummy%202.0.0/ SQLDummy2.0.0
https://rg-source01/svn/Sandbox/tilman/SQLDoc2/Trunk/Referenced Dlls

which gave the error

svnmucc: '-r24745 /svn/Sandbox/tilman/Pools/SQL%20Dummy%202.0.0/SQL%20Dummy%202.0.0/ SQLDummy2.0.0' is not a URL

I also tried this

propset
svn:externals
-r417 /svn/Sandbox/tilman/test test\n-r24745 /svn/Sandbox/tilman/Pools/SQL%20Dummy%202.0.0/SQL%20Dummy%202.0.0/ SQLDummy2.0.0
https://rg-source01/svn/Sandbox/tilman/SQLDoc/Trunk/Referenced Dlls
propset
svn:externals
-r417 /svn/Sandbox/tilman/test test\n-r24745 /svn/Sandbox/tilman/Pools/SQL%20Dummy%202.0.0/SQL%20Dummy%202.0.0/ SQLDummy2.0.0
https://rg-source01/svn/Sandbox/tilman/SQLDoc2/Trunk/Referenced Dlls

Which just added the property as one line.

Is there a way of doing what I want to do?

Cheers,

Tilman

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1342441

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-17 18:39:55 CET

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.