Ignore:
Timestamp:
Jun 23, 2014, 9:45:51 PM (11 years ago)
Author:
dmik
Message:

git: Merge version 2.0.0 from vendor to dmik branch.

Location:
git/branches/dmik
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • git/branches/dmik

  • TabularUnified git/branches/dmik/t/lib-git-svn.sh

    r347 r782  
    3030export svnconf
    3131
    32 "$PERL_PATH" -w -e "
     32perl -w -e "
    3333use SVN::Core;
    3434use SVN::Repos;
     
    147147
    148148convert_to_rev_db () {
    149         "$PERL_PATH" -w -- - "$@" <<\EOF
     149        perl -w -- - "$@" <<\EOF
    150150use strict;
    151 @ARGV == 2 or die "Usage: convert_to_rev_db <input> <output>";
     151@ARGV == 2 or die "usage: convert_to_rev_db <input> <output>";
    152152open my $wr, '+>', $ARGV[1] or die "$!: couldn't open: $ARGV[1]";
    153153open my $rd, '<', $ARGV[0] or die "$!: couldn't open: $ARGV[0]";
Note: See TracChangeset for help on using the changeset viewer.