Re: Build number into code? (was: Development practices using Subversion)
From: Ivan-Assen Ivanov <ivanassen_at_gmail.com>
Date: 2004-08-10 15:43:05 CEST
And here is the Windows version, in JScript. It is a function that
And here is the Windows version, in JScript. It returns the highest
function FindMaxRevision()
var fso = new ActiveXObject("Scripting.FileSystemObject");
cmd = "svn info -R c:/working/copy";
return maxrev;
---------------------------------------------------------------------
|
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.