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

Re: Feature request: svn ignore

From: Dale R. Worley <dworley_at_pingtel.com>
Date: 2005-09-11 17:35:00 CEST

On Sun, 2005-09-11 at 11:05 +0200, Martin Fuchs wrote:
> svn ignore . Debug
> svn ignore . Release
> svn ignore . *.log
> svn ignore . *.exe
> svn ignore . *.pdb *.map
> svn ignore . *.ncb *.opt

Of course, you would have to quote the wildcards:

svn ignore . '*.log'

etc.

Although it seems that you could implement a "propappend" fairly easily
yourself with soemthing like

( echo $FILE ; svn propget svn:ignore $DIR ) >temp-file
svn propset svn:ignore -F temp-file $DIR

Windows batch files are less powerful than Unix scripting, but I expect
that you can do something like that one Windows as well.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Sep 11 17:36:46 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.