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)
CVS Book (Score:2)
CVS Book (Score:1)
-biz-
Practical $foo (Score:1)
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
(darren)
Re:Practical $foo (Score:2)
Brave Man (Score:1)
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 (Score:2)
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
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:Brave Man (Score:1)
Berczuk and Appleton do a high-level skim of the common version control packages in Software Configuration Management Patterns [amazon.com], 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 hel