You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Regina Henschel <rb...@t-online.de> on 2013/07/25 13:32:37 UTC

How to get a list of commits between 2 revisions

Hi all,

I'm looking at bug https://issues.apache.org/ooo/show_bug.cgi?id=122822
I have narrowed it down to
OK in r1384746
broken in r1388589

That was in Sept.2012, when we were in incubator.
I cannot get that range in https://fisheye6.atlassian.com

How can I get a list of commits, that happen between r1384746 and r1388589?

Kind regards
Regina

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: How to get a list of commits between 2 revisions

Posted by Regina Henschel <rb...@t-online.de>.
Hi,

I found it. You have to click on the revision number in the row of the 
directory you are interested in. Then you get a list of commits 
backwards from the number you set in "Directoy revision" or "Sticky 
Revision".

Kind regards
Regina

Regina Henschel schrieb:
> Hi Herbert,
>
> Herbert Duerr schrieb:
>> Hi Regina,
>>
>> On 25.07.2013 13:32, Regina Henschel wrote:
>>> I'm looking at bug https://issues.apache.org/ooo/show_bug.cgi?id=122822
>>> I have narrowed it down to
>>> OK in r1384746
>>> broken in r1388589
>>>
>>> That was in Sept.2012, when we were in incubator.
>>> I cannot get that range in https://fisheye6.atlassian.com
>>>
>>> How can I get a list of commits, that happen between r1384746 and
>>> r1388589?
>>
>> If you are using svn directly do
>>      svn log -r 1388589:1384746
>> in your repository.
>>
>> Or if were using git-svn you could use the wonderful gitk tool or its
>> relatives like qgit.
>
> It is not clear to me, what to do. I have not got a local repository,
> which has that range. Therefore I look for a way to get that information
> from http://svn.apache.org/
>
> I can jump to a special revision. Then I can move up and down, but that
> contains the commits of all projects, not only those from OpenOffice.
> The range between r1384746 and r1388589 has over 3000 commits, so not
> doable.
>
> I use git svn.
>
> Kind regards
> Regina
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: How to get a list of commits between 2 revisions

Posted by Regina Henschel <rb...@t-online.de>.
Hi Herbert,

Herbert Duerr schrieb:
> Hi Regina,
>
> On 25.07.2013 13:32, Regina Henschel wrote:
>> I'm looking at bug https://issues.apache.org/ooo/show_bug.cgi?id=122822
>> I have narrowed it down to
>> OK in r1384746
>> broken in r1388589
>>
>> That was in Sept.2012, when we were in incubator.
>> I cannot get that range in https://fisheye6.atlassian.com
>>
>> How can I get a list of commits, that happen between r1384746 and r1388589?
>
> If you are using svn directly do
>      svn log -r 1388589:1384746
> in your repository.
>
> Or if were using git-svn you could use the wonderful gitk tool or its
> relatives like qgit.

It is not clear to me, what to do. I have not got a local repository, 
which has that range. Therefore I look for a way to get that information 
from http://svn.apache.org/

I can jump to a special revision. Then I can move up and down, but that 
contains the commits of all projects, not only those from OpenOffice. 
The range between r1384746 and r1388589 has over 3000 commits, so not 
doable.

I use git svn.

Kind regards
Regina


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: How to get a list of commits between 2 revisions

Posted by Herbert Duerr <hd...@apache.org>.
Hi Regina,

On 25.07.2013 13:32, Regina Henschel wrote:
> I'm looking at bug https://issues.apache.org/ooo/show_bug.cgi?id=122822
> I have narrowed it down to
> OK in r1384746
> broken in r1388589
> 
> That was in Sept.2012, when we were in incubator.
> I cannot get that range in https://fisheye6.atlassian.com
> 
> How can I get a list of commits, that happen between r1384746 and r1388589?

If you are using svn directly do
    svn log -r 1388589:1384746
in your repository.

Or if were using git-svn you could use the wonderful gitk tool or its
relatives like qgit.

Herbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org