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

Re: [TSVN] Externals Example

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-08-13 21:20:46 CEST

Brad Rhoads wrote:

> I almost have SVN figured out. I just need to understand externals now.
>
> Say I have:
>
> /project1
> /project2
> /myexternal
>
> How do I get project1 and project2 to reference /myexternal? I haven't found
> any examples of how to actually create the externals reference either with
> SVN or TSVN (preferred).

Let's say you check out a working copy of /project1 to
d:\dev\project1

Now, select the folder d:\dev\project1, right-click and choose
"properties" from the context menu (_not_ in the TSVN submenu but the
one from explorer). Then go to the Subversion tab.
There, you can set properties. Select the "svn:externals" property from
the combobox. Now if you move your mousepointer over either the combobox
or the edit box below, a tooltip will show up where you can see how the
svn:externals property should be set. Set it for example to
externallibrary http://repository.com/myexternals
and then press the "Set" button. Now the property is set. If you update
now, you will get the following
d:\dev\project1
d:\dev\project1\externallibrary

To set several externals in the same folder, just separate the them with
newlines in the property.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Aug 13 22:23:46 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.