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

Re: Ignoring Directory Structures...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-02-19 00:02:09 CET

On Feb 18, 2005, at 12:27 PM, Bradley Molander wrote:
>
> Optimally, I would be able to perform a "svn add" from the trunk
> directory and have everything in the "build" and a "generatedSrc"
> directories completely ignored.

$ cd trunk
$ cat > ignores
build
generatedSrc
EOF
$ svn propset svn:ignore -F ignores .
$ svn commit -m "set svn:ignore property on trunk directory"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 19 00:05:46 2005

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.