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

Re: workaround for $WorkingRevision$ ?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-18 20:51:26 CEST

Bill Comisky <bcomisky@pobox.com> writes:

> I have a repository of source code for an interpreted (not-compiled)
> language, in this case Matlab m-files. It's very useful for me to be able
> to record the "working revision" in output files generated by this code.
> For example if an incompatiblity in the output file format is introduced,
> I can determine what revision it was created with and backtrack.
>
> I've been reading the archives about a $WorkingRevision$ keyword (which
> would be perfect for what I want) [...]

Let's back up a step. I don't understand why $LastChangedRevision$ is
insufficient for solving your problem.

I mean, if one generated file claims to have been produced by "working
revision 170", and another one by "working revision 171", does that
*mean* anything? Most likely, revs 170 and 171 of the m-file are
completely identical.

$LastChangedRevision$ is the true "version" of the file. Isn't that
what you care about?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 18 20:53:08 2003

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.