1

I have a local it repository that was fetched from upstream git-svn repository with git-svn. At some moment, upstream repository's trunk (it has nonstandard layout) was renamed there.

From that moment i can no longer dcommit or fetch new commits. If i try and change (manually) svn-remote.remotename.url, i get error "Unable to determine upstream SVN information from working tree history", which kind of makes sense but helps me none.

Is there a way to solve the issue that doe not involve fetching again?

I have tried setting rewriteRoot property (to new url), also without any discernible result.

Srv19
  • 3,458
  • 6
  • 44
  • 75

1 Answers1

1

Is there a way to solve the issue that doe not involve fetching again?

Not really:

Both involves git-svn clone and working from there.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250