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

Re: Format of .svn/entries files

From: Milen A. Radev <milen_at_radev.net>
Date: 2006-11-13 17:34:58 CET

On 13/11/06, Jari Strand <jaristr@voiceofhisword.com> wrote:
> Hi,
> I used to to python to parse and read the XML in entries files which are
> located in each .svn folder in windows. But after updating to version
> 1.4 of tortoise SVN my scripts wouldn't work anymore because the format
> of the entries files is not XML anymore.
> Does any one know why and could it be possible to change the format back
> to XML again?

Dear Jari,

Please use the standard Python (SWIG-generated) bindings for the SVN
libraries. Yes, their API follow very closely the C API (they are
auto-generated after all), and thus are not very intuitive for a
Python developer but at least you could avoid the need to
reverse-engineer the various internal interfaces and structures.

-- 
Milen A. Radev
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Nov 13 17:35:07 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.