PDA

View Full Version : [all variants] HOWTO: Installing svn2git



LepeKaname
June 2nd, 2009, 02:30 AM
If you want to install svn2git (it is not at Ubuntu repositories):


sudo aptitude install rubygems

sudo gem install nirvdrum-svn2git --source http://gems.github.com

and the command will be located at:

/var/lib/gems/1.8/bin/svn2git

I posted this because I read several articles of how to use it but almost none on how to get it...

Chico25
May 23rd, 2011, 05:46 PM
thanks, i was just looking for that.

qneill
May 8th, 2012, 05:09 AM
If you're an apt-get (http://ubuntuforums.org/showthread.php?t=379804) kind of person, instead of


sudo aptitude install rubygems

of course you will run:


sudo apt-get install rubygems

--
Quentin

oldos2er
May 8th, 2012, 05:37 PM
Old thread closed.