git-commit-vandalism/vcs-svn
David Barr 030879718f vcs-svn: pass paths through to fast-import
Now that there is no internal representation of the repo, it is not
necessary to tokenise paths.  Use strbuf instead and bypass
string_pool.

This means svn-fe can handle arbitrarily long paths (as long as a
strbuf can fit them), with arbitrarily many path components.

While at it, since we now treat paths in their entirety, only quote
when necessary.

Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2011-03-22 18:32:58 -05:00
..
fast_export.c vcs-svn: pass paths through to fast-import 2011-03-22 18:32:58 -05:00
fast_export.h vcs-svn: pass paths through to fast-import 2011-03-22 18:32:58 -05:00
LICENSE SVN dump parser 2010-08-14 19:35:38 -07:00
line_buffer.c vcs-svn: make buffer_copy_bytes return length read 2011-03-22 16:40:26 -05:00
line_buffer.h vcs-svn: make buffer_copy_bytes return length read 2011-03-22 16:40:26 -05:00
line_buffer.txt vcs-svn: make buffer_skip_bytes return length read 2011-03-22 16:39:54 -05:00
obj_pool.h Add memory pool library 2010-08-14 19:35:37 -07:00
repo_tree.c vcs-svn: pass paths through to fast-import 2011-03-22 18:32:58 -05:00
repo_tree.h vcs-svn: pass paths through to fast-import 2011-03-22 18:32:58 -05:00
string_pool.c vcs-svn: quote paths correctly for ls command 2011-03-07 01:43:58 -06: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 vcs-svn: pass paths through to fast-import 2011-03-22 18:32:58 -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 treap: make treap_insert return inserted node 2010-12-07 16:03:55 -08:00