summaryrefslogtreecommitdiff
path: root/svn-fast-export.c
Commit message (Expand)AuthorAgeFilesLines
* Obtain svn_fs_t via svn_repos_open() -> svn_repos_fs()Rocco Rutte2007-03-141-1/+5
* Don't use svn_repos - just svn_fs, baby. Also clean up some unused variables.Chris Lee2007-01-161-37/+30
* * svn-archive.c: Initial work on this (not nearly complete yet)Chris Lee2007-01-141-1/+1
* Don't set the max_rev arbitrarily low.Chris Lee2007-01-141-1/+1
* No more leaks!Chris Lee2007-01-141-2/+3
* Properly make use of fputs instead of fprintf for dumping the revision log.Chris Lee2007-01-141-1/+4
* Should be almost exactly equivalent now, and both should function properly.Chris Lee2007-01-141-9/+7
* Properly format the time as the number of seconds since the epoch,Chris Lee2007-01-141-0/+21
* s/Committing/Exporting/gChris Lee2007-01-141-1/+1
* Took out some debug statements that weren't needed.Chris Lee2007-01-141-2/+0
* Adding initial rev of my svn-fast-export app, in Python and C.Chris Lee2007-01-141-0/+169