I have a problem with git svn
For this one, it occurs when try to git svn dcommit
Unable to determine upstream SVN information from HEAD history.
Perhaps the repository is empty. at C:\Program Files (x86)\Git/libexec/git-core\git-svn line 780.
I also have a problem with git svn info
which show the same error message.
I try many ways as another topic provided but it never work. :(
I already try git fsck
, git svn rebase -l
also.
My repository is about 20,000 revisions. I fetched from http://localhost which sync from the original url, and after that, I change the url to the original one (in .git/config), after change I can run git svn fetch
without problem. after that I follow this blog.
The problem still occurs.