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

Re: how to set svn:ignore to more than one pattern?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-10 22:12:03 CEST

"svn pedit" is your friend...

:-)

-K

Alexis Huxley <ahuxley@gmx.net> writes:
> If I do this from my working copy:
>
> svn propset svn:ignore 'tn-*.jpg' dir1 dir2 dir3
>
> it works fine. Problem is I want to ignore a second pattern too.
> I tried using comma, pipe (a la egrep), space, but all failed
> and wound up overwriting the previous ignore value.
>
> I can't see anything in 'man svn' or 'svn help [propset]' on
> how to do this, but it must be possible, right?
>
> Also, if I want to *add* a pattern, I guess, since this property
> presumably doesn't inherently know it'll be set to a list, that
> I have to get the current value, and do the 'sum' in my head,
> and then set it again, right?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 10 22:22:48 2002

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.