[EMAIL PROTECTED] schrieb:
> I'm trying to write a basic Subversion client because I need to
> integrate Subversion with a product that keeps source code in a
> database (so it has no notion of "working copy").
>
> I have tried to translate the simple C examples in Garrett Rooney's
> book into Pyt
I'm trying to write a basic Subversion client because I need to
integrate Subversion with a product that keeps source code in a
database (so it has no notion of "working copy").
I have tried to translate the simple C examples in Garrett Rooney's
book into Python, but the very clever SWIG stuff has