From: phil j. <int...@gm...> - 2011-05-01 12:50:26
|
Surely if it's at SourceForge, that will let you create a mercurial repo, no? Or Bazaar. http://sourceforge.net/apps/wordpress/sourceforge/2009/03/11/bazaar-and-mercurial-scm-services-launched/ Note that if you're more comfortable with SVN you may find Bazaar more comfortable as it's designed to feel more like SVN. phil On Sun, May 1, 2011 at 9:08 AM, John Henry <ec...@ya...> wrote: > Ran into some problem with Mercurial and I really don't have enough time > to try to figure it out. I'm going to stay with SVN for now. > > I created a temporary home at http://code.google.com/p/pythoncard-1-0/ > > Lots of work to do. > > On 4/30/2011 6:12 PM, Steven D'Aprano wrote: >> John Henry wrote: >>> I can look into the distributed source control system as suggested. >>> >>> Right now, Subversion is working and works pretty good. Pythoncard is >>> currently hosted on CVS but I can't get CVSNT to work properly. We >>> should migrate to better system than CVS anyway. >> >> For what it is worth, the two popular open source distributed revision >> control systems are git and Mercurial (hg). The developers of Python >> itself are now using Mercurial, so you might lean more towards >> Mercurial. I do. >> >> Some Mercurial resources: >> >> http://hginit.com/index.html >> http://mercurial.selenic.com/wiki/Tutorial >> http://hgbook.red-bean.com/ >> >> For git, you can do your own googling :-P >> >> Source code hosting is available at (among others) Github, Bitbucket and >> Google Code. >> >> Github uses git (well duh *wink*) and is free for Open Source projects. >> >> https://github.com/ >> >> Bitbucket uses Mercurial, and is free for small projects: >> >> https://bitbucket.org/ >> >> and Google Code also offers free hosting and Mercurial: >> >> http://code.google.com/hosting/ >> >> > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > |