python/fast-export.git
2007-02-07 Simon Hausmannfix incremental imports
2007-02-07 Simon Hausmanncleanups and work with the latest git-fast-import
2007-02-01 Simon Hausmannsome work on single revision imports
2007-02-01 Simon Hausmannsmall cleanup
2007-02-01 Simon Hausmannturns out there is no need for a temporary import branc...
2007-01-31 Simon Hausmannvery experimental incremental import support :)
2007-01-31 Simon Hausmannfix permissions
2007-01-31 Simon Hausmannwrite tags for each changeset
2007-01-31 Simon Hausmanndisplay progress again (forgot to flush)
2007-01-31 Simon Hausmannbe a bit more permissive on the accepted depot paths
2007-01-31 Simon Hausmannavoid fstat for every file
2007-01-31 Simon Hausmannported the remaining bits over to -G
2007-01-31 Simon Hausmannport p4 users to -G
2007-01-31 Simon Hausmanncleanups, migrated towards using p4 -G
2007-01-31 Simon Hausmannwrite to git-fast-import directly instead of to stdout
2007-01-31 Simon Hausmanncleanups
2007-01-31 Simon Hausmannspeed up the import and try to get the permissions...
2007-01-31 Simon Hausmannthis way the time zone seems to work
2007-01-31 Simon Hausmannfirst attempt at date parsing, the timezone isn't corre...
2007-01-31 Simon Hausmanna little bit more convenience
2007-01-31 Simon Hausmannsupport a basic commandline :)
2007-01-30 Simon Hausmannhere's my current version of a p4 import script. very...
2007-01-17 Chris LeeDon't use svn_repos - just svn_fs, baby. Also clean...
2007-01-17 Chris LeeDon't use svn_repos - stick with svn_fs and be happy.
2007-01-15 Chris LeeActually generates valid tar archives now!
2007-01-15 Chris Lee* svn-archive.c: Initial work on this (not nearly compl...
2007-01-14 Chris LeeDon't set the max_rev arbitrarily low.
2007-01-14 Chris LeeNo more leaks!
2007-01-14 Chris LeeProperly make use of fputs instead of fprintf for dumpi...
2007-01-14 Chris LeeShould be almost exactly equivalent now, and both shoul...
2007-01-14 Chris LeeProperly format the time as the number of seconds since...
2007-01-14 Chris Lees/Committing/Exporting/g
2007-01-14 Chris LeeTook out some debug statements that weren't needed.
2007-01-14 Chris LeeAdding initial rev of my svn-fast-export app, in Python...