David Kastrup <dak@xxxxxxx> wrote: > Eric Wong <normalperson@xxxxxxxx> writes: > > > David Kastrup <dak@xxxxxxx> wrote: > >> Hi, > >> > >> an upstream svn repository that I access with git-svn has moved. I > >> seem to be too stupid to use git-filter-branch and/or .git/config > >> and/or git-reset to make my git mirror follow the switch. > > > > Just changing the url key in the [svn-remote] section of the .git/config > > file should be enough. > > > > You'll probably need to fetch at least one revision from the new URL > > before being able to dcommit, though. > > git-fetch works, but git-rebase -l still complains: > > git-svn rebase -l > Unable to determine upstream SVN information from working tree history > > And consequently I can't actually update. Does manually specifying the remote name work? Try bypassing the auto-detection of "git-svn rebase" and just using "git rebase <remote name>" -- Eric Wong - 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