summaryrefslogtreecommitdiff
path: root/vcs-svn/svndump.c
AgeCommit message (Expand)Author
2010-11-24vcs-svn: Sharpen parsing of property linesJonathan Nieder
2010-11-24vcs-svn: Split off function for handling of individual propertiesJonathan Nieder
2010-11-24vcs-svn: Make source easier to read on small screensJonathan Nieder
2010-11-24vcs-svn: More dump format sanity checksJonathan Nieder
2010-11-24vcs-svn: Reject path nodes without Node-actionJonathan Nieder
2010-11-24vcs-svn: Delay read of per-path propertiesJonathan Nieder
2010-11-24vcs-svn: Combine repo_replace and repo_modify functionsJonathan Nieder
2010-11-24vcs-svn: Replace = Delete + AddJonathan Nieder
2010-11-24vcs-svn: handle_node: Handle deletion case earlyJonathan Nieder
2010-11-24vcs-svn: Use mark to indicate nodes with included textJonathan Nieder
2010-11-24vcs-svn: Unclutter handle_node by introducing have_props varJonathan Nieder
2010-11-24vcs-svn: Eliminate node_ctx.mark globalJonathan Nieder
2010-11-24vcs-svn: Eliminate node_ctx.srcRev globalJonathan Nieder
2010-11-24vcs-svn: Check for errors from open()Jonathan Nieder
2010-11-24vcs-svn: Allow simple v3 dumps (no deltas yet)David Barr
2010-11-24vcs-svn: Error out for v3 dumpsJonathan Nieder
2010-09-12vcs-svn: Fix some printf format compiler warningsRamsay Jones
2010-08-15SVN dump parserDavid Barr