GemTalk / Rowan

a new project/package manager for Smalltalk that supports FileTree and Tonel repositories, and is independent of Monticello and Metacello
MIT License
14 stars 7 forks source link

(v3) bin/attachRowanDevClones.stone should be able to re-attach a git project to a different giturl ... #891

Open dalehenrich opened 1 year ago

dalehenrich commented 1 year ago

If the specified projectsHome is different than the loaded projectsHome, then the gitUrl should be changed and the project should be reloaded ... this feature will allow one to be able to move an extent from one machine to another and reattach to repositories on the new machine ...

Right, now, the script will try to reload from the original giturl and they may result in an error if the path is not identical on the new machine ...