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

Re: switch to ignore files that have not been checked in?

From: Andreas Krey <a.krey_at_gmx.de>
Date: Thu, 12 Jan 2012 17:17:24 +0100

On Wed, 11 Jan 2012 15:49:26 +0000, Steve Kelem wrote:
...
> I would like to run something like:
>
> svn propset svn:needs-lock '*' *.png *.jpg *.vsd

Crude hackaround:

  for i in *.png *.jpg *.vsd; do svn propset svn:needs-lock '*' "$i"; done

That way, the errors won't keep the rest from working.

Andreas

-- 
"Totally trivial. Famous last words."
From: Linus Torvalds <torvalds@*.org>
Date: Fri, 22 Jan 2010 07:29:21 -0800
Received on 2012-01-12 17:18:05 CET

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.