| 1 |
46 |
dpavlin |
test: svn2cvs.pl test.sh |
| 2 |
|
|
./test.sh 2>&1 | tee log || vi -R log |
| 3 |
|
|
|
| 4 |
25 |
dpavlin |
tigris: |
| 5 |
9 |
dpavlin |
./svn2cvs.pl file:///home/dpavlin/private/svn/svn2cvs/trunk/ :pserver:dpavlin@cvs.tigris.org:/cvs svn2cvs/src |
| 6 |
|
|
|
| 7 |
|
|
webpac: |
| 8 |
39 |
dpavlin |
./svn2cvs.pl svn+ssh://dpavlin@mjesec.ffzg.hr/home/dpavlin/svn/webpac/trunk/ :ext:dpavlin@webpac.cvs.sourceforge.net:/cvsroot/webpac webpac |
| 9 |
12 |
dpavlin |
|
| 10 |
|
|
index: |
| 11 |
13 |
dpavlin |
@pod2html --noindex ./svn2cvs.pl | sed -e 's#<head>#<head>\ |
| 12 |
12 |
dpavlin |
<style type="text/css">\ |
| 13 |
|
|
/* <![CDATA[ */\ |
| 14 |
|
|
@import "http://www.tigris.org/branding/css/tigris.css";\ |
| 15 |
|
|
@import "http://www.tigris.org/branding/css/inst.css";\ |
| 16 |
|
|
/* ]]> */\ |
| 17 |
|
|
</style>\ |
| 18 |
|
|
<link rel="stylesheet" type="text/css" href="http://www.tigris.org/branding/css/print.css" media="print" />\ |
| 19 |
|
|
<script src="http://www.tigris.org/branding/scripts/tigris.js" type="text/javascript">\ |
| 20 |
|
|
</script>#' \ |
| 21 |
|
|
-e 's,</*strong>,,ig' -e 's,<hr[^>]*>,,ig' \ |
| 22 |
|
|
-e 's,<h1>,<h3>,ig' -e 's,</h1>,</h3>,gi' \ |
| 23 |
|
|
-e 's,<h3><a name="name">NAME</a></h3>,,' \ |
| 24 |
|
|
> www/index.html |
| 25 |
13 |
dpavlin |
@rm pod2htm*.tmp |
| 26 |
22 |
dpavlin |
cd www && cvs commit -m "new version of homepage" |
| 27 |
34 |
dpavlin |
|
| 28 |
41 |
dpavlin |
tidy: |
| 29 |
42 |
dpavlin |
perltidy -et=4 -i=4 -ce svn2cvs.pl && mv svn2cvs.pl.tdy svn2cvs.pl |