On Wed, Dec 11, 2013 at 01:54:26AM +0530, avinash r wrote: > but running the command, > > $ git svn init --username=<username> http://mydomain.com/myrepo causes > the command to fail with the following error: > > Can't locate SVN/Core.pm in @INC (@INC contains: > /usr/local/share/perl/5.14.2 /etc/perl /usr/local/lib/perl/5.14.2 > [...] git-svn relies on having subversion's own perl libraries installed by the system. If you are on a debian/ubuntu-based system, "apt-get install libsvn-perl" should do it; I don't know the package-name offhand for other systems. -Peff -- 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