DVCS hosting (was Re: Some minor bugs (switch and traceln))
James Graves <[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Feb 12, 2010 at 12:04:15PM -0500, Kevin Reid wrote: > Also, MarkM and I have agreed you ought to have commit access; the > only reason you don't yet is that we haven't been able to contact Dean > to get you added to the password file. (Yes, yes, DVCS is better and > all that.) I just started a project using Google Code, and it was pretty easy. You'll need a Google account, and after that, you can just pick a project name, type in a description, select a repo type, and off you go. They are currently supporting Subversion and Mercurial (what I'm using for my project). Google auto-generates a random password for pushing changes to the repo, so you put the URL, username and password into your own .hgrc. So you can then clone the Google repo for your project, and then push back changes without typing in a password. The project owner(s) can change the repo password at any time. Best regards, James