python/fast-export.git
18 years agoa little bit more convenience
Simon Hausmann [Wed, 31 Jan 2007 08:49:41 +0000 (09:49 +0100)]
a little bit more convenience

18 years agosupport a basic commandline :)
Simon Hausmann [Wed, 31 Jan 2007 08:39:20 +0000 (09:39 +0100)]
support a basic commandline :)

18 years agohere's my current version of a p4 import script. very much
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 :)

18 years agoDon't use svn_repos - just svn_fs, baby. Also clean up some unused variables.
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.

18 years agoDon't use svn_repos - stick with svn_fs and be happy.
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.

18 years agoActually generates valid tar archives now!
Chris Lee [Mon, 15 Jan 2007 11:33:03 +0000 (03:33 -0800)]
Actually generates valid tar archives now!

18 years ago* svn-archive.c: Initial work on this (not nearly complete yet)
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

18 years agoDon't set the max_rev arbitrarily low.
Chris Lee [Sun, 14 Jan 2007 16:51:30 +0000 (08:51 -0800)]
Don't set the max_rev arbitrarily low.

18 years agoNo more leaks!
Chris Lee [Sun, 14 Jan 2007 16:49:29 +0000 (08:49 -0800)]
No more leaks!

18 years agoProperly make use of fputs instead of fprintf for dumping the revision log.
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.

18 years agoShould be almost exactly equivalent now, and both should function properly.
Chris Lee [Sun, 14 Jan 2007 15:05:30 +0000 (07:05 -0800)]
Should be almost exactly equivalent now, and both should function properly.

18 years agoProperly format the time as the number of seconds since the epoch,
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.

18 years agos/Committing/Exporting/g
Chris Lee [Sun, 14 Jan 2007 13:21:16 +0000 (05:21 -0800)]
s/Committing/Exporting/g

18 years agoTook out some debug statements that weren't needed.
Chris Lee [Sun, 14 Jan 2007 13:19:25 +0000 (05:19 -0800)]
Took out some debug statements that weren't needed.

18 years agoAdding initial rev of my svn-fast-export app, in Python and C.
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.