Commit Graph

17 Commits

Author SHA1 Message Date
Simon Hausmann
da11cb633b this way the time zone seems to work 2007-01-31 19:43:16 +01:00
Simon Hausmann
1c782c3a3b first attempt at date parsing, the timezone isn't correct yet though 2007-01-31 16:39:46 +01:00
Simon Hausmann
9c24ea5079 a little bit more convenience 2007-01-31 09:49:41 +01:00
Simon Hausmann
483cb95cf9 support a basic commandline :) 2007-01-31 09:39:20 +01:00
Simon Hausmann
231bf1f78f here's my current version of a p4 import script. very much
work in progress :)
2007-01-31 00:16:59 +01:00
Chris Lee
0e4f5f2586 Don't use svn_repos - just svn_fs, baby. Also clean up some unused variables. 2007-01-16 19:21:01 -08:00
Chris Lee
213774473c Don't use svn_repos - stick with svn_fs and be happy. 2007-01-16 19:13:38 -08:00
Chris Lee
16457490c1 Actually generates valid tar archives now! 2007-01-15 03:33:03 -08:00
Chris Lee
e1f8b2ec31 * svn-archive.c: Initial work on this (not nearly complete yet)
* svn-fast-export.c: Fix a potential segfault
* Makefile: add support for svn-archive
2007-01-14 17:07:42 -08:00
Chris Lee
5c4e1b3f8e Don't set the max_rev arbitrarily low. 2007-01-14 08:51:30 -08:00
Chris Lee
8d6ad3b02d No more leaks! 2007-01-14 08:49:29 -08:00
Chris Lee
4b021505d7 Properly make use of fputs instead of fprintf for dumping the revision log. 2007-01-14 07:48:24 -08:00
Chris Lee
ca36862bb7 Should be almost exactly equivalent now, and both should function properly. 2007-01-14 07:05:30 -08:00
Chris Lee
5d26e4f820 Properly format the time as the number of seconds since the epoch,
like git-fast-import wants us to.
2007-01-14 06:11:31 -08:00
Chris Lee
2d4a1e5d9d s/Committing/Exporting/g 2007-01-14 05:21:16 -08:00
Chris Lee
059db0187e Took out some debug statements that weren't needed. 2007-01-14 05:19:25 -08:00
Chris Lee
0f33b8fe9e Adding initial rev of my svn-fast-export app, in Python and C. 2007-01-14 05:16:29 -08:00