scriptcs-contrib / svm

scriptcs version manager
Apache License 2.0
43 stars 13 forks source link

Multiple installs from path show the same path #77

Closed ryanrousseau closed 8 years ago

ryanrousseau commented 8 years ago

I noticed today that if I have two installs from different paths, svm list will show the same path for all of them. It looks like just a display issue as using each one will use the correct version.

In this screenshot, I have dev and dev-latest which are actually the same path, so this is correct.

image

If I install from the current directory and then list again, all three will show the new path (notice the /gb/ in each one)

image

Removing the new install will revert the other paths

image

I can take a look at it later this week, but wanted to go ahead and report it.

paulbouwer commented 8 years ago

Thanks for reporting @ryanrousseau

ryanrousseau commented 8 years ago

Hey @paulbouwer, I've got a fix for this but I'm not sure if I should send the PR to dev or master. Let me know and I'll send it.

Thanks!

paulbouwer commented 8 years ago

Awesome! Send it to master for now - there are other fixes in here waiting for release. Need to get dev branch process going :)

Thanks for the PR!

On Thursday, 29 October 2015, Ryan Rousseau notifications@github.com wrote:

Hey @paulbouwer https://github.com/paulbouwer, I've got a fix for this but I'm not sure if I should send the PR to dev or master. Let me know and I'll send it.

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/scriptcs-contrib/svm/issues/77#issuecomment-151889856 .