AW: Error parsing svn:externals property
From: Felix Gilcher <gilcher_at_exozet.com>
Date: 2005-04-07 14:44:40 CEST
> -----Ursprüngliche Nachricht-----
> now i suppose to set the external property to working
have you read the relevant sections of the subversion book at http://svnbook.red-bean.com/en/1.0/ch07s03.html? The svn:externals property accepts the path to the repository as the third argument - you most probably want this:
~> svn propset svn:externals /local/WebBrowser file:///B/trunk/WebBrowser
instead of "svn propset svn:externals file:///B/trunk/WebBrowser /local/WebBrowser"
you might as well want to try the built in help, which explains the format in detail with some examples
~> svn help propset
regards
felix
-- Felix Gilcher it developer Exozet Berlin GmbH Rotherstraße 20 10245 Berlin eMail: gilcher@exozet.com URL: www.exozet.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Apr 7 14:47:47 2005 |
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.