Re: Need help with Subversion bindings

2006-11-10 Thread Diez B. Roggisch
[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

Need help with Subversion bindings

2006-11-10 Thread paul . keating
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