| Issue 415: | Can't add url into replication.config | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Affected Version:2.1 Environment:ubuntu 8.10 ,kernel 2.6.24.7 What steps will reproduce the problem? 1.add remote server with url 2.restart Gerrit 3.But Gerrit Webside show "Failed to Connect" How to replication to push to 2 Git repositories? Can I help you? Detail, please!
Jan 24, 2010
${name} is project's name ?
I inserted : test123. Why ?
Jan 25, 2010
I inserted: ssh://user@192.168.1.148:29418/home/user/Desktop/review/git/test123.git/ with "test123" is project's name It's still not work Who can help me? Detail
Jan 25, 2010
Gerrit Code Review expands ${name} in the URL into the project's
name when it reads the configuration file. So it requires you to
have that placeholder in the URL, otherwise it can't perform the
replacement when it expects to do it.
So its required you enter a URL that contains ${name}.
|
|
| ► Sign in to add a comment |
As mentioned on repo-discuss list, you need to insert ${name} into your URL, e.g.: ssh://user@192.168.1.148:29418/home/user/Desktop/review/git/{name}.git/