| Author |
subversion - under the covers
|
Jeff Langr
author
Ranch Hand
Joined: May 14, 2003
Posts: 754
|
|
Greetings Mr Machols, One of the things in CVS that appeals to me is its simplicity. The ability to get into the repository and hack around (and screw things up) if there are problems is fantastic. Does Subversion let you get into its guts as easily, and do you discuss this in your book? thanks, Jeff
|
Author, Agile Java, Essential Java Style. Agile in a Flash. Contributor, Clean Code.
|
 |
Alexandru Popescu
Ranch Hand
Joined: Jul 12, 2004
Posts: 995
|
|
Hi Jeff! I agree with you that that hacking in CVS is quite nice. I am trying to use subversion for some open source projects I am managing but till the moment I haven't got the oportunity to get to hack step. However I don't expect the things to be as easy as in CVS as subversion is using a db (if I am not wrong the default is the embedded Berkley DB). -- ./pope [the_mindstorm]
|
blog - InfoQ.com
|
 |
Jeff Machols
author
Ranch Hand
Joined: Sep 07, 2004
Posts: 43
|
|
One of the great features of Subversion is the triggers/hook scripts. This allows you to "hack" your way into the repository pretty easily. You can do pre/post hooks on the entire repo or just a transaction (there is a chapter in book covering hooks). One of the great features in Subversion is how simple it is. By having everything versioned (well..almost) you can put a lot of controls in place and the commands lend themselves to scripting very nicely.
|
Author of <a href="http://www.amazon.com/exec/obidos/ASIN/1932394362/ref=jranch-20" target="_blank" rel="nofollow">Subversion in Action</a>
|
 |
Jeff Langr
author
Ranch Hand
Joined: May 14, 2003
Posts: 754
|
|
Excellent. Looks like I'll have to cut over soon. -Jeff-
|
 |
 |
|
|
subject: subversion - under the covers
|
|
|