[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: John Peacock <jpeacock_at_rowman.com>
Date: 2004-05-29 16:06:14 CEST

M wrote:
> 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?

Well, yes. Everything in the --targets file must be a versioned object, else
you cannot set the property. QED

> 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 ...

I hadn't considered unversioned resources in the directory tree. Yes, you'd
have to use something like 'svn -v st...' in that case.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 29 16:06:28 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.