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

Re: [BUG] Conflict with use-commit-times = yes + svn:keywords set

From: Brian W. Fitzpatrick <fitz_at_collab.net>
Date: 2004-11-02 20:09:36 CET

On Nov 2, 2004, at 1:01 PM, Brian W. Fitzpatrick wrote:
>
> However, I'm not sure what you mean by "stored in the matching keyword
> prop". Do you mean that we create a prop like "cvs:revision" and set
> it to the appropriate value? This is doable, but we should make it a
> revprop, and we could probably get away with just the CVS revision
> number.

Whoa. Hold the phone. I temporarily forgot that CVS Revision numbers
are file properties and not commit properties, so we'd *have* to make
them node-rev props. The problem with doing that is we'd have to make
a pass over the files at the end of the conversion and clear out the
value of the cvs:revision property so that subsequent Subversion
commits don't carry forth the (incorrect) CVS Revision number.

Fun fun fun.

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 2 20:11:09 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.