[issue1400] problems with repository shared with Virtualbox VM

Michal mercurial-bugs at selenic.com
Wed Nov 26 04:03:35 CST 2008


New submission from Michal <swistakers at wp.pl>:

I have a real Ubuntu 8.04 and a virtual one installed in VirtualBox. Both have
mercurial 1.0.1 installed from backports repository and share my home folder.
Here's the scenario that causes problems:

Create a new repository on real system:

hg init
echo "first line" > file
hg add
hg commit -m"first commit"

Fire up VM and do:

echo "second line" >> file
hg commit -m"second commit"

now the repo is screwed up. I attached output from hg log.
hg rollback doesn't help.
I think it may be related to the way I mount the shared folder. That's
/etc/fstab entry I use:
swistak	/home/swistak/swistak vboxsf defaults,auto,exec,uid=1000,gid=1000 0 0

----------
files: hg_log_output.txt
messages: 7995
nosy: swistakers
priority: bug
status: unread
title: problems with repository shared with Virtualbox VM

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1400>
____________________________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hg_log_output.txt
Url: http://selenic.com/pipermail/mercurial-devel/attachments/20081126/5a8200ec/attachment.txt 


More information about the Mercurial-devel mailing list