git/vcs-svn
Jonathan Nieder d38f84484f vcs-svn: use higher mark numbers for blobs
Prepare to use mark :5 for the commit corresponding to r5 (and so on).

1 billion seems sufficiently high for blob marks to avoid conflicting
with rev marks, while still leaving room for 3 billion blobs.  Such
high mark numbers cause trouble with ancient fast-import versions, but
this topic cannot support git fast-import versions before 1.7.4 (which
introduces the cat-blob command) anyway.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2011-03-07 01:43:57 -06:00
..
fast_export.c vcs-svn: set up channel to read fast-import cat-blob response 2011-03-07 01:43:57 -06:00
fast_export.h vcs-svn: set up channel to read fast-import cat-blob response 2011-03-07 01:43:57 -06:00
LICENSE SVN dump parser 2010-08-14 19:35:38 -07:00
line_buffer.c vcs-svn: allow input errors to be detected promptly 2011-03-07 01:32:51 -06:00
line_buffer.h vcs-svn: allow input errors to be detected promptly 2011-03-07 01:32:51 -06:00
line_buffer.txt vcs-svn: teach line_buffer about temporary files 2011-02-26 04:59:37 -06:00
obj_pool.h Add memory pool library 2010-08-14 19:35:37 -07:00
repo_tree.c vcs-svn: use higher mark numbers for blobs 2011-03-07 01:43:57 -06:00
repo_tree.h vcs-svn: simplify repo_modify_path and repo_copy 2011-03-07 00:56:50 -06:00
string_pool.c Add string-specific memory pool 2010-08-14 19:35:37 -07:00
string_pool.h Add string-specific memory pool 2010-08-14 19:35:37 -07:00
string_pool.txt Add string-specific memory pool 2010-08-14 19:35:37 -07:00
svndump.c vcs-svn: set up channel to read fast-import cat-blob response 2011-03-07 01:43:57 -06: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