Python
pyAntTasks moved to Mercurial
by ron on Oct.26, 2007, under Python
I’ve started using the Mercurial version control system lately and switched over some projects over to it from Subversion. Since Google Code doesn’t yet support hosting Mercurial repositories, pyAntTasks has stayed on Subversion. Until now that is – I set up a Mercurial repository for pyAntTasks on sharesource here. I’ll also push out any new releases to Subversion on Google Code, so people can still use that as well.
pyAntTasks moved to Google code
by ron on Mar.08, 2007, under Python
pyAntTasks is a set of Apache Ant tasks to work with Python code I created a while back. Debedb has added a py-cover task to report on code coverage. I recently moved pyAntTasks over to Google code for hosting so it’s easier for people to get the source.
Getting set up on Google code was a breeze… Register your project, get Subversion access, check in the source, and upload the binary distribution. All in all it took about 5 minutes.
