Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Error trying to install a local build #20

Closed
glennblock opened this issue Jan 4, 2015 · 2 comments
Closed

Error trying to install a local build #20

glennblock opened this issue Jan 4, 2015 · 2 comments
Labels
Milestone

Comments

@glennblock
Copy link
Contributor

When trying to install a local version using I get an error message.

C:\Users\Glenn Block> svm install dev -f 'C:\src\scriptcs\src\ScriptCs\bin\Debug\'

 scriptcs version manager - 0.3.3

 Obtaining version 'dev' from 'C:\src\scriptcs\src\ScriptCs\bin\Debug\'.
 Installing version 'dev'.
The syntax of the command is incorrect.
 Version 'dev' is now available.
 Consider using svm use <version> to set it as the active scriptcs version.
@paulbouwer
Copy link
Contributor

@glennblock - The paths during the JUNCTION creation (Windows softlink) were not escaped. The space in your svm home folder C:\Users\Glenn Block\.svm triggered the error.

The *nix version ln -s is correctly escaped and doesn't contain this bug.

Fixed.

@paulbouwer paulbouwer added this to the v0.3.4 milestone Jan 5, 2015
@glennblock glennblock reopened this Feb 5, 2015
@glennblock
Copy link
Contributor Author

Looks like this is in fact an issue. The problem was the "versions" directory was not created if you just installed SVM and then tried to mount a local version. Fix coming :-)

@glennblock glennblock mentioned this issue Feb 5, 2015
@paulbouwer paulbouwer modified the milestones: v0.3.6, v0.3.4 Feb 7, 2015
paulbouwer added a commit that referenced this issue Feb 7, 2015
Issue #20 - Error trying to install a local build
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants