You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ian Wood <Ia...@sucden.co.uk> on 2007/08/20 16:53:14 UTC

Log retrieval app

Hi,

 

Is there, or has anyone wrote an app to export the log messages for a
path between two dates?

 

I realise I can use:

 

$log > log.txt and then parse it, or have it produce xml and then
manipulate it using xpath

 

But I wonder if someone has already done something I can use. 

 

Also, is there a good xlst out there to transform the xml. 

 

I have seen this one:

 

http://www.codingmonkeys.de/map/log/articles/2003/10/07/svnlog-xslt 

 

But the http://exslt.org site functions no longer seem to exist.

 

Best regards,

 

Ian



www.sucden.co.uk

Sucden (UK) Limited, 5 London Bridge Street, London SE1 9SG
Telephone +44 20 7940 9400
 
Registered in England no. 1095841
VAT registration no. GB 446 9061 33

Authorised and Regulated by the Financial Services Authority (FSA) and entered in the FSA's register under no. 114239

This e-mail, including any files transmitted with it, is confidential and may be privileged.  It may be read, copied and used only by the intended recipient.  If you are not the intended recipient of this message, please notify postmaster@sucden.co.uk immediately and delete it from your computer system.  

The contents of this e-mail do not constitute advice and should not be regarded as a recommendation to buy, sell or otherwise deal with any particular investment.

This text is available in other languages http://www.sucden.co.uk/html/content_179.htm

This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com

Re: Log retrieval app

Posted by Andy Levy <an...@gmail.com>.
On 8/20/07, Ian Wood <Ia...@sucden.co.uk> wrote:
> Is there, or has anyone wrote an app to export the log messages for a path
> between two dates?
>
> I realise I can use:
>
> $log > log.txt and then parse it, or have it produce xml and then manipulate
> it using xpath
>
> But I wonder if someone has already done something I can use.

Does svn log --xml -r {startdate}:{enddate} <url_or_path> not meet your needs?

>
> Also, is there a good xlst out there to transform the xml.
>
> I have seen this one:
>
> http://www.codingmonkeys.de/map/log/articles/2003/10/07/svnlog-xslt

Have a look at http://ch.tudelft.nl/~arthur/svn2cl/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org