You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by kf...@collab.net on 2003/06/10 14:38:34 UTC

Re: using libsvn_fs standalone

"Tim Hawkins" <ti...@timhawkins.co.uk> writes:
> Questions:
> 
> 1. Has anybody had any experience of using libsvn_fs outside of the
> subversion project?, and do the panel belive there would be any
> major problems with using it in this fashion.

I don't know of any similar projects, personally.

> 2. Is there any usable documentation on the libsvn_fs api?

Mainly see the svn_fs.h header file for documentation.  And check out
svn_repos.h too, you may find yourself want to use that layer.

I highly recommend installing SWIG and getting the bindings working,
especially if you speak Python.  That could enable much more rapid
prototyping.  See subversion/bindings/swig/INSTALL for more.

> 3. Is any of the above worth attempting to export back to the svn
> project?.

Could be, yah -- see the HACKING file for general project guidelines.

Good luck,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org