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

Re: Kind information missing in svn log xml output

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 10 Mar 2011 06:58:35 -0500

The kind information is only available if the repository on the server
was created by SVN 1.6. Earlier repositories have to be dumped/loaded
to add this additional information to the repository.

On Thu, Mar 10, 2011 at 6:54 AM, Prabhu Gnana Sundar
<prabhugs_at_collab.net> wrote:
>
> Hi Yves,
>
> I tried to replicate the same issue on my box. It works fine for me and I
> get the "kind" value correctly.
> But I tried it on a "Ubuntu 10.10" box, svn version 1.6.9 (r901367).
>
>
>
> Regards
> Prabhu
>
> On Wednesday 09 March 2011 10:11 PM, Yves Bergeron wrote:
>
> 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."
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2011-03-10 12:59:04 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.