1572: git repository matching is too strict (should ignore username)

oper*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Sept. 26, 2010
1803
What version are you running?

1.5 beta 1

What steps will reproduce the problem?
1. You have a git repository with path gitserver.foo.com:/var/git 
configured in Review Board
2. Your git username is BAR, your local computer username is FIE
3. You clone the repository with BAR@gitserver.foo.com:/var/git
4. Trying to upload reviews with post-review will fail because 
"BAR@gitserver.foo.com:/var/git" will not match "gitserver.foo.com:/var/
git"

What is the expected output? What do you see instead?

I would expect post-review to succeed because "BAR@gitserver.foo.com:/var/
git" and "gitserver.foo.com:/var/git" are identical after filtering away 
the username. Instead I get:

"The repository path specified is not in the list of known repositories"

I also tried to add multiple remote urls (which is possible in git) but 
that gave "error: More than one value for the key remote.origin.url"



What operating system are you using? What browser?

Linux both as server and client. Browser Opera though in this case all the 
commands were done through the command line.