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

RE: external error

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-03-31 16:11:37 CEST

> From: Mahesh kulkarni [mailto:mailmahesh2@yahoo.co.in]
>

> i've two repository A and B. i wanna define External
> dependency to repository A to fetch repository B
> whenever
> i check out repository A. how do i do it?
>
> i tried giving
> #> svn propset svn:externals /tmp/TI/B /tmp/TI/A
> Error Setting local-addr '/tmp/TI/B'

Assuming:

/tmp/TI/A is your working copy of A.

You want the working copy of B to be in /tmp/TI/A/B.

The URL of B is http://example.com/rep/B.

Then you wish to set the svn:externals propery of /tmp/TI/A to be "B
http://example.com/rep/B". The command for doing this is 'svn propset
svn:externals "B http://example.com/rep/B" /tmp/TI/A'.

The svn:externals property of a *directory* is a list of lines, each line
containing two fields. The directory is the one whose child will be the
external directory. The second field is the URL of the repository or
subdirectory of a repository that you wish to appear as a subdirectory of
another repository. The first field is name which the external directory
will have within its parent directory.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 31 16:15:50 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.