Re: Unexpected behavior of svn log -r BASE:HEAD

2021-06-03 Thread Nathan Hartman
On Wed, Jun 2, 2021 at 8:47 AM Guillaume Brunerie wrote: > Is there another way to get what is described in the help message? To show > the log messages for any incoming changes to foo.c during the next 'svn > update'. This is exactly what I was trying to do. Not exactly what you're asking

Re: Unexpected behavior of svn log -r BASE:HEAD

2021-06-03 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Thu, 03 Jun 2021 04:25 +00:00: > In article > > guillaume.brune...@gmail.com writes: > > Den ons 2 juni 2021 12:47Yasuhito FUTATSUKI skrev: > > Ah, thank you, I guess the help message should be fixed then? > > I have no idea about how accurate it should be in

Re: Unexpected behavior of svn log -r BASE:HEAD

2021-06-03 Thread Johan Corveleyn
On Thu, Jun 3, 2021 at 6:28 AM Yasuhito FUTATSUKI wrote: > > > In article > > guillaume.brune...@gmail.com writes: > > Den ons 2 juni 2021 12:47Yasuhito FUTATSUKI skrev: > > > > > Hello, > > > > > > In article > > a-...@mail.gmail.com> > > > guillaume.brune...@gmail.com writes: > > > > > > >

Re: Unexpected behavior of svn log -r BASE:HEAD

2021-06-02 Thread Yasuhito FUTATSUKI
In article guillaume.brune...@gmail.com writes: > Den ons 2 juni 2021 12:47Yasuhito FUTATSUKI skrev: > > > Hello, > > > > In article > a-...@mail.gmail.com> > > guillaume.brune...@gmail.com writes: > > > > > Hello, > > > > > > The command svn log -r BASE:HEAD . doesn't behave as I expect

Re: Unexpected behavior of svn log -r BASE:HEAD

2021-06-02 Thread Guillaume Brunerie
Den ons 2 juni 2021 12:47Yasuhito FUTATSUKI skrev: > Hello, > > In article a-...@mail.gmail.com> > guillaume.brune...@gmail.com writes: > > > Hello, > > > > The command svn log -r BASE:HEAD . doesn't behave as I expect it to. > > According to svn help log: > > > > Show the log messages

Re: Unexpected behavior of svn log -r BASE:HEAD

2021-06-02 Thread Yasuhito FUTATSUKI
Hello, In article guillaume.brune...@gmail.com writes: > Hello, > > The command svn log -r BASE:HEAD . doesn't behave as I expect it to. > According to svn help log: > > Show the log messages for any incoming changes to foo.c during the > next 'svn update': > svn log -r BASE:HEAD

Unexpected behavior of svn log -r BASE:HEAD

2021-06-01 Thread Guillaume Brunerie
Hello, The command svn log -r BASE:HEAD . doesn't behave as I expect it to. According to svn help log: Show the log messages for any incoming changes to foo.c during the next 'svn update': svn log -r BASE:HEAD foo.c Yet on my machine I have the following behavior: > svn up