Version Control System » Subversion
While using git-svn, I get an error "SVN/Core.pm" not found. How do I rectify this problem?
The git-svn command depends on the SVN::Core module which, incidentally, is not available on CPAN.
The SVN::Core module is available as a part of subversion-perl package that needs to be installed separately.
For Red Hat, Fedora and variants, you can either download the RPM (find on http://rpm.pbone.net) or use the yum to download and install for you - yum install subversion-perl.
For Debain, Ubuntu, XUbuntu, Edubuntu and their other relatives, use apt to download and install it for you - apt-get install subversion-perl.
For cygwin, download and install the subversion-perl package.
Last update: 2009-04-08 20:23
Author: Edujini Labs Pvt Ltd
Revision: 1.0
Print this record
Send to a friend
Show this as PDF file
Export as XML-File
You cannot comment on this entry