Fix: failure to create to missing remote repository via git://

When replicating to a remote via git:// and the remote repository
does not exist, it fails with RemoteRepositoryError rather than the
expected NoRemoteRepositoryException.  This means that the remote
repository never gets created.

Catch RemoteRepositoryErrors that are likely caused by the remote
repository not existing, and attempt to create it.

Bug: Issue 2420
Change-Id: Icf516481d5c2eccb520ba5f6673e3bac00f4db6f
1 file changed
tree: da7627bfd6614dca1239b7b5239b15aac2c557c8
  1. .settings/
  2. src/
  3. .gitignore
  4. BUCK
  5. LICENSE
  6. pom.xml