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:That's an interesting observation. (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.
You're well on your way to conquering your fear, this tells me you still fear branching. "Fear", in code terms, translates into "I don't want to do this because I might break something".
Reply to This
Parent
Re: (Score:2)