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

Re: Do Auto-props work on files already committed?

From: Wesley J Landaker <wjl_at_icecavern.net>
Date: 2004-05-29 16:27:16 CEST

On Saturday 29 May 2004 7:30 am, M wrote:
> | but this may be better:
> |
> | find . -name "*.pas" > pasfile
> | svn propset svn:keywords Rev --targets pasfile
>
> C:\>svn propset svn:keywords "Author Date Rev Url Id" --force
> --non-interactive --targets pasfile
> stops on the first unversioned file, saying
> svn: 'xxx/yyy' is not under version control
>
> is this by intention?
> In this case it doesn't matter but when propsetting e.g. xml files
> and having machine generated (and therefore unversioned) xmls in the
> tree things grow complicated as the the 'find' step must be replaced
> by something like svn -v st | awk ...

Or, just check out a temporary new working copy, add the props, commit
them, then delete the tree. =)

-- 
Wesley J. Landaker <wjl@icecavern.net>
OpenPGP FP: 4135 2A3B 4726 ACC5 9094  0097 F0A9 8A4C 4CD6 E3D2

  • application/pgp-signature attachment: signature
Received on Sat May 29 16:28:10 2004

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.