]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
'tahoe cp -r', upon encountering a dangling symlink, would assert out.
authorLarry Hosken <tahoe at lahosken.san-francisco.ca.us>
Thu, 8 Jan 2009 06:51:14 +0000 (23:51 -0700)
committerLarry Hosken <tahoe at lahosken.san-francisco.ca.us>
Thu, 8 Jan 2009 06:51:14 +0000 (23:51 -0700)
commit3267984fa984637689c46e05688b81465ae3b812
tree9d8ee20c073d2e812c33e57a8e6aa5b6b4a9db97
parent83b97ee79fdf75e51db1afe6d02dad50715cc9f2
'tahoe cp -r', upon encountering a dangling symlink, would assert out.
This was somewhat sad; the assertion didn't say what path caused the
error, what went wrong.  So... silently skip over things that are
neither dirs nor files.
src/allmydata/scripts/tahoe_cp.py
src/allmydata/test/test_cli.py