« May 2005 | Main | July 2005 »

June 2005

June 09, 2005

Converting CVS to SVN

cvs2svn utility can be used to convert existing cvs repository to subversion.
Unfortunately, cvs2svn conversion script does not support project-based repository layout.
It means that you cannot create separate trunk/branches/tags for each project in your repository using just cvs2svn.

An easy workaround is to convert each project separately and then move trunk/branches/tags under the project:

For example,

cvs2svn --existing-svnrepos --username=svn -s /home/svn /home/cvs/myproject

svn move file:///home/svn/trunk file:///home/svn/myproject/trunk -m ""

svn move file:///home/svn/branches file:///home/svn/myproject/branches -m ""

svn move file:///home/svn/tags file:///home/svn/myproject/tags -m ""

June 03, 2005

My List of Firefox Extensions

Web Developer
http://chrispederick.com/work/firefox/webdeveloper/

Bloglines Toolkit & LiveLines
http://www.bloglines.com/help/firefox

Adblock
http://adblock.mozdev.org/

downTHEMall!
http://adblock.mozdev.org/

Sunrise
http://laurens.typepad.com/sunrise/

Live HTTP Headers
http://livehttpheaders.mozdev.org/

Foxylicious
http://dietrich.ganx4.com/foxylicious/

ScrapBook
http://amb.vis.ne.jp/mozilla/scrapbook/

Greasemonkey
http://greasemonkey.mozdev.org/

Platypus
http://platypus.mozdev.org/

June 02, 2005

Eclipse Plugin Locations

I manage to lose these every time I install new version of Eclipse:

RDT Nightly
http://rubyeclipse.sourceforge.net/nightlyBuild/updateSite/

Spindle
http://spindle.sourceforge.net/unstable

Subclipse
http://subclipse.tigris.org/update

JavaSVN
http://tmate.org/svn/


Also, manuall installed plugins

Quantum DB
http://quantum.sourceforge.net/

XMLBuddy
http://xmlbuddy.com/