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

svn ignore property wierdness

From: <tnoell_at_lexmark.com>
Date: 2003-10-24 00:26:32 CEST

Hi SVN Community:

I am trying to set up the svn:ignore property for some specific files.

Here's a trace of the commands:

mls:/m/mls/wc/src->svn pl -v vp
mls:/m/mls/wc/src->svn ps svn:ignore ".workspace .vp_src_dir" vp
property `svn:ignore' set on 'vp'
mls:/m/mls/wc/src->svn pl -v vp
Properties on 'vp':
  svn:ignore : .workspace .vp_src_dir

mls:/m/mls/wc/src->cd vp
mls:/m/mls/wc/src/vp->ls
buildvp* buildvp~* Makefile Makefile~ .svn/ .vp_src_dir .workspace .workspace~
mls:/m/mls/wc/src/vp->svn status
? .vp_src_dir
? .workspace
 M .
M buildvp
M Makefile
mls:/m/mls/wc/src/vp->

So, if I put in only ".workspace" or only ".vp_src_dir", it ignores the one I specify.

I just can't get it to ignore both ... I tried spaces on both sides of the filespecs. Maybe I need *.workspace and *.vp_src_dir ???

Any ideas? Am I doing something really dumb?

Thanks,
Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 24 00:28:21 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.