Archive for January, 2007

Aranea CVS repository moved to SVN

Friday, January 19th, 2007

Migrating our CVS repository to Subversion has been completed. CVS write access is now disabled. CVS repository will remain accessible, but in read-only mode.

Converting CVS repository contents to SVN using cvs2svn script took 2.5 hours. SVN repository is now up and running, so development can continue normally. We also upgraded Changelogic to a newer version, that supports Subversion repositories. Developers will need to grab changelogic-personal.properties file from Changelogic -> Supporting files. Additionally, one of the following lines will need to be inserted to changelogic-personal.properties:

# When using Changelogic remotely, e.g. from your workstation
cl.vcs.repository=svn+ssh://araneaframework.org/var/svnroot

# When using Changelogic on araneaframework.org server
cl.vcs.repository=file:///var/svnroot

The dependencies that previous Changelogic version needed in your $ANT_HOME/lib folder are no longer necessary, you may delete them: apache-bsf.jar, changelogic-ant.jar, commons-httpclient.jar, commons-logging.jar, js.jar.

ViewVC for the new SVN repository will be available on the following URL: http://svn.araneaframework.org/viewvc/. Previous ViewCVS for the old CVS repository remains accessible on the following URL: http://www.araneaframework.org/cgi-bin/viewvc.cgi/.
Read-only access to SVN repository for anonymous users will be available on the following URL: http://svn.araneaframework.org/repos/aranea. For example, to check out a copy of the latest Aranea:
svn co http://svn.araneaframework.org/repos/aranea/branches/latest aranea Read-only access to the old CVS repository remains accessible in the same way as before.
Developer access to SVN repository will be available on the following URL: svn+ssh://araneaframework.org/var/svnroot. You will probably want to start with:
svn co svn+ssh://araneaframework.org/var/svnroot/aranea/branches/latest aranea

New Year, New Horizons

Sunday, January 7th, 2007

Although most of the the team is still on vacation after the holidays, next week we will finally unveil the integration project to the general public. It will first be available via version control, as the first milestone release is planned for end of January. Integration will be our main priority in the near future and we are preparing some very nice surprises for you :) More on that next week.