Re: Listing the commit messages for a single day

2009-12-27 Thread Ryan Schmidt
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

Re: Listing the commit messages for a single day

2009-12-27 Thread Andy Levy
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

Listing the commit messages for a single day

2009-12-27 Thread Paulo J. Matos
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