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

Re: [TSVN] Selective checkouts/updated directories-several issues

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2005-04-12 18:30:28 CEST

raymond.2.barlow@gsk.com wrote:
> Let me start by setting up a scenario. Assume that we have a repository
> with the following structure
> source
> area1
> area2
> area3
> area4
>
> Now, locally, I would like an svn controlled directory structure with some,
> but not ALL of the above directories, to look like this:
> source
> area1
> area3
>
> Notice that I don't want area2, and area4 checked out local.

Create a new folder 'source2' on your Subversion server.
Add the following two lines to a 'svn:externals' property on the newly
created folder:
area1 http://<your_svn_server_here>/trunk/source/area1
area3 http://<your_svn_server_here>/trunk/source/area3

Ask your fellow developers to check out and work on source2 instead of source?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Apr 12 18:36:06 2005

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.