projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90dc3df
)
Added p4 delete behavioural emulation as todo item.
author
Simon Hausmann
<hausmann@kde.org>
Wed, 21 Feb 2007 16:51:07 +0000
(17:51 +0100)
committer
Simon Hausmann
<hausmann@kde.org>
Wed, 21 Feb 2007 16:51:07 +0000
(17:51 +0100)
Signed-off-by: Simon Hausmann <hausmann@kde.org>
contrib/fast-import/p4-fast-export.py
patch
|
blob
|
history
diff --git
a/contrib/fast-import/p4-fast-export.py
b/contrib/fast-import/p4-fast-export.py
index f37fdcf96e324c1441b2b791a90860c1f4506f41..6fd86cf7351b680121295495f2cba7559d803d00 100755
(executable)
--- a/
contrib/fast-import/p4-fast-export.py
+++ b/
contrib/fast-import/p4-fast-export.py
@@
-8,6
+8,8
@@
# TODO:
# - support integrations (at least p4i)
# - support p4 submit (hah!)
+# - emulate p4's delete behavior: if a directory becomes empty delete it. continue
+# with parent dir until non-empty dir is found.
#
import os, string, sys, time
import marshal, popen2, getopt