1. URL changes for a few of my projects - Moved to Mercurial
- Posted by jeremy (admin) Oct 24, 2010
- 1598 views
Over the past year I have switched to using Mercurial for my projects. Today I have moved three of my public Euphoria projects over to mercurial which makes the old SVN server locations defunct. The old SVN server still functions as other projects (some of my own even) have not moved. I have not yet removed the old projects from the SVN tree.
The projects moved are:
- edbi - now located at: http://bitbucket.org/jcowgar/edbi
- webclay - now located at: http://bitbucket.org/jcowgar/webclay
- euiup3 - now located at: http://bitbucket.org/jcowgar/euiup
Anyone wishing commit access to these repositories, simply send me an email, jeremy spat cowgar ... com
From this point forward, all development on these projects will be done using these new repositories. All three projects already have changes (both bug fixes and enhancements) in their new repositories.
Mercurial is available for download as an installer on most platforms at:
It is, IMHO, the best distributed SCM system available. This is after a few years of use of Mercurial, Git, Bazzar, Darcs, Fossil and a few other not so well known tools. It allows anyone to create branches, commit to their own branches, track changes, send patches, etc...
Hosting at Bitbucket provides easy user management, easy interaction w/many external services, a bug tracker and also a wiki system that uses creole (the same formatting we use here). It is hoped to one day offer similar services to euphoria projects here on openeuphoria.org but we are far away from that so in the meantime, I believe bitbucket is a great choice.
Thanks,
Jeremy
2. Re: URL changes for a few of my projects - Moved to Mercurial
- Posted by ne1uno Oct 24, 2010
- 1465 views
Over the past year I have switched to using Mercurial for my projects. Today I have moved three of my public Euphoria projects over to mercurial which makes the old SVN server locations defunct. [] The projects moved are:
- edbi - now located at: http://bitbucket.org/jcowgar/edbi
- euweb - now located at: http://bitbucket.org/jcowgar/euweb
- euiup3 - now located at: http://bitbucket.org/jcowgar/euiup
http://bitbucket.org/jcowgar/euweb 404 I thought that was hosted in eutools, should that be webclay2? what about euwiki?
3. Re: URL changes for a few of my projects - Moved to Mercurial
- Posted by jeremy (admin) Oct 24, 2010
- 1481 views
http://bitbucket.org/jcowgar/euweb 404 I thought that was hosted in eutools, should that be webclay2? what about euwiki?
I must be getting old. Yes, it's webclay. euweb is hosted in eutools as you say.
I corrected the original post.
Jeremy