Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: [OT] Best Use of Subversion Branches in Perl Development

by runrig (Abbot)
on Feb 02, 2007 at 17:17 UTC ( [id://597966]=note: print w/replies, xml ) Need Help??


in reply to [OT] Best Use of Subversion Branches in Perl Development

You may want to look at svnmerge (which ships with Subversion). It makes it work similar to the way git does (that merlyn mentions above). There's a good tutorial on it.
  • Comment on Re: [OT] Best Use of Subversion Branches in Perl Development

Replies are listed 'Best First'.
Re^2: [OT] Best Use of Subversion Branches in Perl Development
by mugwumpjism (Hermit) on Mar 19, 2007 at 00:31 UTC

    You know what, I checked it out and it doesn't even come close. It's merging is extremely deficient compared with even svk and merges were complicated and painful. However, it does support tracking cherry picking which is more than svk.

    $h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://597966]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 09:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found