Skip to content

Commit

Permalink
Remove references to svn or svn.parrot.org. Replace with git referenc…
Browse files Browse the repository at this point in the history
…es where appropriate.
  • Loading branch information
jkeenan committed Feb 13, 2011
1 parent f7d6c26 commit fe1f244
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 38 deletions.
2 changes: 1 addition & 1 deletion docs/gettingstarted.pod
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ L<http://lists.parrot.org/pipermail/parrot-dev/>

=back

In addition, there is a mailing list which logs all commits to the Parrot SVN
In addition, there is a mailing list which logs all commits to the Parrot Git
repository. If you're interested in Parrot development, you might find it very
helpful to subscribe and keep up on changes that people are making.

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.pod
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ will look something like this:

It is possible that a number of tests may fail. If this is a small number, then
it is probably little to worry about, especially if you have the latest Parrot
sources from the SVN repository. However, please do not let this discourage you
sources from the Git repository. However, please do not let this discourage you
from reporting test failures, using the same method as described for reporting
build problems.

Expand Down
2 changes: 1 addition & 1 deletion docs/user/pir/intro.pod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ topics will appear in later articles.
In order to test the PIR and PASM code in this article, a parrot virtual
machine is needed (henceforth just "parrot"). Parrot is available from
L<http://parrot.org>. Just download the latest release, or checkout
the current development version from the SVN tree. The programs in this
the current development version from the Git repository. The programs in this
article were tested with Parrot 0.8.1.

Parrot is very easy to compile on unix-like and Microsoft Windows
Expand Down
2 changes: 1 addition & 1 deletion editor/mk_skeleton.pir
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
timeArray = decodetime epoch
year = timeArray[.TM_YEAR]

# split up to avoid various svn/codingstd issues.
# split up to avoid various codingstd issues.
print '# Copyright (C) '
print year
say ' Parrot Foundation.'
Expand Down
4 changes: 2 additions & 2 deletions examples/languages/abc/setup.pir
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! ../../../parrot
# Copyright (C) 2009, Parrot Foundation.
# Copyright (C) 2009-2011, Parrot Foundation.

=head1 NAME

Expand Down Expand Up @@ -31,7 +31,7 @@ See F<runtime/library/distutils.pir>.
$P0['license_type'] = 'Artistic License 2.0'
$P0['license_uri'] = 'http://www.perlfoundation.org/artistic_license_2_0'
$P0['copyright_holder'] = 'Parrot Foundation'
$P0['checkout_uri'] = 'https://svn.parrot.org/parrot/trunk/examples/languages/abc'
$P0['checkout_uri'] = 'https://github.com/parrot/parrot/tree/master/examples/languages/abc'
$P0['browser_uri'] = 'http://trac.parrot.org/parrot/browser/trunk/examples/languages/abc'
$P0['project_uri'] = 'http://trac.parrot.org/parrot/browser/trunk/examples/languages/abc'

Expand Down
4 changes: 2 additions & 2 deletions examples/pir/befunge/setup.pir
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! ../../../parrot
# Copyright (C) 2009, Parrot Foundation.
# Copyright (C) 2009-11, Parrot Foundation.

=head1 NAME

Expand Down Expand Up @@ -31,7 +31,7 @@ See F<runtime/library/distutils.pir>.
$P0['license_type'] = 'Artistic License 2.0'
$P0['license_uri'] = 'http://www.perlfoundation.org/artistic_license_2_0'
$P0['copyright_holder'] = 'Parrot Foundation'
$P0['checkout_uri'] = 'https://svn.parrot.org/parrot/trunk/examples/pir/befunge'
$P0['checkout_uri'] = 'https://github.com/parrot/parrot/tree/master/examples/pir/befunge'
$P0['browser_uri'] = 'http://trac.parrot.org/parrot/browser/trunk/examples/pir/befunge'
$P0['project_uri'] = 'http://trac.parrot.org/parrot/browser/trunk/examples/pir/befunge'

Expand Down
2 changes: 1 addition & 1 deletion ext/nqp-rx/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
works. It is sorted by name and formatted to allow easy
grepping and beautification by scripts.
The fields are: name (N), email (E), web-address (W),
description (D), subversion username (U) and snail-mail
description (D), Git username (U) and snail-mail
address (S).

Thanks,
Expand Down
2 changes: 1 addition & 1 deletion ext/nqp-rx/README
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Parrot installation NQP is known as C<parrot-nqp>.

To build NQP from source, you'll just need a C<make> utility
and Perl 5.8 or newer. To automatically obtain and build Parrot
you may also need a subversion (svn) client.
you may also need a Git client.

To obtain NQP directly from its repository:

Expand Down
9 changes: 0 additions & 9 deletions lib/Parrot/Configure/Options/Conf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use base qw( Exporter );
our @EXPORT_OK = qw(
$script
$parrot_version
$svnid
print_help
print_version
);
Expand All @@ -17,11 +16,9 @@ use FindBin qw($Bin);

our $script = q{Configure.pl};
our $parrot_version = Parrot::BuildUtil::parrot_version("$Bin/../../");
our $svnid = '$Id$';

sub print_version {
print "Parrot Version $parrot_version Configure 2.0\n";
print "$svnid\n";
return 1;
}

Expand Down Expand Up @@ -181,7 +178,6 @@ configuration options processing modes
use Parrot::Configure::Options::Conf qw(
$script
$parrot_version
$svnid
print_help
print_version
);
Expand Down Expand Up @@ -217,11 +213,6 @@ Defaults to string 'Configure.pl', but may be overridden for testing purposes.
String which is return value of C<Parrot::BuildUtil::parrot_version()>; may be
overridden for testing purposes.
=head2 C<$svnid>
String holding a standard Subversion 'Id' tag; may be
overridden for testing purposes.
=head1 EXPORTED SUBROUTINES
Two subroutines are exported on demand.
Expand Down
6 changes: 1 addition & 5 deletions lib/Parrot/Configure/Options/Conf/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ our @EXPORT_OK = qw(
@valid_options
$script
$parrot_version
$svnid
);
use lib qw( lib );
use Parrot::Configure::Options::Conf qw(
$script
$parrot_version
$svnid
print_help
print_version
);
Expand Down Expand Up @@ -65,18 +63,16 @@ Parrot's standard command-line interface
$script
%options_components
$parrot_version
$svnid
);
=head1 DESCRIPTION
This package exports five variables on demand.
This package exports four variables on demand.
%options_components
@valid_options
$script
$parrot_version
$svnid
Typically, only one of these -- C<%options_components> -- is directly imported
by Parrot::Configure::Options for use in the case where options are supplied
Expand Down
6 changes: 1 addition & 5 deletions lib/Parrot/Configure/Options/Conf/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ our @EXPORT_OK = qw(
$script
%options_components
$parrot_version
$svnid
);
use File::Spec;
use lib qw( lib );
use Parrot::BuildUtil;
use Parrot::Configure::Options::Conf qw(
$script
$parrot_version
$svnid
print_help
print_version
);
Expand Down Expand Up @@ -165,18 +163,16 @@ Parrot's configuration-file interface
$script
%options_components
$parrot_version
$svnid
);
=head1 DESCRIPTION
This package exports five variables on demand.
This package exports four variables on demand.
%options_components
@valid_options
$script
$parrot_version
$svnid
Typically, only one of these -- C<%options_components> -- is directly imported
by Parrot::Configure::Options for use in the case where options are supplied
Expand Down
7 changes: 3 additions & 4 deletions lib/Parrot/Configure/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ Set-up for C<test_step_thru_runstep()>:
$parrot_version = Parrot::BuildUtil::parrot_version();
$args = process_options( {
argv => [ ],
script => $0,
parrot_version => $parrot_version,
svnid => '$Id$',
argv => [ ],
script => $0,
parrot_version => $parrot_version,
} );
$conf = Parrot::Configure->new;
Expand Down
1 change: 0 additions & 1 deletion lib/Parrot/Docs/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ my $UNDEFINED = 'Undefined';
my %type_for_suffix = (
'BASIC' => 'README file',
'C' => 'C code',
'Log' => 'SVN Entries file', # probably obsolete
'PL' => 'Perl script',
'SKIP' => 'MANIFEST skip file',
'TXT' => 'Text file',
Expand Down
2 changes: 1 addition & 1 deletion lib/Parrot/Docs/Section/Info.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ sub new {
'People',
'',
$self->new_item(
'A list of some of the Parrot developers with SVN commit access.',
'A list of some of the Parrot developers with Git commit access.',
'RESPONSIBLE_PARTIES'
),
$self->new_item(
Expand Down
5 changes: 2 additions & 3 deletions lib/Parrot/IO/Directory.pm
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,9 @@ C<$recursive> and C<$ignore> function as specified above for C<files()>.
For example:
$parrot->file_suffixes(1, '^(SVN|icu)$');
$parrot->file_suffixes(1, '^(icu)$');
will give you all the suffixes used in Parrot ignoring all SVN and ICU
files.
will give you all the suffixes used in Parrot ignoring all ICU files.
Note that if there are files with no suffix then the empty string will
be included in this list.
Expand Down

0 comments on commit fe1f244

Please sign in to comment.