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

RE: Finding out latest revision in a branch

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-05-11 17:24:37 CEST

> From: Shridhar Daithankar [mailto:ghodechhap@ghodechhap.net]
>
> shridhar@ps0499:~/tmp/branch$ svn diff -r78:81|head
> Index: trunk/include/header1.h
> ===================================================================
> --- trunk/include/header1.h (revision 0)
> +++ trunk/include/header1.h (revision 81)
> @@ -0,0 +1,375 @@

IIRC, that means that file trunk/include/header1.h is not present in rev 78.
Check the other files in that diff; I suspect that most of them will show
"revision 78" and "revision 81".

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 11 19:29:37 2005

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.