summaryrefslogtreecommitdiff
path: root/vcs-svn
AgeCommit message (Expand)AuthorFilesLines
2011-03-07vcs-svn: handle filenames with dq correctlyJonathan Nieder1-10/+9
2011-03-07vcs-svn: quote paths correctly for ls commandDavid Barr3-1/+13
2011-03-07vcs-svn: eliminate repo_tree structureJonathan Nieder7-339/+183
2011-03-07vcs-svn: add a comment before each commitJonathan Nieder3-7/+28
2011-03-07vcs-svn: save marks for imported commitsJonathan Nieder1-0/+1
2011-03-07vcs-svn: use higher mark numbers for blobsJonathan Nieder1-1/+1
2011-03-07vcs-svn: set up channel to read fast-import cat-blob responseDavid Barr3-0/+37
2011-03-07vcs-svn: allow input errors to be detected promptlyJonathan Nieder2-0/+6
2011-03-07vcs-svn: simplify repo_modify_path and repo_copyJonathan Nieder3-22/+13
2011-03-07vcs-svn: handle_node: use repo_read_pathJonathan Nieder1-10/+23
2011-03-07vcs-svn: introduce repo_read_path to check the content at a pathJonathan Nieder2-1/+12
2011-02-26Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-feJonathan Nieder4-84/+151
2011-02-26vcs-svn: teach line_buffer about temporary filesJonathan Nieder3-1/+52
2011-02-26vcs-svn: allow input from file descriptorJonathan Nieder3-4/+14
2011-02-26vcs-svn: allow character-oriented inputJonathan Nieder2-0/+6
2011-02-26vcs-svn: add binary-safe read functionJonathan Nieder2-0/+7
2011-02-26vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder6-38/+41
2011-02-26vcs-svn: collect line_buffer data in a structJonathan Nieder2-23/+33
2011-02-26vcs-svn: replace buffer_read_string memory pool with a strbufJonathan Nieder1-10/+6
2011-02-26vcs-svn: eliminate global byte_bufferJonathan Nieder1-1/+2
2011-01-18svndump.c: Fix a printf format compiler warningRamsay Jones1-1/+1
2011-01-05Merge branch 'jn/svn-fe' (early part)Junio C Hamano1-3/+10
2010-12-16Merge branch 'jn/maint-svn-fe'Junio C Hamano3-5/+12
2010-12-07vcs-svn: Allow change nodes for root of tree (/)Jonathan Nieder1-1/+4
2010-12-07vcs-svn: fix intermittent repo_tree corruptionJonathan Nieder1-2/+2
2010-12-07treap: make treap_insert return inserted nodeJonathan Nieder2-3/+10
2010-11-24vcs-svn: Implement Prop-delta handlingDavid Barr1-10/+44
2010-11-24vcs-svn: Sharpen parsing of property linesJonathan Nieder1-11/+19
2010-11-24vcs-svn: Split off function for handling of individual propertiesJonathan Nieder1-14/+19
2010-11-24vcs-svn: Make source easier to read on small screensJonathan Nieder1-8/+0
2010-11-24vcs-svn: More dump format sanity checksJonathan Nieder1-4/+14
2010-11-24vcs-svn: Reject path nodes without Node-actionJonathan Nieder1-2/+5
2010-11-24vcs-svn: Delay read of per-path propertiesJonathan Nieder1-22/+18
2010-11-24vcs-svn: Combine repo_replace and repo_modify functionsJonathan Nieder3-20/+12
2010-11-24vcs-svn: Replace = Delete + AddJonathan Nieder1-6/+7
2010-11-24vcs-svn: handle_node: Handle deletion case earlyJonathan Nieder1-3/+8
2010-11-24vcs-svn: Use mark to indicate nodes with included textJonathan Nieder1-8/+8
2010-11-24vcs-svn: Unclutter handle_node by introducing have_props varJonathan Nieder1-4/+5
2010-11-24vcs-svn: Eliminate node_ctx.mark globalJonathan Nieder1-12/+11
2010-11-24vcs-svn: Eliminate node_ctx.srcRev globalJonathan Nieder1-7/+8
2010-11-24vcs-svn: Check for errors from open()Jonathan Nieder2-3/+5
2010-11-24vcs-svn: Allow simple v3 dumps (no deltas yet)David Barr1-3/+18
2010-11-24vcs-svn: Error out for v3 dumpsJonathan Nieder1-3/+10
2010-09-12vcs-svn: Fix some printf format compiler warningsRamsay Jones2-5/+6
2010-08-14vcs-svn: Avoid %z in format stringJonathan Nieder1-2/+3
2010-08-14vcs-svn: Rename dirent pool to build on WindowsJonathan Nieder1-73/+73
2010-08-14treap: style fixJonathan Nieder1-15/+15
2010-08-14SVN dump parserDavid Barr3-0/+315
2010-08-14Infrastructure to write revisions in fast-export formatDavid Barr4-0/+440
2010-08-14Add stream helper libraryDavid Barr3-0/+167