You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Roland Bramm <ro...@butlers-djihad.de> on 2003/02/28 10:59:42 UTC

How to ignore files ?

Hi,

is it possible to say to svn that it should ignore files in an directory ?

e.g
i have a dir with
Channels
Clustering.C
Clustering.C~
Event.C
Event.C~
Event.h
Event.h~
Event.o
EventDict.cxx
EventDict.h
EventDict.o
EventLinkDef.h
Makefile
libEvent.dylib
libEvent.so

to ognore the .o, so, dylib, ... is easy. But during compilation the 
system i use generates the EventDict.cxx .
Of cource i ahve to add it to the repository, but is there a way to say e.g
avn ignore EventDict.cxx , that only in this Dir this file is ignored ?

thanks
Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: How to ignore files ?

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
"Sander Striker" <st...@apache.org> writes:
> > From: Roland Bramm [mailto:roland@butlers-djihad.de]
> > to ognore the .o, so, dylib, ... is easy. But during compilation the 
> > system i use generates the EventDict.cxx .
> > Of cource i ahve to add it to the repository, but is there a way to say e.g
> > avn ignore EventDict.cxx , that only in this Dir this file is ignored ?
> 
> Dare I ask?... Have you read the book?  http://svnbook.red-bean.com/

+1

The property you're looking for is "svn:ignore".

'svn help propset' may also give you some help.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: How to ignore files ?

Posted by Sander Striker <st...@apache.org>.
> From: Roland Bramm [mailto:roland@butlers-djihad.de]
> Sent: Friday, February 28, 2003 12:00 PM

> Hi,
> 
> is it possible to say to svn that it should ignore files in an directory ?

[...]
> to ognore the .o, so, dylib, ... is easy. But during compilation the 
> system i use generates the EventDict.cxx .
> Of cource i ahve to add it to the repository, but is there a way to say e.g
> avn ignore EventDict.cxx , that only in this Dir this file is ignored ?

Dare I ask?... Have you read the book?  http://svnbook.red-bean.com/

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org