You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Zouari Fourat <fo...@gmail.com> on 2005/10/06 12:05:54 UTC

what's the revision number i have ?

Hello,
I have a checkout on my local computer that i would like to know it's
revision number (The revision number on the server increased since i
checked out)
how to do it ?

thanks a lot

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: what's the revision number i have ?

Posted by si <ss...@gmail.com>.
> I have a checkout on my local computer that i would like to know it's
> revision number (The revision number on the server increased since i
> checked out)
> how to do it ?

svnversion, or if you have tortoisesvn - subwcrev should also do the trick

http://svnbook.red-bean.com/en/1.1/re57.html

peace
si

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: what's the revision number i have ?

Posted by Kalin KOZHUHAROV <ka...@thinrope.net>.
Zouari Fourat wrote:
> Hello,
> I have a checkout on my local computer that i would like to know it's
> revision number (The revision number on the server increased since i
> checked out)
> how to do it ?

On the command line:

svn info

or better on linux:

svn info |grep Revision

Kalin.

-- 
|[ ~~~~~~~~~~~~~~~~~~~~~~ ]|
+-> http://ThinRope.net/ <-+
|[ ______________________ ]|


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org