[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:41:46 CET

Hi,

On Tuesday 19 December 2006 14:04, Kevin Nowaczyk wrote:
> I've read the FAQ and read through sections of the SVN
> book that I thought could answer this, but didn't find
> an answer. I have full access to an SVN repository.
> There are several directories within this repository
> that I want my working copy to ignore. I never want
> them copied to my working copy.
One not-perfect solutions would be:

Check out the parent dir using the -N option:
svn co -N <url> <dir>
cd <dir>
svn co <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.

Martin
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 19 23:53:24 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.