Hi Dale, If I move a stone from one GsDevKit_home location to another the stone still looks for shared repos in the old location. How can I change where it is looking to the new location?
Try using the following:
"$GS_HOME/bin/todeIt" $stoneName "script --script=rebuildSys"
`rebuildSys` should hook up the new stone to all of the right directory structures ...
This is the same command that is used $GS_HOME/bin/newExtent which allows you to use a snapshot from one stone in another stone ...
Dale