]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Solve pb with cvs
authorLaurent Destailleur <eldy@destailleur.fr>
Wed, 8 Jan 2014 10:34:40 +0000 (11:34 +0100)
committerLaurent Destailleur <eldy@destailleur.fr>
Wed, 8 Jan 2014 10:34:40 +0000 (11:34 +0100)
git2cvs.sh
test/awstats/.cvsignore [deleted file]
test/awstats/result/.cvsignore [new file with mode: 0644]

index a6f3dfc412936d65d310f377a74ca5f54905b342..73652804ab120e72be5580f1ea920779e30ae5a0 100755 (executable)
@@ -5,8 +5,8 @@
 cvs update
 #cvs udpate -C
 
-
+export LASTINCLUDEDID=6ddc897cd021ad61cc5661297abe61d04e8c9520
 export GIT_DIR=/home/ldestailleur/git/awstats/.git
 
-git-cvsexportcommit IDCOMMIT
+git cherry $LASTINCLUDEDID HEAD | sed -n 's/^+ //p' | xargs -l1 git cvsexportcommit -c -p -v
 
diff --git a/test/awstats/.cvsignore b/test/awstats/.cvsignore
deleted file mode 100644 (file)
index e3e9a50..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-result
-maxmind
-.cvsignore
diff --git a/test/awstats/result/.cvsignore b/test/awstats/result/.cvsignore
new file mode 100644 (file)
index 0000000..28d35d2
--- /dev/null
@@ -0,0 +1,3 @@
+result_test*
+dnscache*
+awstats*