Yep, that was it. I didn't realize that $url.git was being tested first.
Thanks
Christophe
On 25 mars 09, at 13:05, Santi Béjar wrote:
2009/3/25 Christophe de Dinechin <christophe.de.dinechin@xxxxxxxxx>:
Here are the details. I created a git repository in /home/ddd/vmm,
impored
some Subversion history, and started working with that. I created a
few
branches, e.g. one called "perrier". Then, I realized that there
was a
better way to track Subversion changes, and so I moved the old
repository as
/home/ddd/vmm.git, and created a new one that I populated with "git
svn
clone svn+ssh://path/to/repot -T trunk -b branches -t users". That
new
repository has no branch named "perrier" in it.
Git tries different url: $url/.git, $url.git and $url (I'm not sure
about the order).
So having $url and $url.git is asking for problems. I don't know if it
is documented somewhere.
HTH,
Santi
--
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