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

RE: Error parsing svn:externals

From: Dale Worley <dworley_at_pingtel.com>
Date: 2004-11-10 15:52:00 CET

You probably want to say

    svn propset svn:externals "doc http://fit-repos.ams.stiwa.com/trunk/doc"
.

Remember that the svn:externals property is a property of the directory
whose child is the imported thing. In this case, ./doc will be a replica of
http://.../trunk/doc.

Dale

-----Original Message-----
From: Reinhard Brandstädter
[mailto:reinhard.brandstaedter@ams-engineering.com]
Sent: Wednesday, November 10, 2004 9:13 AM
To: users@subversion.tigris.org
Subject: Error parsing svn:externals

I'm trying to set the svn:externals property on a directory in my
working copy.
I'm calling:
svn propset svn:externals "http://fit-repos.ams.stiwa.com/trunk/doc/" doc

and get the following error:
svn: Error parsing svn:externals property on 'doc':
'http://fit-repos.ams.stiwa.com/trunk/doc/'

What's gioing wrong here?

Reinhard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 10 15:53:20 2004

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.