svn log behaviour
From: Mikhail Sobolev <mss_at_mawhrin.net>
 
Date: 2004-12-10 16:42:26 CET 
Hi
 I'm using subversion to keep my Docbook documents.  Now I reached a
     $ svn log --xml <file> | xsltproc svnlog2rh.xsl - > file.inc
 And it went just fine.  However my documents consist of several files,
     $ svn log --xml <file1> <file2> <file3> | xsltproc svnlog2rh.xsl - > mainfile.inc
 And here I found that the behaviour of
     svn log file1 file2
 is exactly the same as
     svn log file1; svn log file2
 Meaning:
 1. Items are not ordered from newest to oldest
 (the same applies to xml output)
 The first problem was overcome using sort facility in XSLT (and the
 However the second problem requires a bit more advanced XSLT
 I'd like to point out that 'svn log --help' says:
     Each log message is printed just once, even if more than one of the
 which suggests the behaviour I need.
 System information:
     Debian (unstable)
     $ svn --version
     Copyright (C) 2000-2004 CollabNet.
     The following repository access (RA) modules are available:
     * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
 Kind Regards,
 -- Misha 
 
 
 
  | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.