Re: How do I check out a subset of directories
From: Miha Vitorovic <mvitorovic_at_nil.si>
Date: 2006-05-10 21:33:57 CEST
You could use this trick:
Create an empty folder in the repository (named /EMPTY or something like
Check out entire trunk:
mkdir /home/user/wc
+---Trunk
Go into the working copy and switch all the directories you don't need to
svn switch svn://localhost/EMPTY Limit_Calculation
And you have a single working copy containing only files that you need (+
Now you can update and commit you entire WC and everything would work just
Cheers,
--- Miha Vitorovic Inženir v tehničnem področju Customer Support Engineer NIL Data Communications, Tivolska cesta 48, 1000 Ljubljana, Slovenia Phone +386 1 4746 500 Fax +386 1 4746 501 http://www.NIL.si --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed May 10 21:35:16 2006 |
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.