On Dec 27, 2009, at 13:46, Paulo J. Matos wrote:
> I was trying to find a way to list the commit messages for a single
> day in a repo. I found something using log but the result is
> unexpected. I wanted to find the commit messages for today 27-12-2009,
> so I did:
> $ svn --non-interactive -r{20
On Sun, Dec 27, 2009 at 14:46, Paulo J. Matos wrote:
> Hi,
>
> I was trying to find a way to list the commit messages for a single
> day in a repo. I found something using log but the result is
> unexpected. I wanted to find the commit messages for today 27-12-2009,
> so I did:
> $ svn --non-inter
Hi,
I was trying to find a way to list the commit messages for a single
day in a repo. I found something using log but the result is
unexpected. I wanted to find the commit messages for today 27-12-2009,
so I did:
$ svn --non-interactive -r{2009-12-27}:{2009-12-28} log