aboutsummaryrefslogtreecommitdiffstats
path: root/src/svn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation, the last rebase/merge went wrong.Ulrich Spörlein2012-11-281-1/+1
* Remove unused includes.Ulrich Spörlein2012-11-271-2/+0
* Make conversion runs deterministic by sorting what's returned via hash from t...Ulrich Spörlein2012-11-261-23/+51
* Revert "Remove the branch copy heuristic"Torgny Nyblom2012-11-261-0/+12
* Merge commit 'refs/merge-requests/17' of gitorious.org:svn2git/svn2git into m...Torgny Nyblom2012-11-231-7/+7
|\
| * Match rules for files below a recursionSebastian Dörner2012-07-151-7/+7
* | Merge commit 'refs/merge-requests/20' of gitorious.org:svn2git/svn2git into m...Torgny Nyblom2012-11-231-14/+10
|\ \
| * | Remove the branch copy heuristicUlrich Spörlein2012-09-191-12/+0
| * | Allow user-overriding of default email domainUlrich Spörlein2012-05-111-2/+10
| |/
* | Merge commit 'refs/merge-requests/13' of git://gitorious.org/svn2git/svn2git ...Torgny Nyblom2012-08-211-0/+3
|\ \ | |/ |/|
| * Do not recurse() into the svn path unless it is an existing directory.Modestas Vainius2011-04-241-0/+3
* | Support substitutions for repository/branch names.Modestas Vainius2011-04-241-0/+6
|/
* Remove unnecessary const casts.Nicolás Alvarez2011-03-161-4/+4
* Commit branch creation when requested and not on next transaction commitTorgny Nyblom2011-02-071-1/+3
* Delay transaction creation untill usage.Torgny Nyblom2011-01-161-8/+8
* Add option for using the real content of an SVN branch when creating aTorgny Nyblom2010-12-211-0/+15
* Only fetch revision properties once per revisionTorgny Nyblom2010-12-161-1/+6
* Be more clear about what are warningsTorgny Nyblom2010-12-161-4/+4
* Move branch creation/deletion/restting to Repository and write these inTorgny Nyblom2010-12-151-0/+4
* Delete before other changesTorgny Nyblom2010-12-131-3/+15
* Add an option to print some stats after a run.Torgny Nyblom2010-12-041-0/+2
* 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
|/
* Print the missing from path when warning about missing sourceTorgny Nyblom2010-11-011-1/+1
* Merge branch 'master' of gitorious.org:svn2git/svn2gitNiko Sams2010-10-041-33/+45
|\
| * Allow more then one rule file to be used in a single run.Torgny Nyblom2010-09-291-30/+42
| * Unify debug messages and Match structsTorgny Nyblom2010-09-281-3/+3
* | support svn commit that converts a link into a file in one commitNiko Sams2010-10-041-4/+10
|/
* Better log messagesTorgny Nyblom2010-09-091-2/+2
* Only add a '/' if the path is a dirTorgny Nyblom2010-09-081-1/+7
* More verbose debug outputTorgny Nyblom2010-09-081-4/+4
* 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-041-78/+101
* Merge branch 'master' of git://gitorious.org/svn2git/svn2gitRaja R Harinath2010-08-241-2/+5
|\
| * Merge commit 'refs/merge-requests/1' of git://gitorious.org/~marcguenther/svn...Torgny Nyblom2010-08-091-1/+1
| |\
| | * Fix broken utf-8 filenames.Pavel Plesov2010-05-181-1/+1
| * | Exit if unable to open repositoryTorgny Nyblom2010-08-091-1/+4
| |/
* | Remove exit(1) in createBranch. Return EXIT_SUCCESS/EXIT_FAILURE insteadRaja R Harinath2010-07-201-3/+3
* | Handle branching better for branches that use "prefix" rulesRaja R Harinath2010-07-121-3/+12
* | Handle SVN directory deletes that lead to branch deletesRaja R Harinath2010-07-081-22/+41
* | Don't skip same branch revisions when inferring multiple merge parents.Raja R Harinath2010-07-011-6/+2
* | Infer some copy sources as additional parentsRaja R Harinath2010-07-011-45/+63
* | Handle same branch copies using createBranch to allow reseatingRaja R Harinath2010-07-011-12/+12
|/
* Fix svn.replaceTorgny Nyblom2010-05-031-5/+5
* Implement the replace node changeset which exists from some repositories name...Ulrich Spörlein2010-04-291-5/+23
* Split into two rows.Torgny Nyblom2010-04-291-1/+2
* Merge remote branch 'svn2git/master'Marc Guenther marcguenther@me.com2010-04-141-4/+1
|\
| * Move slash cleaning to a more generic placeTorgny Nyblom2010-04-141-4/+1