[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

(no subject)

From: Giulio Troccoli <giulio.troccoli_at_mediatelgroup.co.uk>
Date: Mon, 23 Apr 2012 12:24:03 +0100

On 23/04/12 12:20, Piet Arickx wrote:
>
> Is there any way to get all log messages between date x and date y.
>
> We would like to get an overview of all log messages between to the
> two dates, is this possible ?
>

Use the --revision option with date in {}, e.g.

svn log --revision{2012-01-01}:{2012-02-01}

to get all last January's log.
Received on 2012-04-23 13:24:39 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.