Help needed with Mercurial 2.7
Tom Williams
Tom.Williams at fremontbank.com
Fri Feb 28 23:46:01 UTC 2014
Hi! I'm relatively new to Mercurial and so far, it's been working great! I somehow managed to get myself into a bit of a situation where I can't push any committed changes to the main repository and I can't pull changes from, nor clone this repository to a new location on my system. I'm running on Windows 7.
When I try to push committed changes to the main repository, I get this output:
-------------- START ----------------
pushing to w:\project
searching for changes
adding changesets
adding manifests
adding file changes
added 13 changesets with 107 changes to 85 files
transaction abort!
failed to truncate 00changelog.i
rollback failed - please run hg recover
abort: The system cannot find the file specified
---------------- END -----------------
When I run "hg recover" on my machine, I get this:
----------------- START ------------------
no interrupted transaction available
----------------- END --------------------
If I run hg recover in "w:\project", which is where the main/master repository is, I get this:
---------- START ------------------
rolling back interrupted transaction
repository uses revlog format 0
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
0 files, 0 changesets, 0 total revisions
------------ END -------------------
The strange thing is, others in my group ARE able to clone the "w:\project" repository just fine, where I can't. They can push and pull changes to/from that repository without problems, where I can't.
When I try to clone the "w:\project" repository to a new location on my system, I get this:
---------- START -----------------
destination directory: project
updating to branch default
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
----------- END ------------------
If I look in the new "project" directory on my system, it only has the ".hg" file in it and nothing else.
From what I've been reading online, the above symptoms indicate a corrupt repository but I don't understand why others wouldn't have the same problems I'm having.
Any ideas or suggestions on troubleshooting and resolving this issue?
Thanks in advance for your time!
Tom
-----------------------------------------
The information contained in this electronic mail message is
confidential information intended only for the use of the
individual or entity named above. The information herein may also
be protected by the Electronic Communications Privacy Act, 18 USC
Sections 2510-2521. If the reader of this message is not the
intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly
prohibited. If you have received this communication in error,
please immediately notify us by e-mail and delete the original
message. In addition, to ensure compliance with requirements
imposed by the IRS, we inform you that any U.S. tax advice
contained in this communication (including any attachments) is not
intended or written to be used, and cannot be used, for the purpose
of (a) avoiding penalties under the Internal Revenue Code, or (b)
promoting, marketing or recommending to another party any matters
addressed in this communication. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20140228/32e53792/attachment-0002.html>
More information about the Mercurial
mailing list