Nicolas Vilz 'niv' <niv@xxxxxxxxxx> wrote: > Eric Wong wrote: > > Nicolas Vilz 'niv' <niv@xxxxxxxxxx> wrote: > >>i have now my repository locally and i want to get it remotely on a > >>server, in order to have a few collaborators... > >> > >>the steps on the svn-side are clear. But what do i have todo on the > >>git-svn-side of this life? > >> > >>does a simple "svn sw --relocate" do the job in the git-svn meta-dir? > > > > > > Yes, you'll need to do that in .git/git-svn/tree and also update > > .git/git-svn/info/url by hand. > > Will there be any other sha1-sums for that repository so that i have to > merge them again and again? This issue occured to me the last time i > encountered the git-svn-change with the external sources, where i had to > repair my external git-svn-tree, which resulted in new sha1sums > somehow... that was very unpleasant to my collegue.. sha1-sums for commits? or trees? I'm not sure that I follow, git-svn should make commits with at least two explicit parents (one being the commit you're using and, and the other remote/git-svn) back to remotes/git-svn. The commit sha1s for the same svn tree do not necessary always match, and ac7490506418e3ec495775e432b7040a17449fa9 acknowledges that: contrib/git-svn: allow rebuild to work on non-linear remote heads Because committing back to an SVN repository from different machines can result in different lineages, two different repositories running git-svn can result in different commit SHA1s (but of the same tree). Sometimes trees that are tracked independently are merged together (usually via children), resulting in non-unique git-svn-id: lines in rev-list. The tree sha1 should always match, however. You can use the --branch <refname/commit> option to do automatic branch joining based on tree sha1 checksums to combine history. -- Eric Wong - : 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