On Sat, Mar 20, 2010 at 05:58:34PM -0400, Daniel Barkalow wrote: > On Sun, 21 Mar 2010, Ramkumar Ramachandra wrote: > > > Due to a licensing conflict, the details of which can be found here > > [1], git-remote-svn will link to libsvn, but will NOT link to Git. It > > will simply use a thin wrapper to call compiled Git executables > > (referred to as remote helper in article). > > It should be possible to avoid calling any git executables (directly or > otherwise); git should call you with all the information you need. Don't know about importer modes, but in native connection mode it is possible to avoid calling or linking to git in any way (been there, done that). And if one doesn't need git APIs, its completely possible to avoid linking into git (this may mean some mode coding effor however). -Ilari -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html