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

Re: Receive only the revision number

From: jantje <janvanoppen_at_skynet.be>
Date: Thu, 3 Jul 2008 12:22:30 -0700 (PDT)

thanks, this works nice!!!

Paul Koning-4 wrote:
>
>>>>>> "jantje" == jantje <janvanoppen_at_skynet.be> writes:
>
> jantje> Hi there,
>
> jantje> Is it possible, for use in a /bin/bash script, to receive
> jantje> from subversion the current revision number? So only the
> jantje> number, without other information?
>
> HEAD_REV=$(svn info ${REPO_URL} | awk '/Revision:/{print $2}')
>
> If you do "svn info" to a working directory, you get the rev of the
> most recent checkout or update to that WD. But if you do it to a
> repository URL you get the info for the repository.
>
> paul
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
>

-- 
View this message in context: http://www.nabble.com/Receive-only-the-revision-number-tp18262376p18266616.html
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-03 21:23:44 CEST

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.