Subversion Repositories DevTools

Rev

Rev 4446 | Rev 5709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4446 Rev 5073
Line 675... Line 675...
675
        #
675
        #
676
        Message ("Creating branch: $opt_branch");
676
        Message ("Creating branch: $opt_branch");
677
        my $branch_tag = $svnSession->SvnCopy (
677
        my $branch_tag = $svnSession->SvnCopy (
678
                        'old' => $workSpace,
678
                        'old' => $workSpace,
679
                        'new' => $branch,
679
                        'new' => $branch,
680
                        'comment' => 'Created by Jats SvnRelease branch request',
680
                        'comment' => 'Created by Jats SvnRelease branch request:' . $opt_mkbranch,
681
                        'replace' => 0 );
681
                        'replace' => 0 );
682
 
682
 
683
        Verbose ("Switching to new branch: $opt_branch");
683
        Verbose ("Switching to new branch: $opt_branch");
684
        $branch_tag = SvnPath2Url($branch_tag);
684
        $branch_tag = SvnPath2Url($branch_tag);
685
        $svnSession->SvnSwitch ($branch_tag,
685
        $svnSession->SvnSwitch ($branch_tag,