On 23/04/12 12:28, Piet Arickx wrote:
Ok, I will try this later, the svn environment itself isn't installed
yet, but thank you for your quick answer.
We are actually testing and evaluating tortoise svn, do you know if it's
possible to do the same thing using this gui ?
Piet.
Please do not top-post and remember to reply-to-all, so that the thread
stays on the list.
Unfortunately I do not use TortoiseSVN, but as this is a pretty basic
function I would guess that yes it is possible with TortoiseSVN too.
-----Original Message-----
From: Giulio Troccoli [mailto:giulio.trocc...@mediatelgroup.co.uk]
Sent: maandag 23 april 2012 13:24
To: Piet Arickx
Cc: users@subversion.apache.org
Subject: Re:
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.