summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Simon Hausmann [Sun, 11 Feb 2007 20:35:34 +0000 (21:35 +0100)]
get rid of unused variable
Simon Hausmann [Sun, 11 Feb 2007 17:04:39 +0000 (18:04 +0100)]
create lightweight tags instead of full tag objects for the incremental import
Simon Hausmann [Sat, 10 Feb 2007 09:26:03 +0000 (10:26 +0100)]
a little helper script to prune stale p4 import tags
Simon Hausmann [Sat, 10 Feb 2007 09:05:51 +0000 (10:05 +0100)]
changed the default branch to master
Simon Hausmann [Sat, 10 Feb 2007 09:05:29 +0000 (10:05 +0100)]
avoid the excessive use of tags and just keep one p4 tag around
Simon Hausmann [Sat, 10 Feb 2007 08:25:22 +0000 (09:25 +0100)]
cleanups
Simon Hausmann [Thu, 8 Feb 2007 22:00:19 +0000 (23:00 +0100)]
a little script to ease debugging of perforce's python output
Simon Hausmann [Thu, 8 Feb 2007 14:53:11 +0000 (15:53 +0100)]
make the branch configurable
Simon Hausmann [Thu, 8 Feb 2007 14:45:16 +0000 (15:45 +0100)]
slightly better error handling
Simon Hausmann [Wed, 7 Feb 2007 22:51:51 +0000 (23:51 +0100)]
fix calculation of newest revision for initial import
Simon Hausmann [Wed, 7 Feb 2007 22:37:54 +0000 (23:37 +0100)]
yumm, more convenience
Simon Hausmann [Wed, 7 Feb 2007 22:25:56 +0000 (23:25 +0100)]
use git-repo-config for more convenience
Simon Hausmann [Wed, 7 Feb 2007 22:09:49 +0000 (23:09 +0100)]
fix incremental imports
Simon Hausmann [Wed, 7 Feb 2007 21:57:01 +0000 (22:57 +0100)]
cleanups and work with the latest git-fast-import
Simon Hausmann [Thu, 1 Feb 2007 17:19:55 +0000 (18:19 +0100)]
some work on single revision imports
Simon Hausmann [Thu, 1 Feb 2007 16:42:23 +0000 (17:42 +0100)]
small cleanup
Simon Hausmann [Thu, 1 Feb 2007 07:23:39 +0000 (08:23 +0100)]
turns out there is no need for a temporary import branch and rebasing
Simon Hausmann [Wed, 31 Jan 2007 23:08:51 +0000 (00:08 +0100)]
very experimental incremental import support :)
Simon Hausmann [Wed, 31 Jan 2007 22:09:24 +0000 (23:09 +0100)]
fix permissions
Simon Hausmann [Wed, 31 Jan 2007 22:03:01 +0000 (23:03 +0100)]
write tags for each changeset
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.