Oh, and existing watir-webdriver or watirspec clones will of course need to be pointed to the new URLs, e.g.:
$ git remote set-url origin [email protected]:watir/watir-webdriver.git On Tue, Jan 17, 2012 at 11:49 PM, Jari Bakken <[email protected]> wrote: > 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
