Today I did the most tedious work ever.
Having committed everything on my CVS server using a Linux client for the last years, I accidentally forgot to mark stuff as binary. As a result every binary file (like pictures, datafiles, etc..) get fucked up if I check them out on a windows computer.
So, I’ve spent around 3 hours going into every directory in the CVS tree, running the “cvs admin -kb” command on all binary files..
Followed by a couple of “cvs update -A”.
All this so I might checkout some files to eclipse on my stationary computer..
Tags: computer, cvs, eclipse, linux, programming, technology