How to exactly mirror "svn log -v" ?

Arne Babenhauserheide arne_bab at web.de
Fri Jul 11 07:21:50 CDT 2008


Hi, 

I just found the code_swarm app, which transforms svn logs into stunning 
videos. 

So I tried to mirror "svn log -v ". 

The hgbook helped me to mirror "svn log", but I need the file listing. 

The real target format is a simple list of files with author and date in the 
following style. 

<?xml version="1.0"?>
<!-- One commit per day for one month by a documenter and programmer. -->

<file_events>
        <event filename="/src/hello1.c" date="0" author="programmer" />
        <event filename="/docs/COPYING" date="0" author="documenter" />
        <event filename="/docs/README" date="86400000" author="documenter" />
</file_events>

If a log in that format could be created automatically, it would be even more 
convenient :) 

Do you know how to do it? 
--style and --templates didn't help me, because I need to add the date and 
committer to every single file, and I only managed to get all files as space 
seperated list (and some of my filenames contain spaces). 

Best wishes, 
Arne
-- 
-- Weblog: http://blog.draketo.de
-- Infinite Hands: http://infinite-hands.draketo.de - singing a part of the 
history of free software. 
-- Ein Würfel System: http://1w6.org - einfach saubere (Rollenspiel-) Regeln

-- PGP/GnuPG: http://draketo.de/inhalt/ich/pubkey.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://selenic.com/pipermail/mercurial/attachments/20080711/2eafc887/attachment.pgp 


More information about the Mercurial mailing list