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

svn config file: global-ignores = mydir/myfile

From: Listman <listman_at_burble.net>
Date: Mon, 5 May 2008 10:22:06 -0700

Hi, is there a way I can get subversion to ignore a particular file,
lets call it "myfile" ONLY if it is found inside a known directory,
lets call it "mydir"

i tried the following in my svn config

> cat ~/.subversion/config

### Section for configuring miscelleneous Subversion options.
[miscellany]
### Ignore some temp and backup files
global-ignores = *~ *% mydir/myfile

and i have this file in my working copy

>ls mydir
myfile

but svn status still tries to process it

> svn status
? mydir/myfile

i don't want to ignore all myfile files in my working copies only
those in the mydir dir

TIA!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-05 19:22:28 CEST

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.