RE: Getting the current repository version
From: Mike Quilleash <mike.quilleash_at_subexazure.com>
Date: 2007-05-10 12:08:57 CEST
Ah I kept getting an error about 'svn info' not supporting URLs only
This will be used by a build process which always does update at the top
Thanks for the help.
Mike.
-----Original Message-----
On May 10, 2007, at 04:29, Mike Quilleash wrote:
> I want to be able to detect if a local copy is older than the
Branches are nothing special. The HEAD of the repository is the HEAD of
You could also use "svn info" to get this information:
$ svn info svn://xxx/whatever | awk '/^Revision:/ {print $2}'
> Just being able to get the latest revision of a repository URL would
Be aware that "svn info" on a local working copy will only tell you
This e-mail is bound by the terms and conditions described at http://www.subexazure.com/mail-disclaimer.html
---------------------------------------------------------------------
|
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.