Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Urlichs <smurf@smurf.noris.de>2005-10-10 13:40:43 +0400
committerMatthias Urlichs <smurf@smurf.noris.de>2005-10-10 13:40:43 +0400
commiteaf718f3ece277462de4e47391e5a965bbbaa297 (patch)
tree5b68436a0951be41262fe9a9b0426edaa25b5853 /Makefile
parent89764f5d8b0ca8600e3a200e9f863c3c7a3ff5e8 (diff)
New: git-svnimport.
As the name suggests, this script imports from SVN. Only "normal" SVN repositories (with single trunk/, branches/, and tags/ subdrectories) are supported. Incremental imports require preserving the file .git/svn2git. Signed-Off-by: Matthias Urlichs <smurf@smurf.noris.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd4e163bad..30fda9ec7e 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,8 @@ SCRIPT_SH = \
SCRIPT_PERL = \
git-archimport.perl git-cvsimport.perl git-relink.perl \
- git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl
+ git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl \
+ git-svnimport-perl
SCRIPT_PYTHON = \
git-merge-recursive.py