« Return to Thread: Ignoring files and directory

Re: Ignoring files and directory

by Jeff Smith-12 :: Rate this Message:

| View in Thread

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@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Ignoring files and directory