summaryrefslogtreecommitdiff
path: root/git-cvsexportcommit.perl
diff options
context:
space:
mode:
authorYann Dirson <ydirson@altern.org>2006-05-27 16:39:33 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-05-28 16:46:50 (GMT)
commit0d71b31a5e410972e903952cc467a8856b1f13d1 (patch)
tree4a4a759570c98c46ede88dccf5c1f671522cf4ad /git-cvsexportcommit.perl
parentff4a9ceb971cc9a296bac3a021b945b3c97e4cbe (diff)
downloadgit-0d71b31a5e410972e903952cc467a8856b1f13d1.zip
git-0d71b31a5e410972e903952cc467a8856b1f13d1.tar.gz
git-0d71b31a5e410972e903952cc467a8856b1f13d1.tar.bz2
Document current cvsexportcommit limitations.
Since there is no bugtracker that I know of, let's just use the scripts themselves to document their limitations. Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-cvsexportcommit.perl')
-rwxr-xr-xgit-cvsexportcommit.perl7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl
index ed87dc9..3e4e90b 100755
--- a/git-cvsexportcommit.perl
+++ b/git-cvsexportcommit.perl
@@ -1,5 +1,12 @@
#!/usr/bin/perl -w
+# Known limitations:
+# - cannot add or remove binary files
+# - cannot add parent directories when needed
+# - does not propagate permissions
+# - tells "ready for commit" even when things could not be completed
+# (eg addition of a binary file)
+
use strict;
use Getopt::Std;
use File::Temp qw(tempdir);