[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: Mark Parker <mark_at_msdhub.com>
Date: 2005-09-13 19:28:59 CEST

Dale R. Worley wrote:
> Windows batch files are less powerful than Unix scripting, but I expect
> that you can do something like that one Windows as well.
>
> Dale

svn propget svn:ignore %dir% > temp-file
echo %file% >> temp-file
svn propset svn:ignore -F temp-file %dir%

I didn't test this, but I believe it should work.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 13 19:34: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.