aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Delay transaction creation untill usage.Torgny Nyblom2011-01-161-8/+8
* Print how we were invokedTorgny Nyblom2011-01-151-0/+4
* Only print warning if it appliesTorgny Nyblom2011-01-151-1/+1
* Fix serious performance regression.Nicolás Alvarez2010-12-231-0/+3
* Add option for using the real content of an SVN branch when creating aTorgny Nyblom2010-12-212-0/+16
* Fix the --version optionTorgny Nyblom2010-12-212-0/+12
* Make sure that there are merges recorded before trying to read the last oneTorgny Nyblom2010-12-211-1/+1
* Try and fix cvs2svn multiple merge points for branches and tags.Torgny Nyblom2010-12-211-19/+27
* Make the tagging commands visible in the gitlog aswellTorgny Nyblom2010-12-201-6/+6
* Only fetch revision properties once per revisionTorgny Nyblom2010-12-161-1/+6
* Only call startFastImport when neededTorgny Nyblom2010-12-161-1/+1
* Be more clear about what are warningsTorgny Nyblom2010-12-164-22/+22
* Move branch creation/deletion/restting to Repository and write these inTorgny Nyblom2010-12-153-5/+23
* Ditch PrefixingRepository in favor of a memmber variable inTorgny Nyblom2010-12-153-282/+181
* Delete before other changesTorgny Nyblom2010-12-131-3/+15
* call startFastImport where it is used.Torgny Nyblom2010-12-131-4/+2
* Code styleTorgny Nyblom2010-12-131-1/+2
* Duh, do not try and extract options before they are parsed.Torgny Nyblom2010-12-121-1/+1
* Add an option to print some stats after a run.Torgny Nyblom2010-12-044-4/+112
* Allow more then one variable to be used on a line.Torgny Nyblom2010-11-301-2/+1
* QList<int> -> QSet<int>Torgny Nyblom2010-11-271-5/+4
* Add an option to parse a list (in a file) of revisions that should beTorgny Nyblom2010-11-261-0/+40
* Merge branch 'master' of gitorious.org:svn2git/svn2gitTorgny Nyblom2010-11-141-4/+1
|\
| * Fix detecting directory movesNiko Sams2010-11-131-4/+1
* | Print revision information with "copy from" warningTorgny Nyblom2010-11-011-1/+1
|/
* Fix issue with variables not being defined when reading include filesTorgny Nyblom2010-11-012-5/+5
* Print the missing from path when warning about missing sourceTorgny Nyblom2010-11-011-1/+1
* Fix filename and linenumber for included rulefiles.Torgny Nyblom2010-10-262-124/+117
* Better include path (FreeBSD patch from Uli - http://gitorious.org/~uqs)Torgny Nyblom2010-10-181-2/+2
* Allow files to be matchedTorgny Nyblom2010-10-081-2/+0
* Make sure fastImport is started before adding fileNiko Sams2010-10-071-0/+1
* Merge branch 'master' of gitorious.org:svn2git/svn2gitNiko Sams2010-10-048-53/+141
|\
| * Allow more then one rule file to be used in a single run.Torgny Nyblom2010-09-297-40/+108
| * const++Torgny Nyblom2010-09-291-2/+2
| * Die when a rule file contains an invalid regexpTorgny Nyblom2010-09-291-0/+4
| * Unify debug messages and Match structsTorgny Nyblom2010-09-284-11/+27
* | support svn commit that converts a link into a file in one commitNiko Sams2010-10-041-4/+10
|/
* call startFastImport() in commit()Niko Sams2010-09-241-1/+1
* touch fastImport process in startFastImport()Niko Sams2010-09-241-0/+2
* add assertions to write() methods to make sure nothing is written into a clos...Niko Sams2010-09-241-0/+8
* output repository name that crashed, helpful to know which logs to look atNiko Sams2010-09-241-1/+1
* Readd br.marks.last() to various places as a mark of "0" is used to markTorgny Nyblom2010-09-171-4/+4
* Fix assert when br.marks is emptyTorgny Nyblom2010-09-151-1/+1
* Make the fastImport into a logging instance, logging is enabled when the "--d...Torgny Nyblom2010-09-131-7/+67
* Add posibility to use variables in rule filesTorgny Nyblom2010-09-101-0/+15
* Spaces no tabsTorgny Nyblom2010-09-091-2/+2
* Make it possible to use "include file" for including the rules in "file".Torgny Nyblom2010-09-092-15/+44
* Better log messagesTorgny Nyblom2010-09-092-4/+4
* Spaces not tabsTorgny Nyblom2010-09-081-1/+1
* Only add a '/' if the path is a dirTorgny Nyblom2010-09-081-1/+7