Author: jkeenan
Date: Fri Mar 2 19:26:31 2007
New Revision: 17302
Modified:
branches/buildtools/docs/svn_branching.pod (contents, props changed)
branches/buildtools/lib/Parrot/Subversion/BranchManager.pm (contents,
props changed)
branches/buildtools/tools/util/svn_new_branch.pl (contents, props changed)
branches/buildtools/tools/util/svn_synch.pl (contents, props changed)
Log:
Setting SVN properties on recently added files.
Modified: branches/buildtools/docs/svn_branching.pod
==============================================================================
--- branches/buildtools/docs/svn_branching.pod (original)
+++ branches/buildtools/docs/svn_branching.pod Fri Mar 2 19:26:31 2007
@@ -1,5 +1,5 @@
# Copyright (C) 2007, The Perl Foundation.
-# $Id: submissions.pod 15385 2006-11-11 21:22:24Z chip $
+# $Id$
=head1 NAME
Modified: branches/buildtools/lib/Parrot/Subversion/BranchManager.pm
==============================================================================
--- branches/buildtools/lib/Parrot/Subversion/BranchManager.pm (original)
+++ branches/buildtools/lib/Parrot/Subversion/BranchManager.pm Fri Mar 2
19:26:31 2007
@@ -1,5 +1,5 @@
# Copyright (C) 2007, The Perl Foundation.
-# $Id: Utils.pm 17167 2007-02-24 02:36:06Z jkeenan $
+# $Id$
package Parrot::Subversion::BranchManager;
use strict;
our (@ISA, @EXPORT_OK);
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 Fri Mar 2 19:26:31 2007
@@ -1,6 +1,6 @@
#! perl
# Copyright (C) 2001-2004, The Perl Foundation.
-# $Id: ops2pm.pl 16894 2007-02-04 22:54:29Z jkeenan $
+# $Id$
use strict;
use warnings;
use lib ("lib");
Modified: branches/buildtools/tools/util/svn_synch.pl
==============================================================================
--- branches/buildtools/tools/util/svn_synch.pl (original)
+++ branches/buildtools/tools/util/svn_synch.pl Fri Mar 2 19:26:31 2007
@@ -1,6 +1,6 @@
#! perl
# Copyright (C) 2007, The Perl Foundation.
-# $Id: Utils.pm 17167 2007-02-24 02:36:06Z jkeenan $
+# $Id$
use strict;
use warnings;
use Getopt::Long;