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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
Fix broken utf-8 filenames.
Pavel Plesov
2010-05-18
1
-1
/
+1
|
|
*
|
Merge branch 'master' of gitorious.org:svn2git/svn2git
Marc Guenther
2010-05-06
3
-21
/
+55
|
|
|
\
\
|
|
|
|
/
|
|
*
|
small typo in debug message
Marc Guenther
2010-04-20
1
-1
/
+1
|
|
*
|
error message and exit when rules file cannot be read
Marc Guenther
2010-04-16
1
-1
/
+1
|
*
|
|
Exit if unable to open repository
Torgny Nyblom
2010-08-09
1
-1
/
+4
|
*
|
|
If a branch is created from a previous commit that doesn't touch the branch f...
Torgny Nyblom
2010-08-09
2
-9
/
+29
|
*
|
|
Merge branch 'master' of git://gitorious.org/svn2git/svn2git
Torgny Nyblom
2010-06-27
1
-1
/
+1
|
|
\
\
\
|
*
|
|
|
Save the exported marks along with the associated revisions for later use.
Torgny Nyblom
2010-05-18
1
-0
/
+13
|
*
|
|
|
Make git fast-import save the used marks and hashes for later use.
Torgny Nyblom
2010-05-18
1
-1
/
+6
|
*
|
|
|
Initialize lastmark
Torgny Nyblom
2010-05-18
1
-1
/
+1
|
*
|
|
|
Add debug
Torgny Nyblom
2010-05-08
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Provide a way to merge repositories
Raja R Harinath
2010-07-22
5
-3
/
+73
*
|
|
|
Extract out public methods of Repository into an abstract base class
Raja R Harinath
2010-07-22
3
-110
/
+154
*
|
|
|
clear out a local that is re-used
Raja R Harinath
2010-07-22
1
-0
/
+5
*
|
|
|
Move backup branches and tags to refs/branches/
Raja R Harinath
2010-07-21
1
-1
/
+1
*
|
|
|
Carve out Repository::markFrom from createBranch(), and noteCopyFromBranch()
Raja R Harinath
2010-07-21
2
-43
/
+42
*
|
|
|
Make Repository::createBranch use resetBranch now that they're similar
Raja R Harinath
2010-07-21
1
-24
/
+1
*
|
|
|
Re-arrange Repository::createBranch to be closer to resetBranch
Raja R Harinath
2010-07-21
1
-19
/
+19
*
|
|
|
Add a resetBranch() to help refactor createBranch and deleteBranch.
Raja R Harinath
2010-07-20
2
-4
/
+13
*
|
|
|
Remove exit(1) in createBranch. Return EXIT_SUCCESS/EXIT_FAILURE instead
Raja R Harinath
2010-07-20
3
-9
/
+13
*
|
|
|
Make the new incremental mode permanent
Raja R Harinath
2010-07-19
1
-25
/
+21
*
|
|
|
Handle branching better for branches that use "prefix" rules
Raja R Harinath
2010-07-12
1
-3
/
+12
*
|
|
|
Make error handling of --incremental and --resume-from idempotent
Raja R Harinath
2010-07-11
3
-19
/
+54
*
|
|
|
make --incremental robust to inconsistent import directories
Raja R Harinath
2010-07-10
3
-15
/
+94
*
|
|
|
Reduce size of fast-import marks file by not persisting file-level marks
Raja R Harinath
2010-07-10
2
-7
/
+33
*
|
|
|
Ensure deleteBranch() actually writes to git-fast-import
Raja R Harinath
2010-07-09
1
-0
/
+1
*
|
|
|
Introduce incremental mode with --incremental flag
Raja R Harinath
2010-07-09
3
-21
/
+92
*
|
|
|
Handle SVN directory deletes that lead to branch deletes
Raja R Harinath
2010-07-08
3
-23
/
+67
*
|
|
|
Move SVN revision to fast-import mark mapping to the per-branch datastructure.
Raja R Harinath
2010-07-05
2
-27
/
+32
*
|
|
|
Properly implement the 16-parent limit, rather than conservatively stopping at
Raja R Harinath
2010-07-05
1
-8
/
+8
*
|
|
|
Don't skip same branch revisions when inferring multiple merge parents.
Raja R Harinath
2010-07-01
1
-6
/
+2
*
|
|
|
Infer some copy sources as additional parents
Raja R Harinath
2010-07-01
3
-54
/
+130
*
|
|
|
Exit with EXIT_FAILURE if svn.exportRevision() failed
Raja R Harinath
2010-07-01
1
-4
/
+8
*
|
|
|
Handle same branch copies using createBranch to allow reseating
Raja R Harinath
2010-07-01
1
-12
/
+12
*
|
|
|
Add --force to 'git fast-import' command-line
Raja R Harinath
2010-06-21
1
-1
/
+1
*
|
|
|
Fix type error
Raja R Harinath
2010-06-21
1
-1
/
+1
*
|
|
|
Improve progess log
Raja R Harinath
2010-06-20
1
-12
/
+24
*
|
|
|
Track commits per-branch
Raja R Harinath
2010-06-20
2
-13
/
+17
*
|
|
|
Improve determination of branch point
Raja R Harinath
2010-06-19
1
-5
/
+8
*
|
|
|
Store marks to file so that the ProcessCache system works
Raja R Harinath
2010-06-19
1
-2
/
+10
*
|
|
|
Fix typo
Raja R Harinath
2010-06-19
1
-1
/
+1
*
|
|
|
Initialize lastmark
Raja R Harinath
2010-06-19
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Add proper APR_INCLUDE for openSUSE
Johannes Obermayr
2010-06-19
1
-1
/
+1
|
/
/
*
|
Try and branch from the correct svn revision rather then the last one.
Torgny Nyblom
2010-05-04
2
-9
/
+24
*
|
Fix svn.replace
Torgny Nyblom
2010-05-03
1
-5
/
+5
*
|
Implement the replace node changeset which exists from some repositories name...
Ulrich Spörlein
2010-04-29
1
-5
/
+23
*
|
Split into two rows.
Torgny Nyblom
2010-04-29
1
-1
/
+2
*
|
Print more info on what is exported where
Ulrich Spörlein
2010-04-29
1
-3
/
+3
|
/
*
Merge remote branch 'svn2git/master'
Marc Guenther marcguenther@me.com
2010-04-14
2
-5
/
+5
|
\
|
*
Move slash cleaning to a more generic place
Torgny Nyblom
2010-04-14
2
-5
/
+5
[prev]
[next]