Re: Mercurial versioned Project in “code.google”
Simon King
simon at simonking.org.uk
Sat Dec 28 22:55:52 UTC 2013
On 28 Dec 2013, at 16:18, Pietro Moras <studio-pm at hotmail.com> wrote:
> Meantime I've just created a brand new code.google Mercurial versioned Project. Fine.
> Now, does anybody have got experience about what one is then supposed to do?
> I mean, of course I know how to hg init and then develop a project LOCALLY, in my computer system and network (by the way, Python, with Eric IDE).
>
> But here then I have no idea about what is the intended way of doing the same things into a code.google storage. Any Primer, Tutorial documentation to suggest? Any good soul telling me the very initial grass-roots actions? Hearty Thanks...
> - P.M.
According to https://code.google.com/p/support/wiki/MercurialFAQ, the URL for your repository on google code is https://code.google.com/p/YOURPROJECTNAME. So if you have a local repository (ie. somewhere you ran “hg init”), you should just be able to change to that directory and run “hg push https://code.google.com/p/YOURPROJECTNAME”. Someone else can then get access to your changes using “hg clone https://code.google.com/p/YOURPROJECTNAME"
Hope that helps,
Simon
More information about the Mercurial
mailing list