aboutsummaryrefslogtreecommitdiffstats
path: root/src/svn.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote branch 'svn2git/master'Marc Guenther marcguenther@me.com2010-04-141-5/+3
|\ \ | |/
| * Fix logical error in last commit. There was no slash added betweenTorgny Nyblom2010-04-131-5/+3
* | 'prefix' rule didn't allow \1 \2 replacementsMarc Guenther marcguenther@me.com2010-04-141-1/+2
|/
* Oups (use the correct string)Torgny Nyblom2010-04-121-1/+1
* Fix logical error (deleted paths was ignored)Torgny Nyblom2010-04-121-1/+4
* Ditch the Rootdir option and add a prefix one instead (Thiago is always corre...Torgny Nyblom2010-04-121-11/+6
* Add command line option to print what rules are used on each file.Torgny Nyblom2010-03-251-0/+2
* Add support for a new rule tag:Torgny Nyblom2010-03-151-6/+15
* Change license on files where I am copyright holder to GPLv3.Thiago Macieira2010-03-031-1/+1
* make dry-run a command line switch instead of a compile-time switchThomas Zander2009-10-211-20/+21
* Make passing in a trailing slash not assert.Thomas Zander2009-10-201-1/+4
* Add support for annotated tagsThiago Macieira2009-06-081-5/+23
* Fix the recursing when the sub-path was modified instead of just addedThiago Macieira2009-06-081-1/+3
* Properly interpret Subversion dates as UTC.Anders Kaseorg2009-01-081-1/+1
* Read symbolic links correctly.Anders Kaseorg2009-01-081-6/+20
* Add missing calls to svn_stream_close().Anders Kaseorg2009-01-081-0/+2
* General improvements and reload branches automatically when starting git-fast...Thiago Macieira2008-08-181-3/+3
* Do not try to recurse into files when under a "recurse" actionThiago Macieira2008-08-181-0/+3
* Implement the identity mapThiago Macieira2007-12-281-0/+5
* Wait forever. Not very efficient, but works.Thiago Macieira2007-12-281-3/+2
* Fail if writing to the process failsThiago Macieira2007-12-281-2/+11
* Complement the recurse rule finding (or not finding)Thiago Macieira2007-12-271-1/+3
* Reintroduce the recurse rule. It's useful if you have a catch-all ignore rule.Thiago Macieira2007-12-271-6/+23
* Allow one commit to multiple branches of the same repository.Thiago Macieira2007-12-261-2/+2