git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 00/16] GSOC remote-svn
@ 2012-08-20 21:52 Florian Achleitner
  2012-08-20 21:52 ` [PATCH v5 01/16] Implement a remote helper for svn in C Florian Achleitner
  0 siblings, 1 reply; 24+ messages in thread
From: Florian Achleitner @ 2012-08-20 21:52 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, David Michael Barr, Jonathan Nieder

New version with these changes:

- includes fixups and changes by Junio from fa/remote-svn
- move contrib/svn-fe/remote-svn.c to remote-testsvn.c (in toplevel)
- add it to the toplevel Makefile
  (needed to copy the linker rule, is there a nicer way?)
- check for prerequisite in test script (probably not needed, 
  because it's built automatically now)

 [PATCH v5 01/16] Implement a remote helper for svn in C
 [PATCH v5 02/16] Add git-remote-testsvn to Makefile.
 [PATCH v5 03/16] Add svndump_init_fd to allow reading dumps from
 [PATCH v5 04/16] Add argv_array_detach and argv_array_free_detached
 [PATCH v5 05/16] Connect fast-import to the remote-helper via pipe,
 [PATCH v5 06/16] Add documentation for the 'bidi-import' capability
 [PATCH v5 07/16] When debug==1, start fast-import with "--stats"
 [PATCH v5 08/16] remote-svn, vcs-svn: Enable fetching to private
 [PATCH v5 09/16] Allow reading svn dumps from files via file:// urls
 [PATCH v5 10/16] vcs-svn: add fast_export_note to create notes
 [PATCH v5 11/16] Create a note for every imported commit containing
 [PATCH v5 12/16] remote-svn: Activate import/export-marks for
 [PATCH v5 13/16] remote-svn: add incremental import
 [PATCH v5 14/16] Add a svnrdump-simulator replaying a dump file for
 [PATCH v5 15/16] remote-svn: add marks-file regeneration
 [PATCH v5 16/16] Add a test script for remote-svn

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

end of thread, other threads:[~2012-08-21 21:44 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20 21:52 [PATCH v5 00/16] GSOC remote-svn Florian Achleitner
2012-08-20 21:52 ` [PATCH v5 01/16] Implement a remote helper for svn in C Florian Achleitner
2012-08-20 21:52   ` [PATCH v5 02/16] Add git-remote-testsvn to Makefile Florian Achleitner
2012-08-20 21:52     ` [PATCH v5 03/16] Add svndump_init_fd to allow reading dumps from arbitrary FDs Florian Achleitner
2012-08-20 21:52       ` [PATCH v5 04/16] Add argv_array_detach and argv_array_free_detached Florian Achleitner
2012-08-20 21:52         ` [PATCH v5 05/16] Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capability Florian Achleitner
2012-08-20 21:52           ` [PATCH v5 06/16] Add documentation for the 'bidi-import' capability of remote-helpers Florian Achleitner
2012-08-20 21:52             ` [PATCH v5 07/16] When debug==1, start fast-import with "--stats" instead of "--quiet" Florian Achleitner
2012-08-20 21:52               ` [PATCH v5 08/16] remote-svn, vcs-svn: Enable fetching to private refs Florian Achleitner
2012-08-20 21:52                 ` [PATCH v5 09/16] Allow reading svn dumps from files via file:// urls Florian Achleitner
2012-08-20 21:52                   ` [PATCH v5 10/16] vcs-svn: add fast_export_note to create notes Florian Achleitner
2012-08-20 21:52                     ` [PATCH v5 11/16] Create a note for every imported commit containing svn metadata Florian Achleitner
2012-08-20 21:52                       ` [PATCH v5 12/16] remote-svn: Activate import/export-marks for fast-import Florian Achleitner
2012-08-20 21:52                         ` [PATCH v5 13/16] remote-svn: add incremental import Florian Achleitner
2012-08-20 21:52                           ` [PATCH v5 14/16] Add a svnrdump-simulator replaying a dump file for testing Florian Achleitner
2012-08-20 21:52                             ` [PATCH v5 15/16] remote-svn: add marks-file regeneration Florian Achleitner
2012-08-20 21:52                               ` [PATCH v5 16/16] Add a test script for remote-svn Florian Achleitner
2012-08-20 23:01                               ` [PATCH v5 15/16] remote-svn: add marks-file regeneration Junio C Hamano
2012-08-20 23:20                                 ` Junio C Hamano
2012-08-21  9:44                                   ` Florian Achleitner
2012-08-21  9:47                                   ` Florian Achleitner
2012-08-21 21:44                                     ` Junio C Hamano
2012-08-20 22:50             ` [PATCH v5 06/16] Add documentation for the 'bidi-import' capability of remote-helpers Junio C Hamano
2012-08-20 22:19     ` [PATCH v5 02/16] Add git-remote-testsvn to Makefile Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).