
On 07.08.2009, at 13:55, Thorbjoern Ravn Andersen wrote:
Joern Huxhorn skrev:
However, Ceki can try it out locally and will still be able to use SVN side-by-side. A co-worker in my company is using it that way. We have SVN as our main repository and he is working on local GIT repositories that are committed to SVN when he thinks his code is ready. Are you saying that git can resynchronize back to subversion? *THAT* is an interesting feature.
Could you let us know the experiences of your cow-orker?
This is described here: http://progit.org/book/ch8-1.html Concerning experience: he said that it is mostly painless but it can get a bit ugly if merging is needed on the SVN side. GIT seems to perform much better in that discipline... This is also described in the above link. Joern.