LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 39397 - Make SVN to monorepo mirror more robust
Summary: Make SVN to monorepo mirror more robust
Status: RESOLVED FIXED
Alias: None
Product: new-bugs
Classification: Unclassified
Component: new bugs (show other bugs)
Version: unspecified
Hardware: PC Linux
: P enhancement
Assignee: Mike Edwards
URL:
Keywords:
Depends on:
Blocks: github
  Show dependency tree
 
Reported: 2018-10-22 23:15 PDT by Tom Stellard
Modified: 2019-06-27 14:17 PDT (History)
4 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Stellard 2018-10-22 23:15:20 PDT
Improve the mirroring from SVN->monorepo to minimize downtime caused by:

- Committing with an email that is not in the email map.
- Adding files to locations that aren't expected.
- Hosting outages or hardware issues.
Comment 1 Tom Stellard 2019-06-27 14:17:26 PDT
We now have two instances of the conversion script running.  I think this is the best we are going to be able to do as far as robustness, so I'm closing this bug.