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

Re: Setting up local ignore list

From: Martin Scharrer <mailinglists_at_madmarty.de>
Date: 2006-12-19 23:49:10 CET

Hi,

now I figured out how to do it right:
On Tuesday 19 December 2006 23:41, Martin Scharrer wrote:
> One not-perfect solutions would be:
>
> Check out the parent dir using the -N option:
> svn co -N <url> <dir>
> cd <dir>
Ok, so far.

> svn co <all wanted subdirs>
Don't check them out, update them:
svn up <all wanted subdirs>

> This will checkout the parent dir nonrecursivly so you can check-out all
> wanted subdirs manually, but there won't be connected to the parent dir,
> i.e. svn status will show them as unknown (?) and you would have to update
> and commit seperatly.
In this case the subdirs are connected to the parent dir and you can update
and commit them all together.
The other dirs will not be downloaded when you do an update of the parent dir.

You can list all existing dir with
svn list <url parent dir>

best,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 20 00:00:41 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.