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

Re: how to support excluding some folders

From: Romain Prévost <prevost.romain_at_gmail.com>
Date: 2005-08-04 14:14:42 CEST

Beware : this is dirty, but should work.

Just create an empty folder in your repository, and manually map the
folders you want to check out in it's svn:externals property. Then, by
checking out this folder, you'll get a synchronized working including
only the subfolders you want.
http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html for
details on externals use.

You can also create a branch, but you would have to sync it by hand,
or with a script. Not really convenient.

Regards,

-- 
Romain Prévost
Epitech promotion 2007
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 4 14:16:47 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.