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

Re: Recursive Setting of Id Keyword dies prematurely

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-17 11:23:25 CET

On Feb 17, 2006, at 03:36, Moretti, Giovanni wrote:

> Is there any straightforward way (on a WinXP system) of setting
> “id” property on all *.pas files using just svn commands, or is it
> necessary to use a multistage process using –F to pipe the file
> list in, or alternatively, use cygwin & find … -exec svn {} ?

Sounds like you've decided to set up auto-props to apply the Id
keyword expansion on all .pas files, but have noticed that auto-props
only applies to new files, not existing ones, and are now trying to
fix the properties on the existing files.

There's a script already written to do that:

http://svn.collab.net/viewvc/svn/tags/1.3.0/contrib/client-side/
svn_apply_autoprops.py?view=markup

There's a newer rewritten version of the script which is faster and
also works with SVK:

http://matt-good.net/2005/12/23/new-and-improved-svn-apply-autoprops-
py-now-with-more-svk/

I don't know if either script works on Windows though.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 17 11:28:21 2006

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.