[Unison-hackers] [unison-svn] r328 - in trunk: . src src/uimacnew/uimacnew.xcodeproj tools

Martin von Gagern Martin.vGagern at gmx.net
Tue May 5 13:52:19 EDT 2009


No good!

Benjamin C. Pierce wrote:
> Modified: trunk/src/mkProjectInfo.ml
> ===================================================================
> --- trunk/src/mkProjectInfo.ml	2009-05-05 12:41:35 UTC (rev 327)
> +++ trunk/src/mkProjectInfo.ml	2009-05-05 17:06:29 UTC (rev 328)
> @@ -42,10 +42,47 @@
...
> -let revisionString = "$Rev$";;
...
> +let revisionString = "$Rev: 327$";;
....
> +let pointVersion = if String.length revisionString > 5

OK, for some reason, subversion decided to change its idea of what this
file should look like prior to keyword substitution. With this commit,
the check following it will break.

I guess I'll try to detect the presence of bazaar by looking for its
.bzr directory at the root of the branch, instead of looking at this
revision string. Buit that'll have to wait till tomorrow.

On the whole, I'm surprised as to how much trouble this whole
auto-versioning is causing for the bzr branches. :-(

Greetings,
 Martin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
Url : http://lists.seas.upenn.edu/pipermail/unison-hackers/attachments/20090505/ddca3a46/signature.sig


More information about the Unison-hackers mailing list