Browse by Tags

VSS to Subversion to Clearcase
Published 08-31-2007 2:40 PM | jokiz
follow up to my post about visual source safe and subversion (which has a good google page rank), now i'm exploring rational clearcase. we are using clearcase at work and i can see a very close similarities with visual source safe. although the previous...
subversion one click setup
Published 08-17-2006 11:09 AM | jokiz
i remember when i first set up subversion for my own projects and it was pretty messy, installing the service, etc. all are described in this blog post . months ago, rodel told me that there is a one click installer for setting up subversion and now that...
safe commit with continuous integration
Published 07-19-2006 10:33 PM | jokiz
whenever i have a major change in our projects (e.g. add, remove, rename files), i always try to check if i've broken something by running a nant build locally. everybody here is monitoring our build server and it is a bad impression to break something...
problematic ankh
Published 07-19-2006 10:32 PM | jokiz
i have encountered a lot of errors using ankh to checkin my changes with subversion for the past week. it's just that there are few updates on the development of ankh and tortoisesvn is more reliable. although i admit, it's a little tedious going to explorer...
Error: Can't read file (subversion server path)file.tmp, End of file found
Published 07-12-2006 1:23 PM | jokiz
i was about to check in my changes last night but before that, i wanted to update my copy. i was presented with a dialog with a message of Error: Can't read file (subversion server path)file.tmp, End of file found i tried to do a clean up and update a...
Visual Sourcesafe vs SVN, AnkhSVN, TortoiseSVN
Published 05-26-2006 2:19 PM | jokiz
I have worked with used Microsoft Visual Sourcesafe and now in my current company, we are using the SVN-Tortoise-Ankh combo. One thing i noticed though is that teammates really have to communicate. Although we are just two in the team, in order to prevent...
Stored Procedure Versioning
Published 06-18-2005 3:48 PM | jokiz
I have been wanting to put stored procedures in our current project under source control. Although changes to SPs will be minimal, we all know what we can get when we keep history of parts of our code and the ease of comparing them side by side. Searching...
Real life application of Bisection Method algorithm
Published 02-08-2005 12:52 PM | jokiz
I’ve seen an officemate of mine this morning browsing the history log of a code sheet (VSS) to know when was a particular line added and who did it. What striked me was the way he opened each entry of the history database from oldest to the latest. I...