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

PS: svn ignore property wierdness

From: <tnoell_at_lexmark.com>
Date: 2003-10-24 00:29:48 CEST

should have added this:
I am running svn-0.29 on Red Hat Linux 8.0
ionstalled from the rpms referenced on the Subversion downloads page.

---------------------- Forwarded by Tim E Noell/Lex/Lexmark on 10/23/2003
06:26 PM ---------------------------

tnoell@lexmark.com on 10/23/2003 06:26:32 PM

To: users@subversion.tigris.org
cc:
Subject: svn ignore property wierdness

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

---------------------------------------------------------------------
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:30:54 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.