I have a development server (ubuntu) without root privilege. And, our version control tool is svn but I prefer git. So I intend to use git svn sub-command to manage my code locally. But the problem is that git is not installed in the development server.
Yesterday, I have download git source code, compiled and installed it in my home directory. When I use git svn clone to clone the svn repository I got this error: Can't locate SVN/Core.pm in @INC...
I searched on the internet and got the answer that is subversion perl binding is not installed. So I try to install this tool in my home directory (due to I have no root privilege) but I can't find the source code. I only get the deb package with is not suitable for me. Is there any one has the same problem? Or do you know how to solve this problem? Thanks in advance!