[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How can I retrieve the head revision number

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-07-29 14:10:39 CEST

Lukas Ruf wrote:
> is there any easy way to retrieve the head revision number of
> repository?

svn log -rHEAD https://

The only caveat is that you have to specify the repository root. If you
specify a path underneath, you won't get a reply if that particular
folder hasn't changed at HEAD.

Hope that helps !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 29 14:15:36 2004

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.