Releases: Hartorn/tfs2svn
Releases · Hartorn/tfs2svn
tfs2svn-sharpsvn
- Cleaning code
- Getting rid of svn binary, using sharpsvn instead
- Getting rid of all others binaries (using Nugget packages instead)
- Using .Net 4.6.1
- Fixing #3 : Adding support for encodings
Known issues : Cmd window might 'flash' over, blinking.
Not really an issue, but annoying
tfs2svn-reloaded
- Updating TFS libs to use the latest, and be able to communicate with latest TFS server
- Getting rid of OpenTfs (could not find updated version)
- Updating the version of SVN for the latest one (1.8.10)
- Reworking the code :
- optimizing use of memory, cleaning up some non-useful commit done, using switch and enum flags instead of if/else
- getting only changesets ids from the server at first now
- better management of file swapping
- no more problem of "could not get handle of process"
- better gestion of folder creation, with different depths
- better gestion of deletes
Credits for some of the changes goes to Tim Pinet (https://tpinet.wordpress.com/2011/12/22/tfs-2010-to-svn-using-a-modified-tfs2svn/), and also from suggestions of the old sourceforge, or issues in the github.
Know issues : Not really an issue, but SVN might prompt warning or error message in french. If it is an issue for you, you can change the libs included in the project, it should still work