[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2447: `tahoe cp alias1:dir1/fname alias1:dir2/fname .` overwrites one of the files

Tahoe-LAFS trac at tahoe-lafs.org
Tue Jun 9 22:13:21 UTC 2015


#2447: `tahoe cp alias1:dir1/fname alias1:dir2/fname .` overwrites one of the
files
-------------------------------+---------------------------
 Reporter:  zooko              |          Owner:
     Type:  defect             |         Status:  new
 Priority:  normal             |      Milestone:  undecided
Component:  code-frontend-cli  |        Version:  1.10.0
 Keywords:  tahoe-cp           |  Launchpad Bug:
-------------------------------+---------------------------
 I just did `tahoe cp alias1:dir1/fname alias1:dir2/fname .`. It probably
 should have done something like what unix cp does in this case:

 {{{
 $ cp dir1/fname dir2/fname  .
 cp: will not overwrite just-created ‘./fname’ with ‘dir2/fname’
 }}}

 but instead it did this:

 {{{
 $ tahoe cp alias1:dir1/fname alias1:dir2/fname .
 Success: files copied
 }}}

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2447>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list