[Nix-dev] git-svn and subversion perl bindings ..

Marc Weber marco-oweber at gmx.de
Wed Jul 30 07:19:29 CEST 2008


Which is the best way to catch this case:
You forget to enable perl bindings in subversion,
you enable svnSupport in git and wonder why git-svn can't find all
libraries..

I think the best way is using in subversion
{ inherit perlBindings (1); ... }

and in git expression:
assert svnSupport -> subversion.perlBindings;

Or is it better to use passthrough instead of (1) ?

Marc



More information about the nix-dev mailing list