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

Setting svn:externals property to root of checkouted directory

From: taro <taro_at_mail333.com>
Date: Sun, 05 Apr 2009 13:10:58 +0300

Hello,

I have working copy of project,
and need to add some files
(which are already under version control)
to root of working copy using svn:externals.

Firts tryed command:
% svn propedit svn:externals .
put there record:
. svn://host/adds/trunk/
And got error:
svn: Invalid svn:externals property on '.': target '' is an absolute path
or involves '..'

Then tryed command:
% svn propset svn:externals . svn://host/adds/trunk/
And got error:
svn: Setting property on non-local target 'svn://host/adds/trunk/' needs a
base revision

With command:
% svn propset svn:externals svn://host/adds/trunk/ .
Got error:
svn: Error parsing svn:externals property on '.': 'svn://host/adds/trunk/'

Is it possible to do, what I trying?
Thank you.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-05 12:53:05 CEST

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.