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

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