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

Re: Ignoring files and directory

From: Jeff Smith <jsmith_at_robotronics.com>
Date: 2007-01-12 20:07:37 CET

On Friday 12 January 2007 10:00, Jeff Smith wrote:
> It sounds like you need to
> svn update foo

I guess I'm also talking on a different level than Ryan. I had
perceived that you actually want to ignore 'bar', not only certain
objects within 'bar'. Since you have already removed 'bar' from the
repos, that supports my perception, so this is how you ignore 'bar'
in the example:
==
svn checkout $REPO/foo
cd foo
svn propset svn:ignore bar
==

It is setting the property in /foo to say ignore 'bar' in there. Any
contained files (foo/bar/*) are inherently ignored also.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 12 20:08:34 2007

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.