fastcoding / win-sshfs

Automatically exported from code.google.com/p/win-sshfs
0 stars 0 forks source link

Mercurial breaks on win-sshfs #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Mercurial "hg clone", having as a destination a win-sshfs mounted drive

What is the expected output? What do you see instead?
The result should be a clone of the project, but it terminates with the 
following error:

requesting all changes
adding changesets
transaction abort!
rollback completed
abort: integrity check failed on 00changelog.i:24

A possible cause, could be as described on glusterfs 
  http://gluster.org/pipermail/gluster-users/2011-June/007956.html

What version of the product are you using?

win-sshfs: 0.0.1.5
Client OS: Windows XP SP3
Server OS: SUSE Linux 11 SP1

Please provide any additional information below.

Original issue reported on code.google.com by fantana....@gmail.com on 11 Jan 2013 at 9:01

GoogleCodeExporter commented 8 years ago
I have this problem when cloning with --pull.

Cloning without --pull appears to work, and then fails when updating. Not all 
files get copied into the store and the cloned repository appears totally 
broken.

Original comment by stas.s...@gmail.com on 31 May 2013 at 6:04