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

RE: Recursive ignore

From: Dassi, Nasser <NDassi_at_141xm.com>
Date: 2005-01-20 04:00:10 CET

Hi Chris,

Earlier today I asked a similar question about svn:ignore. The answer
you are looking for are the additional arguments of the "svn propset
svn:ignore" command. For example, "-R" makes a policy/setting
recursive.

For more help, run "svn help propset" and read the whole details that
list out. At the bottom of the help pages are additional arguments you
can set.

NOTE TO ALL:
I noticed that the svn:ignore rules are *case-sensitive* which
definitely surprised me.

- nasser

Nasser Dassi
Sr. Technical Programmer
=========================================
E: ndassi@141xm.com
=========================================

-----Original Message-----
From: Chris Rose [mailto:offby1@gmail.com]
Sent: Wednesday, January 19, 2005 9:15 PM
To: users@subversion.tigris.org
Subject: Recursive ignore

Although svn:ignore is not recursive by default, is there a way to give
it an expression that will ignore, say, every "bin" directory in a tree?

eg:
root/sub1/bin
root/sub2/bin
root/sub2/sub21/bin

I'd like to ignore ALL bin subdirectories in this case. Can I do that
other than manually? My directory tree is not fixed, so it gets
unwieldy to add svn:ignore properties with each mkdir.

--
Chris R.
======
Not to be taken literally, internally, or seriously.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 20 04:03:23 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.