python/fast-export.git
2007-03-12 Simon HausmannFirst shot at a script that allows applying changesets...
2007-03-10 Simon HausmannMake the caching official, sort of :)
2007-03-10 Simon Hausmannless false integrations
2007-03-10 Simon HausmannMore work on merge detection
2007-03-10 Simon HausmannCleanups and preparations for true branch merge detection
2007-03-10 Simon HausmannCleanups
2007-03-10 Simon Hausmannmake the debug cache configurable
2007-03-10 Simon HausmannHaha, of course the extension should be .py!
2007-03-08 Simon Hausmannfix --known-branches support
2007-03-08 Simon Hausmannunstable work in progress for better main branch detection
2007-03-07 Simon Hausmannwork with newer git versions
2007-02-22 Simon Hausmannsilent for real this time
2007-02-22 Simon HausmannAnother silent fix
2007-02-22 Simon Hausmannblind: added support for --silent
2007-02-21 Simon Hausmannanother todo item
2007-02-17 Simon Hausmannhotfix for branchless imports
2007-02-14 Simon HausmannRun also with older versions of Python
2007-02-14 Simon Hausmannthis is very much in progress, but at least the branch...
2007-02-12 Simon Hausmanntry merging based on p4 changes
2007-02-12 Simon Hausmannset marks for fast-import
2007-02-12 Simon Hausmanndon't write out too many merges
2007-02-12 Simon Hausmannmore work on branch import. my testcase works at least :)
2007-02-12 Simon Hausmannstart experimental work on branch detection
2007-02-12 Simon Hausmanncleanups
2007-02-11 Simon Hausmannget rid of unused variable
2007-02-11 Simon Hausmanncreate lightweight tags instead of full tag objects...
2007-02-10 Simon Hausmanna little helper script to prune stale p4 import tags
2007-02-10 Simon Hausmannchanged the default branch to master
2007-02-10 Simon Hausmannavoid the excessive use of tags and just keep one p4...
2007-02-10 Simon Hausmanncleanups
2007-02-08 Simon Hausmanna little script to ease debugging of perforce's python...
2007-02-08 Simon Hausmannmake the branch configurable
2007-02-08 Simon Hausmannslightly better error handling
2007-02-07 Simon Hausmannfix calculation of newest revision for initial import
2007-02-07 Simon Hausmannyumm, more convenience
2007-02-07 Simon Hausmannuse git-repo-config for more convenience
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...