Author: jkeenan Date: Sat Mar 3 14:20:39 2007 New Revision: 17314 Modified: branches/buildtools/tools/util/svn_new_branch.pl branches/buildtools/tools/util/svn_synch.pl
Log: Minor typographical cleanup; no change in functionality. Modified: branches/buildtools/tools/util/svn_new_branch.pl ============================================================================== --- branches/buildtools/tools/util/svn_new_branch.pl (original) +++ branches/buildtools/tools/util/svn_new_branch.pl Sat Mar 3 14:20:39 2007 @@ -29,14 +29,14 @@ From the top-level directory in your Parrot sandbox: - perl tools/util/svn_new_branch.pl my_branch_name + perl tools/util/svn_new_branch.pl my_branch =head1 DESCRIPTION This program creates a new branch in the Parrot repository under F<https://svn.perl.org/parrot/branches/>. It also creates a new tag in the Parrot repository under F<https://svn.perl.org/parrot/tags/>. The tag is used -by a companion program F<tools/util/svn_synch.pl>. +by a companion program, F<tools/util/svn_synch.pl>. The program takes one command-line argument: the name you have chosen for your new branch. It then invokes Modified: branches/buildtools/tools/util/svn_synch.pl ============================================================================== --- branches/buildtools/tools/util/svn_synch.pl (original) +++ branches/buildtools/tools/util/svn_synch.pl Sat Mar 3 14:20:39 2007 @@ -40,7 +40,7 @@ From the top-level directory in your Parrot sandbox: perl tools/util/svn_synch.pl \ - --branch=my_branch_name \ + --branch=my_branch \ --sandbox=/home/username/path/to/parrot/sandbox Then: resolve any conflicts and commit: @@ -58,7 +58,7 @@ In addition to creating a new branch in the Parrot repository, F<svn_new_branch.pl> creates a tag whose name follows the pattern -C<my_branch_name-NNNNN>, where C<NNNNN> is the Subversion revision number at +C<my_branch-NNNNN>, where C<NNNNN> is the Subversion revision number at the point where the branch was created. This program, F<svn_synch.pl>, makes use of the presence of that tag to help
