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

.svnignore files

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-09-06 00:18:27 CEST

Okay, so would somebody like to populate our tree with .svnignore
files? I need to run to rehearsal now.

It looks like Karl never imported our .cvsignore files. But if you
have an old CVS working copy lying around, you can copy them over. My
hand-experiment was to create an .svnignore file within libsvn_wc/.
Here's what I was using:

*.o
*.lo
.*ra_dav
.libs
*.la
*~
.*~

YMMV. The code in report_revisions() is using apr_fnmatch() to match
unrecognized files against these patterns. People may want to be sure
I'm passing it the correct flags. Tweak at will.

Finally, no more screen noise when updating!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:40 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.