[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2235: Error from 'tahoe cp' on Windows, due to a long path (IOError: Errno2 - no such file or dir.)
Tahoe-LAFS
trac at tahoe-lafs.org
Thu Aug 21 08:56:28 UTC 2014
#2235: Error from 'tahoe cp' on Windows, due to a long path (IOError: Errno2 - no
such file or dir.)
-------------------------+-------------------------------------------------
Reporter: | Owner: Zancas
CyberAxe | Status: new
Type: defect | Milestone: 1.11.0
Priority: normal | Version: 1.10.0
Component: code- | Keywords: tahoe-cp error windows win32
frontend-cli | review-needed LeastAuthority.com
Resolution: |
Launchpad Bug: |
-------------------------+-------------------------------------------------
Comment (by daira):
Omitting some spurious hits:
{{{
src/allmydata/stats.py:261:
quote_output(os.path.abspath(self.picklefile)))
src/allmydata/util/fileutil.py:274: outf =
open(os.path.expanduser(pathname), "wb")
src/allmydata/util/fileutil.py:299: path = os.path.expanduser(path)
src/allmydata/manhole.py:66: self.authorized_keys_file =
os.path.expanduser(authorized_keys_file)
src/allmydata/manhole.py:253: # TODO: expanduser this, and make it
relative to the buildmaster's
src/allmydata/frontends/auth.py:27: for line in
open(os.path.expanduser(accountfile), "r"):
src/allmydata/frontends/drop_upload.py:22: local_dir_u =
os.path.expanduser(local_dir_utf8.decode('utf-8'))
src/allmydata/scripts/tahoe_get.py:29: outf =
open(os.path.expanduser(to_file), "wb")
src/allmydata/scripts/tahoe_put.py:76: infileobj =
open(os.path.expanduser(from_file), "rb")
src/allmydata/scripts/tahoe_cp.py:71: return
open(os.path.expanduser(self.pathname), "rb")
src/allmydata/client.py:454: staticdir =
os.path.expanduser(staticdir)
src/allmydata/test/test_mutable.py:3113: fso.nodedirs =
[unicode(os.path.dirname(os.path.abspath(storedir)))
src/allmydata/test/test_encodingutil.py:277: expanded =
os.path.expanduser("~/" + lumiere_nfc)
src/allmydata/test/check_grid.py:67: self.nodedir =
os.path.expanduser(nodedir)
src/allmydata/test/check_grid.py:68: self.tahoe =
os.path.abspath(os.path.expanduser(tahoe))
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2235#comment:29>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list