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

Re: Keyword Substitution questions

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-02-28 15:51:01 CET

On Wed, 2002-02-27 at 16:06, Ben Collins-Sussman wrote:
> yes... keywords are always contracted in the repository.

Sigh. This is an unfortunate regression from CVS.

In CVS, when you check in a file containing keyword expansions, the
repository stores exactly what was in those keywords when you checked
them in. This can be helpful for identifying versions of files you
brought in from an external source.

You can also irreparably damage binary files, such as .elc files, by
performing keyword contraction on them by mistake. With CVS, you will
always be able to get back the original file by checking it out with
-ko; evidently, not so in Subversion.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 2006

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.