[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-11 16:29:36 CEST

On May 11, 2005, at 9:05 AM, Shridhar Daithankar wrote:

> On Wednesday 11 May 2005 7:26 pm, Ben Collins-Sussman wrote:
>
>> On May 11, 2005, at 8:13 AM, Shridhar Daithankar wrote:
>>
>>> I don't have a problem from what I see but as I mentioned earlier,
>>> I got a
>>> diff between a revision 0 and revision 82. That is something I
>>> could not
>>> understand.
>>>
>>
> 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)
>

It simply means that header1.h was added somewhere between r78 and r81.

I suggest you use 'svn log -v' from now on, since it shows all the
changed paths in each commit.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 11 17:50:56 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.