Re: Getting the current repository version
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-05-10 11:45:22 CEST
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
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 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.