summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Simon Hausmann [Wed, 31 Jan 2007 21:47:53 +0000 (22:47 +0100)]
display progress again (forgot to flush)
Simon Hausmann [Wed, 31 Jan 2007 21:41:08 +0000 (22:41 +0100)]
be a bit more permissive on the accepted depot paths
Simon Hausmann [Wed, 31 Jan 2007 21:38:07 +0000 (22:38 +0100)]
avoid fstat for every file
Simon Hausmann [Wed, 31 Jan 2007 21:31:28 +0000 (22:31 +0100)]
ported the remaining bits over to -G
Simon Hausmann [Wed, 31 Jan 2007 21:19:18 +0000 (22:19 +0100)]
port p4 users to -G
Simon Hausmann [Wed, 31 Jan 2007 21:13:17 +0000 (22:13 +0100)]
cleanups, migrated towards using p4 -G
Simon Hausmann [Wed, 31 Jan 2007 20:54:56 +0000 (21:54 +0100)]
write to git-fast-import directly instead of to stdout
Simon Hausmann [Wed, 31 Jan 2007 19:48:39 +0000 (20:48 +0100)]
cleanups
Simon Hausmann [Wed, 31 Jan 2007 19:16:26 +0000 (20:16 +0100)]
speed up the import and try to get the permissions working
Simon Hausmann [Wed, 31 Jan 2007 18:43:16 +0000 (19:43 +0100)]
this way the time zone seems to work
Simon Hausmann [Wed, 31 Jan 2007 15:39:46 +0000 (16:39 +0100)]
first attempt at date parsing, the timezone isn't correct yet though
Simon Hausmann [Wed, 31 Jan 2007 08:49:41 +0000 (09:49 +0100)]
a little bit more convenience
Simon Hausmann [Wed, 31 Jan 2007 08:39:20 +0000 (09:39 +0100)]
support a basic commandline :)
Simon Hausmann [Tue, 30 Jan 2007 23:16:59 +0000 (00:16 +0100)]
here's my current version of a p4 import script. very much
work in progress :)
Chris Lee [Wed, 17 Jan 2007 03:21:01 +0000 (19:21 -0800)]
Don't use svn_repos - just svn_fs, baby. Also clean up some unused variables.
Chris Lee [Wed, 17 Jan 2007 03:13:38 +0000 (19:13 -0800)]
Don't use svn_repos - stick with svn_fs and be happy.
Chris Lee [Mon, 15 Jan 2007 11:33:03 +0000 (03:33 -0800)]
Actually generates valid tar archives now!
Chris Lee [Mon, 15 Jan 2007 01:07:42 +0000 (17:07 -0800)]
* 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
Chris Lee [Sun, 14 Jan 2007 16:51:30 +0000 (08:51 -0800)]
Don't set the max_rev arbitrarily low.
Chris Lee [Sun, 14 Jan 2007 16:49:29 +0000 (08:49 -0800)]
No more leaks!
Chris Lee [Sun, 14 Jan 2007 15:48:24 +0000 (07:48 -0800)]
Properly make use of fputs instead of fprintf for dumping the revision log.
Chris Lee [Sun, 14 Jan 2007 15:05:30 +0000 (07:05 -0800)]
Should be almost exactly equivalent now, and both should function properly.
Chris Lee [Sun, 14 Jan 2007 14:11:31 +0000 (06:11 -0800)]
Properly format the time as the number of seconds since the epoch,
like git-fast-import wants us to.
Chris Lee [Sun, 14 Jan 2007 13:21:16 +0000 (05:21 -0800)]
s/Committing/Exporting/g
Chris Lee [Sun, 14 Jan 2007 13:19:25 +0000 (05:19 -0800)]
Took out some debug statements that weren't needed.
Chris Lee [Sun, 14 Jan 2007 13:16:29 +0000 (05:16 -0800)]
Adding initial rev of my svn-fast-export app, in Python and C.