On Tue, Mar 15, 2005 at 09:46:00AM +0000, Steve Hay wrote:
> I think it's all caused by a missing Revision:
>
> 6.25_10 contains:
> ($Revision) = q$Revision: 3933 $ =~ /Revision:\s+(\S+)/;
>
> while the svn checkout has:
> ($Revision) = q$Revision$ =~ /Revision:\s+(\S+)/;
>
> Is this just because I have a svn checkout rather than a released tarball?
Yeah, its been doing that lately. Not sure why. My freshly checked out
version has a revision number but the version via HTTP does not. Hmm.
I'll fiddle some more.
|