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

Kind information missing in svn log xml output

From: Yves Bergeron <yves.bergeron_at_shq.gouv.qc.ca>
Date: Wed, 09 Mar 2011 11:41:38 -0500

Hi,
 
The output of
 
svn log --xml --verbose file:///home20/sources/repos/oud --revision
3974

is similar to
 
<?xml version="1.0"?>
<log>
<logentry
   revision="3974">
<author>shqrde</author>
<date>2011-03-07T21:42:57.958314Z</date>
<paths>
<path
   kind=""
   action="A">/trunk/query</path>
<path
   kind=""
   action="A">/trunk/query/ValidationObjetEnvir.tst</path>
</paths>
<msg>Add of query directory. Populate the object table.</msg>
</logentry>
</log>
Why the kind information is always missing ?
 
I'm using svn, version 1.6.9 (r901367) compiled Mar 22 2010, 00:59:50
on CentOS 5.3
 
Thank you.
 
 

"Le présent courriel peut contenir des renseignements confidentiels et ne s'adresse qu'au destinataire dont le nom apparaît ci-dessus. Si ce courriel vous est parvenu par mégarde, veuillez le supprimer et nous en aviser aussitôt."
Received on 2011-03-09 19:34:57 CET

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.