Cant push
Steve Borho
steve at borho.org
Mon Jul 7 21:08:07 UTC 2014
On Fri, Jul 4, 2014 at 1:36 AM, Mike Stoodley <m.stoodley at lc.com.au> wrote:
> Hi All,
>
>
>
> I am getting the following error when trying to push.
>
>
>
> transaction abort!
>
> rollback completed
>
> abort: C:\Users\m.stoodley\Documents\Visual Studio
> 2013\Projects\iVolveLink\.hg/store\data/i_volve_link.sdf.d: The system
> cannot find the file specified
>
> [command returned code 255 Fri Jul 04 16:31:40 2014]
>
> % hg update --config ui.merge=internal:fail --rev 0 --clean
>
> abort: C:\Users\m.stoodley\Documents\Visual Studio
> 2013\Projects\iVolveLink\.hg/store\data/i_volve_link.sdf.d: The system
> cannot find the file specified
>
>
>
> ivolvelink.sdf has been removed from HG.
>
When a file is missing under .hg/store, no working directory commands can
recover it. Your best bet is to make or find another clone and copy the
file from it's store folder into the broken repository's store folder, then
run 'hg verify' to ensure there are no other problems.
--
Steve Borho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20140707/28c86bc4/attachment-0002.html>
More information about the Mercurial
mailing list