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 SVN dump parser 2010-08-14 19:35:38 -07:00
line_buffer.c vcs-svn: remove buffer_read_string 2011-03-26 00:17:35 -05:00
line_buffer.h vcs-svn: remove buffer_read_string 2011-03-26 00:17:35 -05:00
line_buffer.txt vcs-svn: remove buffer_read_string 2011-03-26 00:17:35 -05:00
obj_pool.h Add memory pool library 2010-08-14 19:35:37 -07:00
repo_tree.c Merge branch 'svn-fe' of git://repo.or.cz/git/jrn 2011-03-26 11:35:41 -07:00
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 vcs-svn: quote paths correctly for ls command 2011-03-07 01:43:58 -06:00
string_pool.txt Add string-specific memory pool 2010-08-14 19:35:37 -07:00
svndump.c Merge branch 'db/vcs-svn-incremental' into svn-fe 2011-05-26 02:02:44 -05:00
svndump.h vcs-svn: Check for errors from open() 2010-11-24 14:51:42 -08:00
trp.h treap: make treap_insert return inserted node 2010-12-07 16:03:55 -08:00
trp.txt remove doubled words, e.g., s/to to/to/, and fix related typos 2011-04-13 11:59:11 -07:00