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

Re: ignoring files

From: Christophe Labouisse <gabuzo_at_tigris.org>
Date: 2003-10-21 20:42:09 CEST

On Tue, 21 Oct 2003 20:10:53 +0200
Marcin Gil <mgil@vernet.pl> wrote:

> Is there something like cvsignore (and .cvsignore) in Subversion.
> Pre-commit-hooks can exclude files for the whole repository,
> while something like (.)svnignore could exclude files
> from just a dir or from a users working copy..

I'm not sure to understand your problem. You are looking for something
like the .cvsignore mechanism ? Well the svn:ignore property is what you
need. If you want to exclude *.exe from version control in the
current directory you only have to do:
  svn propset svn:ignore '*.exe' .

or:
  svn propedit svn:ignore .

Everything you'd put into a .cvsignore can be put into the svn:ignore
property with the same results.

-- 
Le cinéma en Lumière : http://www.lumiere.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 21 20:43:08 2003

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.