Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Convert git-* invocations to "git *" in the svnimport example. | Abhijit Menon-Sen | 2009-02-24 |
| | | | | | | | After these changes, git-svnimport worked fine for me. Signed-off-by: Abhijit Menon-Sen <ams@toroid.org> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | svnimport: newer libsvn wants us to ask for the root with "", not "/" | P. Christeas | 2008-07-23 |
| | | | | | | | | | | | | | | In r27729, libsvn introduced an assert which explicitly forbids searching the tree at "/". Luckily enough, it still accepts an empty string "" as the starting point. http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_ra/ra_loader.c?r1=27653&r2=27729 Tested against libsvn0-1.5.0-4mdv2009.0 (needs the fix), libsvn0-1.4.6-5mdv2008.1 (works anyway) Signed-off-by: P. Christeas <p_christ@hol.gr> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | No longer install git-svnimport, move to contrib/examples | Gerrit Pape | 2007-10-30 |
This has been proposed for a few times without much reaction from the list. Actually remove it to see who screams. Signed-off-by: Gerrit Pape <pape@smarden.org> Signed-off-by: Junio C Hamano <gitster@pobox.com> |