2014-04-21 15:44:10 +00:00
|
|
|
<div .col-sm-9>
|
2014-05-02 14:19:17 +00:00
|
|
|
<div .content-box>
|
2013-10-27 19:38:59 +00:00
|
|
|
<p>
|
2014-04-21 15:44:10 +00:00
|
|
|
A #
|
|
|
|
<a href="@{ConfigFsckR}">
|
|
|
|
consistency check #
|
|
|
|
found corrupt data in the git repository #{repodesc}.
|
|
|
|
<p>
|
|
|
|
While this is not good, this problem can be automatically repaired,
|
|
|
|
often without data loss.
|
|
|
|
$if repairingmainrepo
|
|
|
|
<p>
|
|
|
|
When possible, the corrupt data will be recovered from other #
|
|
|
|
repositories. You should make sure any other repositories that might #
|
|
|
|
have this data are available before continuing. So, plug in any #
|
|
|
|
removable drive that contains a repository, or make sure your network #
|
|
|
|
connection to other repositories is active.
|
|
|
|
<p>
|
|
|
|
<a .btn .btn-primary href="@{RepairRepositoryRunR u}" onclick="$('#workingmodal').modal('show');">
|
|
|
|
Start Repair Process
|
2013-10-22 20:02:52 +00:00
|
|
|
<div .modal .fade #workingmodal>
|
2014-04-20 22:44:28 +00:00
|
|
|
<div .modal-dialog>
|
|
|
|
<div .modal-content>
|
|
|
|
<div .modal-header>
|
|
|
|
<h3>
|
|
|
|
Repairing #{repodesc} ...
|
|
|
|
<div .modal-body>
|
|
|
|
<p>
|
|
|
|
This may take some time.
|