aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Achleitner <florian.achleitner.2.6.31@gmail.com>2012-09-19 17:21:15 +0200
committerJunio C Hamano <gitster@pobox.com>2012-10-07 14:10:16 -0700
commit68f64ff8b49ce5b32b11fe136ac89f0ba838a61c (patch)
treee0d2faf4f2bc3d8004b0c7d365281ee62e148494 /.gitignore
parent91e4bfe96f1e72a3ce743fe032bfadfc9509fc2a (diff)
downloadgit-68f64ff8b49ce5b32b11fe136ac89f0ba838a61c.tar.gz
git-68f64ff8b49ce5b32b11fe136ac89f0ba838a61c.tar.xz
Implement a remote helper for svn in C
Enable basic fetching from subversion repositories. When processing remote URLs starting with testsvn::, git invokes this remote-helper. It starts svnrdump to extract revisions from the subversion repository in the 'dump file format', and converts them to a git-fast-import stream using the functions of vcs-svn/. Imported refs are created in a private namespace at refs/svn/<remote-name>/master. The revision history is imported linearly (no branch detection) and completely, i.e. from revision 0 to HEAD. The 'bidi-import' capability is used. The remote-helper expects data from fast-import on its stdin. It buffers a batch of 'import' command lines in a string_list before starting to process them. Signed-off-by: Florian Achleitner <florian.achleitner.2.6.31@gmail.com> Acked-by: David Michael Barr <b@rr-dav.id.au> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions