views:

144

answers:

1

Where can I find a good introduction to using the subversion python bindings?

I found one section in the svnbook that talks about it; and some basic examples from 1.3.

Is there something a bit more thorough and up-to-date?

+1  A: 

This looks like a pretty complete documentation:

http://pysvn.tigris.org/docs/pysvn_prog_ref.html

And here are a couple examples:

http://svn.collab.net/repos/svn/trunk/tools/examples/

piquadrat
pysvn is a different set of python bindings than the ones I'm wanting to use. But those examples may be useful.
retracile
+1 the svnshell.py will be quite useful. But I'm not seeing much related to checkouts and merges, so I'm still looking for more.
retracile