59 Commits (675a0fe297e88e0fab2ee9b311d4ebb3c3bfef28)

Author SHA1 Message Date
Florian Achleitner 8e43a1d010 remote-svn: add incremental import 12 years ago
Florian Achleitner a9a55613cb Create a note for every imported commit containing svn metadata 12 years ago
Florian Achleitner 271fd1fc2a remote-svn, vcs-svn: Enable fetching to private refs 12 years ago
Florian Achleitner fd871b94f6 Add svndump_init_fd to allow reading dumps from arbitrary FDs 12 years ago
Jonathan Nieder e32b79cb32 vcs-svn: allow 64-bit Prop-Content-Length 13 years ago
David Barr d8d8708bd6 vcs-svn: use constcmp instead of prefixcmp 13 years ago
David Barr 3b8a305173 vcs-svn: drop no-op reset methods 13 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Jonathan Nieder 150f75467c vcs-svn: allow import of > 4GiB files 13 years ago
Jonathan Nieder 2d54b9ea8b vcs-svn: allow import of > 4GiB files 13 years ago
David Barr 7a75e661c5 vcs-svn: implement text-delta handling 14 years ago
Ramsay Jones c51477229e sparse: Fix some "symbol not declared" warnings 14 years ago
Michael Witten 9e113988d3 vcs-svn: a void function shouldn't try to return something 14 years ago
David Barr 43155cfe14 vcs-svn: avoid using ls command twice 14 years ago
Jonathan Nieder 195b7ca6f2 vcs-svn: handle log message with embedded NUL 14 years ago
Jonathan Nieder 4c3169b03e vcs-svn: avoid unnecessary copying of log message and author 14 years ago
Jonathan Nieder e7d04ee147 vcs-svn: make reading of properties binary-safe 14 years ago
David Barr 030879718f vcs-svn: pass paths through to fast-import 14 years ago
David Barr f1602054e3 vcs-svn: use strchr to find RFC822 delimiter 14 years ago
David Barr 90c0a3cfe3 vcs-svn: implement perfect hash for top-level keys 14 years ago
David Barr 044ad2906a vcs-svn: implement perfect hash for node-prop keys 14 years ago
David Barr 7c5817d3ba vcs-svn: use strbuf for author, UUID, and URL 14 years ago
David Barr dce33c9c18 vcs-svn: use strbuf for revision log 14 years ago
Jonathan Nieder c9d1c8ba05 vcs-svn: improve reporting of input errors 14 years ago
Jonathan Nieder 723b7a2789 vcs-svn: eliminate repo_tree structure 14 years ago
Jonathan Nieder 7e11902c99 vcs-svn: add a comment before each commit 14 years ago
David Barr 41529bbce4 vcs-svn: set up channel to read fast-import cat-blob response 14 years ago
Jonathan Nieder e75316de53 vcs-svn: simplify repo_modify_path and repo_copy 14 years ago
Jonathan Nieder 5a38b186d3 vcs-svn: handle_node: use repo_read_path 14 years ago
Jonathan Nieder e5e45ca1e3 vcs-svn: teach line_buffer to handle multiple input files 14 years ago
Ramsay Jones 5ee5f5a65d svndump.c: Fix a printf format compiler warning 14 years ago
Jonathan Nieder 9e8c532108 vcs-svn: Allow change nodes for root of tree (/) 14 years ago
David Barr 6b01b67658 vcs-svn: Implement Prop-delta handling 14 years ago
Jonathan Nieder 6263c06d49 vcs-svn: Sharpen parsing of property lines 14 years ago
Jonathan Nieder 2a48afe1c2 vcs-svn: Split off function for handling of individual properties 14 years ago
Jonathan Nieder 3f3e676d6e vcs-svn: Make source easier to read on small screens 14 years ago
Jonathan Nieder c7dbf35e91 vcs-svn: More dump format sanity checks 14 years ago
Jonathan Nieder 414e569e45 vcs-svn: Reject path nodes without Node-action 14 years ago
Jonathan Nieder 1c7bb31616 vcs-svn: Delay read of per-path properties 14 years ago
Jonathan Nieder 08c39b5c44 vcs-svn: Combine repo_replace and repo_modify functions 14 years ago
Jonathan Nieder 6ee4a9be48 vcs-svn: Replace = Delete + Add 14 years ago
Jonathan Nieder 5af8fae2df vcs-svn: handle_node: Handle deletion case early 14 years ago
Jonathan Nieder 462e1f51a5 vcs-svn: Use mark to indicate nodes with included text 14 years ago
Jonathan Nieder d6e81a0315 vcs-svn: Unclutter handle_node by introducing have_props var 14 years ago
Jonathan Nieder da3e217447 vcs-svn: Eliminate node_ctx.mark global 14 years ago
Jonathan Nieder 1d13e9f600 vcs-svn: Eliminate node_ctx.srcRev global 14 years ago
Jonathan Nieder 5c28a8b054 vcs-svn: Check for errors from open() 14 years ago
David Barr 1f05d07c45 vcs-svn: Allow simple v3 dumps (no deltas yet) 14 years ago
Jonathan Nieder b3e5bce1aa vcs-svn: Error out for v3 dumps 14 years ago
Ramsay Jones 5418d96ddc vcs-svn: Fix some printf format compiler warnings 14 years ago