- or download this
[1246]$ pwd
/Users/brian/Dev
...
Mac doc2png weblint++
MacOSX grepurl weblogs.d
Module httpsniffer webreaper
- or download this
:ext:comdog@cvs.brian-d-foy.sourceforge.net:/cvsroot/brian-d-foy
- or download this
[1276]$ find . -name ROOT
./cpan/CVS/ROOT
...
./Test/ISBN/CVS/ROOT
./Test/ISBN/lib/CVS/ROOT
./Test/ISBN/t/CVS/ROOT
- or download this
[1280]$ find . -name R[oO][oO][tT] | wc -l
347
- or download this
[1286]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge"
./Business/ISBN/CVS/Root::ext:comdog@cvs.perl-isbn.sourceforge.net:/cv
+sroot/perl-isbn
...
./Business/ISBN/t/CVS/Root::ext:comdog@cvs.perl-isbn.sourceforge.net:/
+cvsroot/perl-isbn
./Business/ISBN-Data/CVS/Root::ext:comdog@cvs.perl-isbn.sourceforge.ne
+t:/cvsroot/perl-isbn
./Business/ISBN-Data/t/CVS/Root::ext:comdog@cvs.perl-isbn.sourceforge.
+net:/cvsroot/perl-isbn
- or download this
find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2>/dev/nu
+ll
| perl -lnaF: -e "$F[0] =~ s{^./}{}; print $F[0]"
Can't modify single ref constructor in substitution (s///) at -e line
+1, near "s{^./}{};"
Execution of -e aborted due to compilation errors.
- or download this
[1303]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
+>/dev/null | perl -aF: -lne "print $F[0]"
ARRAY(0x800368)
ARRAY(0x800368)
ARRAY(0x800368)
- or download this
[1305]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
+>/dev/null | perl -aF: -lne "$, = ' <<<>>> '; print @F"
./Tie/Toggle/t/CVS/Root <<<>>> <<<>>> [snip...]
- or download this
[1310]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
+>/dev/null | perl -aF: -lne "print @{$F[0]}"
0
- or download this
[1313]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
+>/dev/null | perl -aF: -lne '$F[0] =~ s{^./}{}; print $F[0]'
weather/CVS/Root
weather/t/CVS/Root
- or download this
[1319]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
+>/dev/null | perl -aF: -lne '$F[0] =~ s{^./|/CVS/ROOT$}{}ig; print $F
+[0]' > bad_cvs_root.txt
- or download this
#!/usr/bin/perl
use warnings;
...
print $output;
print "-" x 73, "\n";
}
- or download this
[1329]$ find . -name R[oO][oO][tT] | xargs grep -v "cvs.sourceforge" 2
+>/dev/null | perl -aF: -lne '$F[0] =~ s{^./}{}ig; print $F[0]' > bad_
+cvs_root_no_really.txt
- or download this
#!/usr/bin/perl
use warnings;
...
# $contents > io( $file );
print "$contents", "-" x 73, "\n";
}
- or download this
[1351]$ more Business/ISBN/scripts/CVS/Root
Business/ISBN/scripts/CVS/Root: No such file or directory
- or download this
[1352]$ pwd
/Users/brian/Desktop
[1353]$ more ~/Dev/Business/ISBN/scripts/CVS/Root
:ext:comdog@cvs.sourceforge.net:/cvsroot/perl-isbn
- or download this
----------------------------------------------------------------------
+---
checking /Users/brian/Dev/Test/HTTPStatus...
...
----------------------------------------------------------------------
+---
checking /Users/brian/Dev/Test/HTTPStatus/t...
cvs update: Updating .
- or download this
checking /Users/brian/Dev/Business/ISBN ...
? t/untitled text 6
...
C pod.t
cvs update: move away ./xisbn.t; it is in the way
C xisbn.t
- or download this
#!/usr/bin/perl
use warnings;
...
return $string;
}
- or download this
checking /Users/brian/Dev/Tie ...
These files have conflicts
...
--------------------------------------------------
weblint++
t/pod.t