Open GoogleCodeExporter opened 9 years ago
Possibly a duplicate of issue 2421.
Original comment by david.pu...@sonymobile.com
on 15 Jul 2014 at 1:55
I am having the same issue, did you find any help?
Original comment by joy.hunk...@gmail.com
on 21 Jul 2014 at 2:41
I'm afraid not!
How could you work around this issue?
Do you manual push new project in gerrit to gitosis every time you create new
one?
Original comment by kungcst...@gmail.com
on 29 Aug 2014 at 4:39
Replication plugin will only create missing repositories when using the shh
protocol or when the url is a local folder.
If you want to replicate using the git protocol, you need to configure the
adminUrl in the remote section and it will be used to create the repository and
the other url (the one using git protocol) will be used to replicate. The
adminUrl only must be using the ssh protocol.
There is also a parameter that enable creating missing repositories if there is
a replication error because the remote repo does not exist. This is to cover
the case when the remote was not available when the repo was created. To enable
that, you must add this your remote section:
createMissingRepositories = true
Original comment by huga...@gmail.com
on 30 Jan 2015 at 3:23
Original issue reported on code.google.com by
kungcst...@gmail.com
on 19 Jun 2014 at 10:45