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

Re: lost revision?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-10-31 15:04:49 CET

Zack Brown wrote:
> Hi folks,
>
> I noticed by chance that there seems to be no difference between
> revision 3000 and revision 3001:
>
> 05:59:08 [zbrown] ~/site/subversion/trunk$ svn diff -r 3000:3001
> 05:59:14 [zbrown] ~/site/subversion/trunk$
>
> I'd expect to see at least *some* output, no?
>
> Be well,
> Zack
>
try this:

  svn log -v -r 3000:3001 http://svn.collab.net/repos/svn

and you'll see that revision 3001 happened on a branch, so for the trunk
(which you have checked out), there is indeed no difference between rev
3000 and 3001. it's just an artifact of the global revision number system.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 31 15:06:17 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.