NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
That's an interesting observation. (Score:1)
The thing is though, that I have no fear of branching because there's a "recipe" for merging and I don't have to think too much about it other than to record revision numbers in the log. So I'm all for branching in subversion. Also though, I tend to not do any complica
Re: (Score:2)
The thing is though, that I have no fear of branching because there's a "recipe" for merging and I don't have to think too much about it other than to record revision numbers in the log.
Bingo; I think you just identified a huge chunk of my fear: I barely had merging in CVS down, and I don't yet fully understand the "recipe" for it in Subversion. So, schwern (or anybody), should I spend time getting really comfortable with merging in subversion and then move to SVK, or will SVK make all of that into time wasted?
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re: (Score:2)
After that I'd
Re: (Score:2)
Thanks for the advice! :)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re: (Score:2)
You shouldn't have to think about it at all. Its a rote task. Book-keeping. Monkey work. The sort of things computers are very good at. Humans are very bad and prone to make mistakes.
You might want to look at SVK or the Fisher Price version svnmerge [orcaware.com]. svnmerge does for you what you're currently doing by hand.
Re: (Score:2)
Thanks for the writeup (Score:2)
Sounds wonderful, and the future is so bright we gotta wear shades. But I'm just barely getting the hang of subversion now (even though I've been watching it since before it was a 0.1 release). I want to take the jump to SVK at some point. In fact I want my entire home directory on every box I use, at home and at work, to be versioned through SVK. But I'm not there yet, and by the time I am there will hopefully be lots of really good SVK tutorials to choose from to get me there. :)
I guess I do fear br
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re: (Score:1)
http://svkbook.elixus.org/nightly/en/svk-book.html [elixus.org]
Re: (Score:2)
Thank you! I did not realize there was already an SVK book. :)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Should everyone use distributed? (Score:2)
Re: (Score:2)
Just because you use a distributed VCS doesn't mean you have to be distributed, you can continue to have a trunk-centric project if you like. It allows you to choose your development model without being restrained by your tools. The choice is now yours, not your VCS.
That's the essential pro. The con list boils down to "I have to learn a new in
Re: (Score:2)
SVK is the exception in that it retains the SVN interface, but it comes at a cost as any compromise will.
If you have time to elaborate on that it would be most appreciated. :)
SVK allows you to hedge your bets since it can be used as a client to an existing SVN repository, have your cake and eat it, too.
Since I'm not yet familiar with the cons I certainly can't say for sure, but it sounds to me like that's going to outweigh any of them. :)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Branches Still Suck... (Score:1)
... not because merging is painful, but because reviewing and integrating anything more than you can produce in a few hours of work is painful.
Nice writeup (Score:2)
Many thanks.