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

Early Access Fix for Issue #7: Symbolic links do not work for Git Bash Shell on Windows #9

Merged
merged 44 commits into from Oct 21, 2015

Conversation

dalehenrich
Copy link
Member

Summary

Update Script

-p issue7 invokes a repair script that moves files and directories to their new locations.

$GS_HOME/bin/updateGsDevKit -g            # update to patch checkout for GsDevKit_home
$GS_HOME/bin/updateGsDevKit -g -p issue7  # apply the patch for GsDevKit_sys_local

If you not have run the update for Pull Request #8 (the previous pull request), or are not sure, then you need to perform the following commands in $GS_HOME:

git fetch --all
git checkout v0.0.1
updateGsDevKit -g
updateGsDevKit -g -p issue7

Possible errors

If you get No such node: '/sys/stone/projects' error like this:

tode 1 > project list
Topez ERROR: a TodeCommandError occurred (error 121000), No such node: '/sys/stone/projects'

The fix is to run the following command in a tODE shell:

/sys/default/bin/validateStoneSysNodes --repair

Previous Pull Request

@dalehenrich dalehenrich changed the title Fix for Issue #7 Fix for Issue #7: Symbolic links do not work for Git Bash Shell Oct 21, 2015
@dalehenrich dalehenrich changed the title Fix for Issue #7: Symbolic links do not work for Git Bash Shell Early Access Fix for Issue #7: Symbolic links do not work for Git Bash Shell Oct 21, 2015
dalehenrich added a commit that referenced this pull request Oct 21, 2015
Early Access Fix for Issue #7: Symbolic links do not work for Git Bash Shell
@dalehenrich dalehenrich merged commit 46dd5ae into master Oct 21, 2015
@dalehenrich dalehenrich changed the title Early Access Fix for Issue #7: Symbolic links do not work for Git Bash Shell Early Access Fix for Issue #7: Symbolic links do not work for Git Bash Shell on Windows Oct 21, 2015
dalehenrich pushed a commit that referenced this pull request Feb 9, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants