All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC/PATCH 0/4] GSOC remote-svn
@ 2012-07-11 13:38 Florian Achleitner
  2012-07-11 13:38 ` [PATCH 1/4] vcs-svn: add fast_export_note to create notes Florian Achleitner
  2012-07-15 14:26 ` [PATCH] Fix overwritten remote ref on with fast-import Florian Achleitner
  0 siblings, 2 replies; 20+ messages in thread
From: Florian Achleitner @ 2012-07-11 13:38 UTC (permalink / raw)
  To: git, David Michael Barr, Jonathan Nieder; +Cc: florian.achleitner.2.6.31

Hi!

This series adds creating notes to vcs-svn, plus some testing aids.
I picked one patch from Dmitry's existing work.

Next steps are storing the fetched revisions and notes in the right place
in refs/remote/ and adding incremental import using the notes.

Im currently stuck on some unexpected behaviour when fetching via 
remote-svn. The refs/remote/svn/master points to the same commit
as refs/heads/master and not to the fetched one.
It gets overwritten after fast-import terminates.
I'm digging through the internals of fetching..

Florian:

[PATCH 1/4] vcs-svn: add fast_export_note to create notes
[PATCH 2/4] Allow reading svn dumps from files via file:// urls.
[PATCH 3/4] Create a note for every imported commit containing svn
[PATCH 4/4] When debug==1, start fast-import with "--stats" instead

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-07-17 22:25 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 13:38 [RFC/PATCH 0/4] GSOC remote-svn Florian Achleitner
2012-07-11 13:38 ` [PATCH 1/4] vcs-svn: add fast_export_note to create notes Florian Achleitner
2012-07-11 13:38   ` [PATCH 2/4] Allow reading svn dumps from files via file:// urls Florian Achleitner
2012-07-11 13:38     ` [PATCH 3/4] Create a note for every imported commit containing svn metadata Florian Achleitner
2012-07-11 13:38       ` [PATCH 4/4] When debug==1, start fast-import with "--stats" instead of "--quiet" Florian Achleitner
2012-07-11 14:29     ` [PATCH 2/4] Allow reading svn dumps from files via file:// urls Dmitry Ivankov
2012-07-11 17:00       ` Junio C Hamano
2012-07-11 17:49         ` Stephen Bash
2012-07-15 14:26 ` [PATCH] Fix overwritten remote ref on with fast-import Florian Achleitner
2012-07-16  0:30   ` Jonathan Nieder
2012-07-16  4:33     ` Junio C Hamano
2012-07-16 22:33     ` Florian Achleitner
2012-07-17  3:27       ` Jonathan Nieder
2012-07-17  9:54         ` Florian Achleitner
2012-07-17 13:48           ` Jonathan Nieder
2012-07-17 20:52             ` Florian Achleitner
2012-07-17 21:02               ` Jonathan Nieder
2012-07-17 22:25                 ` Florian Achleitner
2012-07-17  9:56         ` [PATCH] Add explanatory comment for transport-helpers refs mapping Florian Achleitner
2012-07-17 16:04           ` Jonathan Nieder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.