> | and there is a good question why should we migrate after all. while i enjoy > | git i see drawbacks from such switching too... > > Please name them.
subversion is considerably simpler than git if we do not use branches that often. Having a revision number (I know where to find revision 21007), a center repository (everything is there) give me a peace of mind (you know your commit will be seen by everyone immediately). Being distributed is nice, but merging branches can be troublesome and communications may become difficult if people have their own branches (and sync less often). Since git-svn is quite usable, I do not see why we have to switch. Bo