Sign in
googlers
/
jrn
/
git
/
c68d2d7c2b9e68a469780f5556719ec1f1d95cf3
/
vcs-svn
/
svndump.c
8e43a1d
remote-svn: add incremental import
by Florian Achleitner
· 12 years ago
a9a5561
Create a note for every imported commit containing svn metadata
by Florian Achleitner
· 12 years ago
271fd1f
remote-svn, vcs-svn: Enable fetching to private refs
by Florian Achleitner
· 12 years ago
fd871b9
Add svndump_init_fd to allow reading dumps from arbitrary FDs
by Florian Achleitner
· 12 years ago
fde1cc1
Merge branch 'jn/vcs-svn'
by Junio C Hamano
· 13 years ago
e32b79c
vcs-svn: allow 64-bit Prop-Content-Length
by Jonathan Nieder
· 13 years ago
d8d8708
vcs-svn: use constcmp instead of prefixcmp
by David Barr
· 13 years ago
3b8a305
vcs-svn: drop no-op reset methods
by David Barr
· 13 years ago
82247e9
remove superfluous newlines in error messages
by Pete Wyckoff
· 13 years ago
150f754
vcs-svn: allow import of > 4GiB files
by Jonathan Nieder
· 13 years ago
2d54b9e
vcs-svn: allow import of > 4GiB files
by Jonathan Nieder
· 13 years ago
d475536
Merge branch 'svn-fe' of git://repo.or.cz/git/jrn into jn/svn-fe
by Junio C Hamano
· 13 years ago
7a75e66
vcs-svn: implement text-delta handling
by David Barr
· 14 years ago
c19d653
Merge branch 'db/svn-fe-code-purge' into svn-fe
by Jonathan Nieder
· 14 years ago
9ecfa8a
Merge branch 'db/vcs-svn-incremental' into svn-fe
by Jonathan Nieder
· 14 years ago
c514772
sparse: Fix some "symbol not declared" warnings
by Ramsay Jones
· 14 years ago
9e11398
vcs-svn: a void function shouldn't try to return something
by Michael Witten
· 14 years ago
43155cf
vcs-svn: avoid using ls command twice
by David Barr
· 14 years ago
195b7ca
vcs-svn: handle log message with embedded NUL
by Jonathan Nieder
· 14 years ago
4c3169b
vcs-svn: avoid unnecessary copying of log message and author
by Jonathan Nieder
· 14 years ago
e7d04ee
vcs-svn: make reading of properties binary-safe
by Jonathan Nieder
· 14 years ago
41b9dd9
Merge branch 'db/length-as-hash' into svn-fe
by Jonathan Nieder
· 14 years ago
0308797
vcs-svn: pass paths through to fast-import
by David Barr
· 14 years ago
fa6c4bc
Merge branch 'db/strbufs-for-metadata' into db/svn-fe-code-purge
by Jonathan Nieder
· 14 years ago
5c67486
Merge branch 'db/length-as-hash' (early part) into db/svn-fe-code-purge
by Jonathan Nieder
· 14 years ago
f160205
vcs-svn: use strchr to find RFC822 delimiter
by David Barr
· 14 years ago
90c0a3c
vcs-svn: implement perfect hash for top-level keys
by David Barr
· 14 years ago
044ad29
vcs-svn: implement perfect hash for node-prop keys
by David Barr
· 14 years ago
7c5817d
vcs-svn: use strbuf for author, UUID, and URL
by David Barr
· 14 years ago
dce33c9
vcs-svn: use strbuf for revision log
by David Barr
· 14 years ago
c9d1c8b
vcs-svn: improve reporting of input errors
by Jonathan Nieder
· 14 years ago
723b7a2
vcs-svn: eliminate repo_tree structure
by Jonathan Nieder
· 14 years ago
7e11902
vcs-svn: add a comment before each commit
by Jonathan Nieder
· 14 years ago
41529bb
vcs-svn: set up channel to read fast-import cat-blob response
by David Barr
· 14 years ago
e75316d
vcs-svn: simplify repo_modify_path and repo_copy
by Jonathan Nieder
· 14 years ago
5a38b18
vcs-svn: handle_node: use repo_read_path
by Jonathan Nieder
· 14 years ago
a62bbf8
Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-fe
by Jonathan Nieder
· 14 years ago
e5e45ca
vcs-svn: teach line_buffer to handle multiple input files
by Jonathan Nieder
· 14 years ago
5ee5f5a
svndump.c: Fix a printf format compiler warning
by Ramsay Jones
· 14 years ago
9e8c532
vcs-svn: Allow change nodes for root of tree (/)
by Jonathan Nieder
· 14 years ago
6b01b67
vcs-svn: Implement Prop-delta handling
by David Barr
· 14 years ago
6263c06
vcs-svn: Sharpen parsing of property lines
by Jonathan Nieder
· 14 years ago
2a48afe
vcs-svn: Split off function for handling of individual properties
by Jonathan Nieder
· 14 years ago
3f3e676
vcs-svn: Make source easier to read on small screens
by Jonathan Nieder
· 14 years ago
c7dbf35
vcs-svn: More dump format sanity checks
by Jonathan Nieder
· 14 years ago
414e569
vcs-svn: Reject path nodes without Node-action
by Jonathan Nieder
· 14 years ago
1c7bb31
vcs-svn: Delay read of per-path properties
by Jonathan Nieder
· 14 years ago
08c39b5
vcs-svn: Combine repo_replace and repo_modify functions
by Jonathan Nieder
· 14 years ago
6ee4a9b
vcs-svn: Replace = Delete + Add
by Jonathan Nieder
· 14 years ago
5af8fae
vcs-svn: handle_node: Handle deletion case early
by Jonathan Nieder
· 14 years ago
462e1f5
vcs-svn: Use mark to indicate nodes with included text
by Jonathan Nieder
· 14 years ago
d6e81a0
vcs-svn: Unclutter handle_node by introducing have_props var
by Jonathan Nieder
· 14 years ago
da3e217
vcs-svn: Eliminate node_ctx.mark global
by Jonathan Nieder
· 14 years ago
1d13e9f
vcs-svn: Eliminate node_ctx.srcRev global
by Jonathan Nieder
· 14 years ago
5c28a8b
vcs-svn: Check for errors from open()
by Jonathan Nieder
· 14 years ago
1f05d07
vcs-svn: Allow simple v3 dumps (no deltas yet)
by David Barr
· 14 years ago
b3e5bce
vcs-svn: Error out for v3 dumps
by Jonathan Nieder
· 14 years ago
5418d96
vcs-svn: Fix some printf format compiler warnings
by Ramsay Jones
· 14 years ago
21746aa
SVN dump parser
by David Barr
· 15 years ago