bzr and ntfsmount (fuse) issues?
Bob Tanner
tanner at real-time.com
Sat Aug 5 19:09:58 BST 2006
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:
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 ?
--
Bob Tanner <tanner at real-time.com> | Phone : (952)943-8700
http://www.real-time.com, Minnesota, Linux | Fax : (952)943-8500
Key fingerprint = AB15 0BDF BCDE 4369 5B42 1973 7CF1 A709 2CC1 B288
More information about the bazaar
mailing list