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

AW: Error parsing svn:externals property

From: Felix Gilcher <gilcher_at_exozet.com>
Date: 2005-04-07 14:44:40 CEST

> -----Ursprüngliche Nachricht-----
> Von: Mahesh kulkarni [mailto:mailmahesh2@yahoo.co.in]
> Gesendet: Donnerstag, 7. April 2005 14:12
> An: users@subversion.tigris.org
> Betreff: Error parsing svn:externals property
>
[snip]

> now i suppose to set the external property to working
> copy rite? i tried executing the following line
>
> ]# svn propset svn:externals
> file:///B/trunk/WebBrowser /local /WebBrowser
> svn: Error parsing svn:externals property on '/local
> /WebBrowser': '/B/trunk/WebBrowser'
>

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.org
Received 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.