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 for,
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 example
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:
> > >
> > > > H
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 it
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 for
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 f
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
Updating