bzr and ntfsmount (fuse) issues?
John Arbash Meinel
john at arbash-meinel.com
Sun Aug 6 14:58:29 BST 2006
Bob Tanner wrote:
> Under XP using cygwin and bzr.dev snapshot I created a bzr repository.
> Spending most of my time in Linux, I tried to fuse-mount my ntfs partition
> and see if bzr from linux could work on the bzr repository that I created
> under XP.
>
> # ntfsmount /dev/hdc1 /mnt/winxp -o fmask=0111,dmask=0,
> # cd /mnt/winxp/<snip>/bzr-test
> # bzr status
> bzr: ERROR: exceptions.OSError: [Errno 95] Operation not
> supported: '/mnt/winxp/<snip>/bzr-test/.bzr/checkout/stat-cache.9287.transmuter.tmp'
> at /usr/lib/python2.4/site-packages/bzrlib/atomicfile.py line 77
> in commit
>
> What I'm confused about is the location atomicfile.py, see the bzr --version
> below:
To me, it actually looks like the drive is readonly. And we currently
have a bug that when running 'bzr status' in a readonly directory, it
tries to update the stat cache, and doesn't fail gracefully.
Wouter, you know the debian bug (I've forgotten the number).
Can you create a launchpad bug (and link the debian bug if possible)?
I don't know for sure that this is what he is experiencing, but it
sounds like it.
It also sounds like he might be using the wrong bzrlib, but I won't
worry about that yet.
John
=:->
More information about the bazaar
mailing list