[Pipmak-Devel] CVS to Subversion
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2006-03-06 12:58:14
|
Since SourceForge now offers a Subversion service, development of Pipmak will from now on happen in Subversion instead of CVS. I just finished migration of the CVS content into Subversion (I wasn't completely satisfied with SourceForge's cvs2svn output and applied a lot of manual tweaks to the 11.5 MB Subversion dump). Due to Subversion's better binary file handling, I also retroactively added the demo project. One immediate benefit of the migration (apart from the fact that I like Subversion better than CVS) is that the synchronization delay between the developer repository and the publically visible repository is eliminated - changes are now visible to the public immediately after they are checked in. To use Pipmak's Subversion repository, install a Subversion client if you don't already have one (<http://subversion.tigris.org/project_packages.html>, <http://sourceforge.net/docs/B01/en/#svn_client>) and run svn co https://svn.sourceforge.net/svnroot/pipmak/trunk/pipmak to get the latest Pipmak source code, or run svn co https://svn.sourceforge.net/svnroot/pipmak/trunk/demo to get the latest demo project. You can also browse the repository on the web at <http://svn.sourceforge.net/pipmak>. -Christian |