1
0
mirror of https://github.com/git/git.git synced 2024-09-28 08:49:45 +02:00
git/vcs-svn
Jonathan Nieder 9ecfa8ae4c Merge branch 'db/vcs-svn-incremental' into svn-fe
This teaches svn-fe to incrementally import into an existing
repository (at last!) at the expense of less convenient UI.  Think of
it as growing pains.  This opens the door to many excellent things,
and it would be a bad idea to discourage people from building on it
for much longer.

* db/vcs-svn-incremental:
  vcs-svn: avoid using ls command twice
  vcs-svn: use mark from previous import for parent commit
  vcs-svn: handle filenames with dq correctly
  vcs-svn: quote paths correctly for ls command
  vcs-svn: eliminate repo_tree structure
  vcs-svn: add a comment before each commit
  vcs-svn: save marks for imported commits
  vcs-svn: use higher mark numbers for blobs
  vcs-svn: set up channel to read fast-import cat-blob response

Conflicts:
	t/t9010-svn-fe.sh
	vcs-svn/fast_export.c
	vcs-svn/fast_export.h
	vcs-svn/repo_tree.c
	vcs-svn/svndump.c
2011-05-26 02:02:44 -05:00
..
fast_export.c Merge branch 'db/vcs-svn-incremental' into svn-fe 2011-05-26 02:02:44 -05:00
fast_export.h Merge branch 'db/vcs-svn-incremental' into svn-fe 2011-05-26 02:02:44 -05:00
LICENSE
line_buffer.c
line_buffer.h
line_buffer.txt
obj_pool.h
repo_tree.c
repo_tree.h Merge branch 'db/vcs-svn-incremental' into svn-fe 2011-05-26 02:02:44 -05:00
string_pool.c Merge branch 'db/vcs-svn-incremental' into svn-fe 2011-05-26 02:02:44 -05:00
string_pool.h
string_pool.txt
svndump.c Merge branch 'db/vcs-svn-incremental' into svn-fe 2011-05-26 02:02:44 -05:00
svndump.h
trp.h
trp.txt remove doubled words, e.g., s/to to/to/, and fix related typos 2011-04-13 11:59:11 -07:00