1
0
mirror of https://github.com/git/git.git synced 2024-11-19 14:03:56 +01:00
git/vcs-svn
Florian Achleitner a9a55613cb Create a note for every imported commit containing svn metadata
To provide metadata from svn dumps for further processing, e.g.
branch detection, attach a note to each imported commit that stores
additional information.  The notes are currently hard-coded in
refs/notes/svn/revs.  Currently the following lines from the svn dump
are directly accumulated in the note. This can be refined as needed.

 - "Revision-number"
 - "Node-path"
 - "Node-kind"
 - "Node-action"
 - "Node-copyfrom-path"
 - "Node-copyfrom-rev"

Signed-off-by: Florian Achleitner <florian.achleitner.2.6.31@gmail.com>
Acked-by: David Michael Barr <b@rr-dav.id.au>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-10-07 14:10:17 -07:00
..
fast_export.c Create a note for every imported commit containing svn metadata 2012-10-07 14:10:17 -07:00
fast_export.h Create a note for every imported commit containing svn metadata 2012-10-07 14:10:17 -07:00
LICENSE
line_buffer.c vcs-svn: drop no-op reset methods 2012-07-05 23:26:51 -05:00
line_buffer.h vcs-svn: drop no-op reset methods 2012-07-05 23:26:51 -05:00
line_buffer.txt
repo_tree.c
repo_tree.h
sliding_window.c vcs-svn: suppress a signed/unsigned comparison warning 2012-07-05 23:26:53 -05:00
sliding_window.h
svndiff.c vcs-svn: suppress a signed/unsigned comparison warning 2012-07-05 23:26:53 -05:00
svndiff.h
svndump.c Create a note for every imported commit containing svn metadata 2012-10-07 14:10:17 -07:00
svndump.h remote-svn, vcs-svn: Enable fetching to private refs 2012-10-07 14:10:17 -07:00