index
:
svn2git
distro/mga
master
KDE's svn2git Fast Subversion to Git conversion utility
Colin Guthrie [colin]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
svn.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the identity map
Thiago Macieira
2007-12-28
1
-0
/
+5
*
Wait forever. Not very efficient, but works.
Thiago Macieira
2007-12-28
1
-3
/
+2
*
Fail if writing to the process fails
Thiago Macieira
2007-12-28
1
-2
/
+11
*
Complement the recurse rule finding (or not finding)
Thiago Macieira
2007-12-27
1
-1
/
+3
*
Reintroduce the recurse rule. It's useful if you have a catch-all ignore rule.
Thiago Macieira
2007-12-27
1
-6
/
+23
*
Allow one commit to multiple branches of the same repository.
Thiago Macieira
2007-12-26
1
-2
/
+2
*
Add missing return
Thiago Macieira
2007-12-26
1
-0
/
+2
*
Avoid ending slashes and mid double-slashes
Thiago Macieira
2007-12-26
1
-6
/
+5
*
More information when saying you can't continue
Thiago Macieira
2007-12-26
1
-1
/
+2
*
Don't recurse into a directory if it's a perfect branch
Thiago Macieira
2007-12-26
1
-0
/
+1
*
Skip entries in recursion if said entries are in the changelist already
Thiago Macieira
2007-12-26
1
-6
/
+15
*
Remove the recurse rule
Thiago Macieira
2007-12-24
1
-23
/
+10
*
Beautify the rule debug output
Thiago Macieira
2007-12-24
1
-4
/
+4
*
Add auto-recurse code
Thiago Macieira
2007-12-24
1
-6
/
+14
*
s,/,_, in the output filenames in dry-run mode
Thiago Macieira
2007-12-24
1
-2
/
+2
*
Don't request recurse rules when asking where something came from
Thiago Macieira
2007-12-24
1
-2
/
+9
*
Refactor and add the ability to recurse into certain subdirs
Thiago Macieira
2007-12-24
1
-138
/
+252
*
Ignore paths being deleted when we don't know anything about them
Thiago Macieira
2007-12-24
1
-1
/
+3
*
more information at the end of the revision export
Thiago Macieira
2007-12-24
1
-6
/
+6
*
use printf here
Thiago Macieira
2007-12-24
1
-1
/
+2
*
remove the source branch in the rules
Thiago Macieira
2007-12-24
1
-1
/
+1
*
Don't give fast-import paths starting with a slash
Thiago Macieira
2007-12-24
1
-1
/
+5
*
Add support for branch creation on-the-fly
Thiago Macieira
2007-12-24
1
-23
/
+81
*
Support for pathless rules
Thiago Macieira
2007-12-24
1
-34
/
+52
*
Don't crash on empty author
Thiago Macieira
2007-12-24
1
-1
/
+1
*
Add some more line number information
Thiago Macieira
2007-12-24
1
-1
/
+1
*
add some more information to the output
Thiago Macieira
2007-12-24
1
-1
/
+4
*
Ignore any directories that didn't match any rules, including those with history
Thiago Macieira
2007-12-24
1
-1
/
+3
*
Detect whether a file deletion was a directory
Thiago Macieira
2007-12-24
1
-2
/
+24
*
Add support for min/max revision ranges
Thiago Macieira
2007-12-24
1
-0
/
+4
*
In SVN, when a directory is renamed/copied, we must recursively add it
Thiago Macieira
2007-12-24
1
-5
/
+48
*
Fix crashes and improve behaviour
Thiago Macieira
2007-12-24
1
-14
/
+17
*
Handle errors correctly
Thiago Macieira
2007-12-23
1
-1
/
+1
*
Introduce the dry-run mode
Thiago Macieira
2007-12-23
1
-1
/
+3
*
Don't forget the final newline for a file's data
Thiago Macieira
2007-12-23
1
-0
/
+6
*
Add SVN code
Thiago Macieira
2007-12-23
1
-5
/
+272
*
Add initial SVN support
Thiago Macieira
2007-12-23
1
-0
/
+69