I just setup my littleware code as a project on Google code: http://code.google.com/p/littleware/ .
What a great site! It was easy to setup the project, but here are a few tricks for interacting with the Mercurial repository.
- To initialize the Google repository from an existing
repository on your local machine:
- hg clone googlerepo
- hg bundle localrepo
- cd googlerepo; hg unbundle localrepo.bundle
- Took me a while to realize that googlecode autogenerates a custom password for Mercurial push. You need to track down that custom password under the googlecode admin console to 'hg push' up to Google's repository.
No comments:
Post a Comment