repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'bug-4296-expop-assign'
[maxima.git]
/
admin
/
compare_cvs_tarball
blob
8ecc3d08f34256cdd0cb6b8b2d10955c42e0af09
1
#!/bin/sh -x
2
cvsdir
=
$1
3
tarballdir
=
$2
4
5
find
$cvsdir
-type
f|
grep
-v
CVS |
grep
-v
cvsignore |
sed
"s%
$cvsdir
%%"
|\
6
grep
-v
'/archive/'
|
grep
-v
'/admin/'
|
sort
>
cct-cvs
7
8
find
$tarballdir
-type
f|
sed
"s%
$tarballdir
%%"
|\
9
sort
>
cct-tarball