aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More verbose debug outputTorgny Nyblom2010-09-081-4/+4
* Inter branch merging causes git log to break with fatal internal errorsTorgny Nyblom2010-09-081-4/+4
* Don't print the same message as in Transaction()Torgny Nyblom2010-09-081-4/+0
* Try and work around cvs2svn branching/tagging issues where the directory tree...Torgny Nyblom2010-09-081-0/+7
* Make sure that the path part is empty before deleting a whole branch. If the ...Torgny Nyblom2010-09-041-2/+2
* White space cleanup & debug statmentsTorgny Nyblom2010-09-044-239/+282
* Merge branch 'master' of git://gitorious.org/svn2git/svn2gitRaja R Harinath2010-08-245-9/+28
|\
| * Merge commit 'refs/merge-requests/7' of git://gitorious.org/svn2git/svn2git i...Torgny Nyblom2010-08-181-1/+5
| |\
| | * Allow comments (start with '#') in accounts mapJosé Manuel Santamaría Lema2010-06-211-1/+5
| * | Merge commit 'refs/merge-requests/5' of git://gitorious.org/svn2git/svn2git i...Torgny Nyblom2010-08-181-1/+1
| |\ \
| | * | Add "-lapr-1 -lsvn_subr-1" to the linker options.José Manuel Santamaría Lema2010-06-051-1/+1
| | |/
| * | Merge commit 'refs/merge-requests/1' of git://gitorious.org/~marcguenther/svn...Torgny Nyblom2010-08-093-3/+3
| |\ \
| | * | Fix broken utf-8 filenames.Pavel Plesov2010-05-181-1/+1
| | * | Merge branch 'master' of gitorious.org:svn2git/svn2gitMarc Guenther2010-05-063-21/+55
| | |\ \ | | | |/
| | * | small typo in debug messageMarc Guenther2010-04-201-1/+1
| | * | error message and exit when rules file cannot be readMarc Guenther2010-04-161-1/+1
| * | | Exit if unable to open repositoryTorgny Nyblom2010-08-091-1/+4
| * | | If a branch is created from a previous commit that doesn't touch the branch f...Torgny Nyblom2010-08-092-9/+29
| * | | Merge branch 'master' of git://gitorious.org/svn2git/svn2gitTorgny Nyblom2010-06-271-1/+1
| |\ \ \
| * | | | Save the exported marks along with the associated revisions for later use.Torgny Nyblom2010-05-181-0/+13
| * | | | Make git fast-import save the used marks and hashes for later use.Torgny Nyblom2010-05-181-1/+6
| * | | | Initialize lastmarkTorgny Nyblom2010-05-181-1/+1
| * | | | Add debugTorgny Nyblom2010-05-081-0/+1
| | |_|/ | |/| |
* | | | Provide a way to merge repositoriesRaja R Harinath2010-07-225-3/+73
* | | | Extract out public methods of Repository into an abstract base classRaja R Harinath2010-07-223-110/+154
* | | | clear out a local that is re-usedRaja R Harinath2010-07-221-0/+5
* | | | Move backup branches and tags to refs/branches/Raja R Harinath2010-07-211-1/+1
* | | | Carve out Repository::markFrom from createBranch(), and noteCopyFromBranch()Raja R Harinath2010-07-212-43/+42
* | | | Make Repository::createBranch use resetBranch now that they're similarRaja R Harinath2010-07-211-24/+1
* | | | Re-arrange Repository::createBranch to be closer to resetBranchRaja R Harinath2010-07-211-19/+19