in reply to Re^5: [OT] Best Use of Subversion Branches in Perl Development
in thread [OT] Best Use of Subversion Branches in Perl Development
You are not storing any indicator that a merge commit is a merge and not just a regular commit, let alone which of those other throw-away tags was the one merged in. How do you propose that any tool devised to annotate code based on history should work when faced with this system?
$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: [OT] Best Use of Subversion Branches in Perl Development
by perrin (Chancellor) on Mar 18, 2007 at 14:47 UTC | |
by mugwumpjism (Hermit) on Mar 19, 2007 at 00:28 UTC |