Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svn2git is not put in my PATH #72

Open
JensRantil opened this issue Jun 27, 2012 · 8 comments
Open

svn2git is not put in my PATH #72

JensRantil opened this issue Jun 27, 2012 · 8 comments

Comments

@JensRantil
Copy link

The readme states that

Once you have the necessary software your system, you can install svn2git through rubygems, which will add the svn2git command to your PATH.

This is not true. I managed to find svn2git in /var/lib/gems/1.8/bin/svn2git. I'm running Ubuntu 10.04 (Lucid Lynx).

@nirvdrum
Copy link
Owner

nirvdrum commented Oct 7, 2012

Are you using the system version of Ruby? If not now, it used to auto-add that path to the PATH. And every ruby installation I've ever come across has that gem bin entry in the PATH. I'm open to improvements on the documentation.

@JensRantil
Copy link
Author

Are you using the system version of Ruby?

Yes:

$ dpkg -l|grep ruby
[...]
ii  ruby                                      4.2
                                              An interpreter of object-oriented scripting language Ruby
$ ruby -v
ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux]

@nirvdrum
Copy link
Owner

nirvdrum commented Oct 8, 2012

I'll have to try it out on a newer Ubuntu release. This sounds like an Ubuntu bug to me.

@JensRantil
Copy link
Author

I'll have to try it out on a newer Ubuntu release. This sounds like an Ubuntu bug to me.

Could be, could be.

@eXistenZNL
Copy link

Same problem for me on Debian 6.0.6

@davidvasandani
Copy link

+1 for Debian

@davidvasandani
Copy link

Any work arounds? Google isn't helping me.

@JensRantil
Copy link
Author

Any work arounds? Google isn't helping me.

@davidneudorfer I mean, you could always put the equivalent of /var/lib/gems/1.8/bin (in my example) in your PATH. Another idea is to create a synlink to svn2git in a directory that's already in your PATH. Or did I misunderstand you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants