I installed an empty svn on the server, and I worked on local commits along the way. Now I want to transfer my repo to the svn server. For this, I tried:
git-svn checkout http:
Git complains that:
Use of uninitialized value in concatenation (.) or string at /usr/bin/git-svn line 411. Committing to ... Unable to determine upstream SVN information from HEAD history
Since I first started on my local computer, and the online repo is empty, I cannot find information on how to make this work.
git-svn
Ravi Chhabra Jan 19 '09 at 14:15 2009-01-19 14:15
source share