summaryrefslogtreecommitdiff
path: root/vcs-svn/svndump.c
Commit message (Expand)AuthorAgeFilesLines
* vcs-svn: Implement Prop-delta handlingDavid Barr2010-11-241-10/+44
* vcs-svn: Sharpen parsing of property linesJonathan Nieder2010-11-241-11/+19
* vcs-svn: Split off function for handling of individual propertiesJonathan Nieder2010-11-241-14/+19
* vcs-svn: Make source easier to read on small screensJonathan Nieder2010-11-241-8/+0
* vcs-svn: More dump format sanity checksJonathan Nieder2010-11-241-4/+14
* vcs-svn: Reject path nodes without Node-actionJonathan Nieder2010-11-241-2/+5
* vcs-svn: Delay read of per-path propertiesJonathan Nieder2010-11-241-22/+18
* vcs-svn: Combine repo_replace and repo_modify functionsJonathan Nieder2010-11-241-4/+4
* vcs-svn: Replace = Delete + AddJonathan Nieder2010-11-241-6/+7
* vcs-svn: handle_node: Handle deletion case earlyJonathan Nieder2010-11-241-3/+8
* vcs-svn: Use mark to indicate nodes with included textJonathan Nieder2010-11-241-8/+8
* vcs-svn: Unclutter handle_node by introducing have_props varJonathan Nieder2010-11-241-4/+5
* vcs-svn: Eliminate node_ctx.mark globalJonathan Nieder2010-11-241-12/+11
* vcs-svn: Eliminate node_ctx.srcRev globalJonathan Nieder2010-11-241-7/+8
* vcs-svn: Check for errors from open()Jonathan Nieder2010-11-241-2/+4
* vcs-svn: Allow simple v3 dumps (no deltas yet)David Barr2010-11-241-3/+18
* vcs-svn: Error out for v3 dumpsJonathan Nieder2010-11-241-3/+10
* vcs-svn: Fix some printf format compiler warningsRamsay Jones2010-09-121-1/+1
* SVN dump parserDavid Barr2010-08-141-0/+302