Today I managed to totally fuck one of the subdirectories in my working directory.
After much fun, adding,moving and removing tags and files I managed to fix it and hopefully limited the damage to the branch I was working in.
Then after all that I discover that the versions of the files I have just been adding (from the trunk to a branch) were newer than those on the development server and didn't compile.
oh joy!
And this after a 2 hour meeting on the intracacies of our new purchase order system ( 20 page specification ).
uurgh!
On a side note I am thinking of writing a book for people who end up running version control systems. Something like 'Practical Version Control' covering CVS, SVN, RCS and some of the GUI's and plugins available as well as handy recipes and scripts (like blogging commits, integrating bugzilla, web interfaces, etc)
On a side note I am thinking of writing a book for people who end up running version control systems. Something like 'Practical Version Control' covering CVS, SVN, RCS and some of the GUI's and plugins available as well as handy recipes and scripts (like blogging commits, integrating bugzilla, web interfaces, etc)
This is a fabulous idea. I've wanted to see a Practical $foo series for a while, and version control systems are definitely a good one to include.
+1
Re:Practical $foo
rafael on 2003-04-07T16:02:05
(link dropping) You might be interested by Brad Appleton's work on software configuration management resources.
I was introduced to version control some 15+ years ago, with SCCS and RCS. Scary then and scary still. Thank $deity for CVS
Re:Brave Man
TeeJay on 2003-04-07T16:05:22
I did a dissertation on version control as part of my final year project (I also designed and implemented a http-like server that provided abstract info on RCS and ither VCS directories on the server with a GTK client).My plan is to cover RCS, which would also give a good introduction to Version Control basics. Then cover CVS and SVN.
The core of the book would be practical applications of version control
There will probably be a short bit on 'other' systems like bitkeeper and sourcesafe.
- the how and why of branching and merging and tagging.
- perl and shell scripts and recipes for loginfo, reporting, etc
- Gui's, interfaces, etc
- Integrating with other applications (mysql, bugzilla, etc)
- installing and migrating
- recovering from fuckups
Re:Brave Man
dws on 2003-04-07T16:48:39
While a thoroughly good idea, the time taken to research all varieties of Version Control, is likely to be a long time.Berczuk and Appleton do a high-level skim of the common version control packages in Software Configuration Management Patterns, though they focus on laying out a common language for talking about SCM, and on high-level patterns of usage, and don't get down to the level of actually giving concrete example of how to use product X. Still, if you're going to write a book on CVS, it might help to look over a larger conceptual framework first, at least to avoid the myopia that comes from only ever having used one or two tools.