Ryan Hunt wrote:
> I just complied 0.34.0 as checked out from tags/0.34.0. When I run a
> --version on it i get:
>
> => /home/rhunt/pub/source/build_svn/subversion/clients/cmdline/svn
> --version
> svn, version 0.34.0 (dev build)
> compiled Dec 9 2003, 13:41:15
>
> however when I cp that to a file server so all the clients can mount it
> I get:
>
> => cp /home/rhunt/pub/source/build_svn/subversion/clients/cmdline/svn .
> => ./svn --version
> svn, version 0.29.0 (r6976)
> compiled Sep 26 2003, 17:33:58
>
> seems pretty strange anyone have and idea what might cause this and how
> to fix it?
>
> I used this method for 0.29.0 and now it seems like it is stuck in that
> mode.
>
> -Ryan
Looks like you copied only the svn command line client but not the
underlying shared libraries. I might be wrong, but I think I remember th
version stuff is somewhere inside the library. So if you are calling the
command line client it will echo the library's verion.
Cheers,
Xela
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 16 04:49:39 2003