Manuel Reimer <Manuel.Spam@xxxxxxxxxxxxxx> writes: > Jeff King wrote: > > You can pull their commits into git using git-svn, and then merge them. Nb. there is also so called "remote helper" approach, where you can use repositories using other SCM just like native remote Git repositories. But I think it is in early beta, or even alpha stages - - adding support for Subversion was this year Google Summer of Code 2011 project. > Tried that, but maybe I did something wrong. > > If I have a git-svn repo inside my git repo, then for some reason my > own repo doesn't known the git-svn repo. Means that I cannot push > changes, that occured in the SVN repo, to my GIT server. Errr... isn't it more or less expected for _any_ remote repository added, be it native (git) or Subversion one? Remote tracking branches are not usually pushed / fetched, unless you clone in a mirror mode, or set refspecs for fecthing / pushing by hand... -- Jakub Narębski -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html