Hi, I've transferred my watirspec and watir-webdriver repos to the watir organization on github:
https://github.com/watir/watir-webdriver https://github.com/watir/watirspec I've also updated watir-webdriver, watir and celerity to point to the new watirspec repo. Easiest way to bring your clones in sync (assuming you don't have local changes in spec/watirspec you want to keep) is to just wipe away the submodule and re-update: $ rm -rf spec/watirspec $ git config submodule.spec/watirspec.url [email protected]:watir/watirspec.git $ git submodule init $ git submodule update Unfortunately GitHub doesn't set up redirects from the old repo to the new - so any links to these repos will need to be updated. Jari
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
