aboutsummaryrefslogtreecommitdiffstats
path: root/src/svn.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add missing returnThiago Macieira2007-12-261-0/+2
* Avoid ending slashes and mid double-slashesThiago Macieira2007-12-261-6/+5
* More information when saying you can't continueThiago Macieira2007-12-261-1/+2
* Don't recurse into a directory if it's a perfect branchThiago Macieira2007-12-261-0/+1
* Skip entries in recursion if said entries are in the changelist alreadyThiago Macieira2007-12-261-6/+15
* Remove the recurse ruleThiago Macieira2007-12-241-23/+10
* Beautify the rule debug outputThiago Macieira2007-12-241-4/+4
* Add auto-recurse codeThiago Macieira2007-12-241-6/+14
* s,/,_, in the output filenames in dry-run modeThiago Macieira2007-12-241-2/+2
* Don't request recurse rules when asking where something came fromThiago Macieira2007-12-241-2/+9
* Refactor and add the ability to recurse into certain subdirsThiago Macieira2007-12-241-138/+252
* Ignore paths being deleted when we don't know anything about themThiago Macieira2007-12-241-1/+3
* more information at the end of the revision exportThiago Macieira2007-12-241-6/+6
* use printf hereThiago Macieira2007-12-241-1/+2
* remove the source branch in the rulesThiago Macieira2007-12-241-1/+1
* Don't give fast-import paths starting with a slashThiago Macieira2007-12-241-1/+5
* Add support for branch creation on-the-flyThiago Macieira2007-12-241-23/+81
* Support for pathless rulesThiago Macieira2007-12-241-34/+52
* Don't crash on empty authorThiago Macieira2007-12-241-1/+1
* Add some more line number informationThiago Macieira2007-12-241-1/+1
* add some more information to the outputThiago Macieira2007-12-241-1/+4
* Ignore any directories that didn't match any rules, including those with historyThiago Macieira2007-12-241-1/+3
* Detect whether a file deletion was a directoryThiago Macieira2007-12-241-2/+24
* Add support for min/max revision rangesThiago Macieira2007-12-241-0/+4
* In SVN, when a directory is renamed/copied, we must recursively add itThiago Macieira2007-12-241-5/+48
* Fix crashes and improve behaviourThiago Macieira2007-12-241-14/+17
* Handle errors correctlyThiago Macieira2007-12-231-1/+1
* Introduce the dry-run modeThiago Macieira2007-12-231-1/+3
* Don't forget the final newline for a file's dataThiago Macieira2007-12-231-0/+6
* Add SVN codeThiago Macieira2007-12-231-5/+272
* Add initial SVN supportThiago Macieira2007-12-231-0/+69