All content on jerakeen.org
How not to charge UPSes
26 November 2004
in photos
in set smartphone
tagged with
[electricity]
[fotango]
[ups]
[work]
— Sent from my Treo
CVS vs Subversion
26 November 2004
in blog
tagged with
[subversion]
Tagging things in CVS
cvs -d user@server:/root co Something
..wait..
cd Something
cvs tag Tag_Name
..wait..
Tagging things in Subversion
svn cp http://server/root/Something http://server/root/tags/Tag_Name
The svn tag returns practically instantly. I’m still waiting for the CVS tag to finish. Of course, it’s all software. But svn sucks slightly less.