bzr and ntfsmount (fuse) issues?
Wouter van Heyst
larstiq at larstiq.dyndns.org
Sat Aug 5 19:20:00 BST 2006
On Sat, Aug 05, 2006 at 01:09:58PM -0500, 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
~/.bzr.log should have more information.
> What I'm confused about is the location atomicfile.py, see the bzr --version
> below:
>
> Bazaar (bzr) 0.9.0dev0
> bzr checkout, revision 1907
> nick: bzr.dev
> revid: pqm at pqm.ubuntu.com-20060802020654-9d81db40bba14f69
> Using python interpreter: /usr/bin/python2.4
> Using python standard library: /usr/lib/python2.4
> Using bzrlib: /home/tanner/projects/bazaar-ng/bzr.dev/bzrlib
>
> Shouldn't the error come
> from /home/tanner/projects/bazaar-ng/bzr.dev/bzrlibatomicfile.py ?
This sounds like left over .pyc files from an old version, could you
confirm that?
Wouter van Heyst
More information about the bazaar
mailing list