Re: Obtaining log messages for a diff

2015-05-23 Thread Johan Corveleyn
On Thu, May 21, 2015 at 10:37 AM, Nicolai Scheer wrote: > Hi Johan, > > > On 19 May 2015 at 15:47, Nicolai Scheer wrote: >> Hi Johan, >> >> On 18 May 2015 at 15:44, Johan Corveleyn wrote: >>> >>> On Mon, May 18, 2015 at 2:59 PM, Nicolai Scheer >>> wrote: >>> > Hi all, >>> > >>> > we run our sub

Re: Obtaining log messages for a diff

2015-05-21 Thread Nicolai Scheer
Hi Johan, On 19 May 2015 at 15:47, Nicolai Scheer wrote: > Hi Johan, > > On 18 May 2015 at 15:44, Johan Corveleyn wrote: >> >> On Mon, May 18, 2015 at 2:59 PM, Nicolai Scheer >> wrote: >> > Hi all, >> > >> > we run our subversion repository with a rather standard layout, e.g.: >> > >> > /trunk

Re: Obtaining log messages for a diff

2015-05-20 Thread Daniel Shahaf
Nicolai Scheer wrote on Wed, May 20, 2015 at 11:40:49 +0200: > On 19 May 2015 at 15:51, Mark Phippard wrote: > > Assuming you know the revisions tag in 1.0.0 and 1.0.1 can't you just run > > svn log on branches/1.0.x and ask for all changes between those two > > revisions? > > Yes, that is the st

Re: Obtaining log messages for a diff

2015-05-20 Thread Nicolai Scheer
Hi Mark, On 19 May 2015 at 15:51, Mark Phippard wrote: > On Mon, May 18, 2015 at 8:59 AM, Nicolai Scheer > wrote: >> >> Hi all, >> >> we run our subversion repository with a rather standard layout, e.g.: >> >> /trunk >> /branches/1.0.x >> /branches/1.1.x >> /tags/1.0.0 >> /tags/1.0.1 >> /tags/1.

Re: Obtaining log messages for a diff

2015-05-19 Thread Mark Phippard
On Mon, May 18, 2015 at 8:59 AM, Nicolai Scheer wrote: > Hi all, > > we run our subversion repository with a rather standard layout, e.g.: > > /trunk > /branches/1.0.x > /branches/1.1.x > /tags/1.0.0 > /tags/1.0.1 > /tags/1.1.0 > /tags/1.1.1 > > Trunk of a project gets branched to the branches fo

Re: Obtaining log messages for a diff

2015-05-19 Thread Nicolai Scheer
Hi Andreas, On 18 May 2015 at 19:07, Andreas Stieger wrote: > Hello, > > On 18/05/15 15:44, Johan Corveleyn wrote: >> On Mon, May 18, 2015 at 2:59 PM, Nicolai Scheer >> wrote: >>> [...] >>> Currently, I'm trying to solve a seemingly simple task, that is, answer the >>> question: >>> "what's new

Re: Obtaining log messages for a diff

2015-05-19 Thread Nicolai Scheer
Hi Johan, On 18 May 2015 at 15:44, Johan Corveleyn wrote: > > On Mon, May 18, 2015 at 2:59 PM, Nicolai Scheer > wrote: > > Hi all, > > > > we run our subversion repository with a rather standard layout, e.g.: > > > > /trunk > > /branches/1.0.x > > /branches/1.1.x > > /tags/1.0.0 > > /tags/1.0.1

Re: Obtaining log messages for a diff

2015-05-18 Thread Andreas Stieger
Hello, On 18/05/15 15:44, Johan Corveleyn wrote: > On Mon, May 18, 2015 at 2:59 PM, Nicolai Scheer > wrote: >> [...] >> Currently, I'm trying to solve a seemingly simple task, that is, answer the >> question: >> "what's new in the release 1.0.1?". >> [...] > In our build system we generate the li

Re: Obtaining log messages for a diff

2015-05-18 Thread Johan Corveleyn
On Mon, May 18, 2015 at 2:59 PM, Nicolai Scheer wrote: > Hi all, > > we run our subversion repository with a rather standard layout, e.g.: > > /trunk > /branches/1.0.x > /branches/1.1.x > /tags/1.0.0 > /tags/1.0.1 > /tags/1.1.0 > /tags/1.1.1 > > Trunk of a project gets branched to the branches fol