Quoth Jared Hardy:
> I was actually thinking you would just Checkout the individual
> projects you need to the right subfolder. Kind of like doing an "svn
> co -N project1URL project1WC." instead of the "svn up -N project1" you
> described, using the Repo-Browser GUI to make argument passing easier.
> It's a little more manual work, but would amount to the same net
> effect. But as described in an earlier e-mail in this thread,
> non-recursive checkouts and updates are broken in Suversion currently,
> so you might just want to stick to the command line if that worked.
Don't use -N (or the "only check out top folder" option) at all at the 
moment.  It might look like it works, but it does Bad Stuff(tm).
If you're wanting individual projects, and you don't mind having to 
update/commit them all separately, then you can just SVN Checkout each 
one individually.  If you need to update them all at once (but still 
commit individually), then you can use svn:externals.  If you want to 
both update and commit all at once, then your only option at the moment 
is to get the whole folder.  You can't safely pick'n'mix yet.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Aug 14 03:25:11 2006