[haiku-bugs] Re: [Haiku] #11193: Tracker won't copy symlinks (was: Tracker won't copy hard links)

  • From: "humdinger" <trac@xxxxxxxxxxxx>
  • Date: Thu, 04 Sep 2014 17:26:26 -0000

#11193: Tracker won't copy symlinks
------------------------------------+----------------------------
   Reporter:  humdinger             |      Owner:  axeld
       Type:  enhancement           |     Status:  new
   Priority:  normal                |  Milestone:  R1
  Component:  Applications/Tracker  |    Version:  R1/Development
 Resolution:                        |   Keywords:
 Blocked By:                        |   Blocking:
Has a Patch:  0                     |   Platform:  All
------------------------------------+----------------------------

Old description:

> This is hrev47801.
>
> When copying folders around, I get this alert when Tracker happens on a
> hard link:
> {{{
> Error copying file "libWebKit.so":
>     No Error (14)
> Would you like to continue? [Cancel] [OK]
> }}}
> Choosing [OK], the file then isn't copied. If the file the link points to
> is among those that are copied, the link could then point to the copied
> file. Maybe that alert could be changed to giving the user the choice to
>
> a) point the link to the copied file (if the target is part of the copy
> job)[[BR]]
> b) keep the link pointed to the original target,[[BR]]
> c) let the user choose the new target with a file panel
> d) continue without copying (the current behaviour.
>
> I guess a) would be the default behaviour.
>
> I'm not sure if this a bug, if Tracker always behaved like this or if
> it's an enhancement.

New description:

 This is hrev47801.

 When copying folders around, I get this alert when Tracker happens on a
 symlink:
 {{{
 Error copying file "libWebKit.so":
     No Error (14)
 Would you like to continue? [Cancel] [OK]
 }}}
 Choosing [OK], the file then isn't copied. If the file the link points to
 is among those that are copied, the link could then point to the copied
 file. Maybe that alert could be changed to giving the user the choice to

 a) point the link to the copied file (if the target is part of the copy
 job)[[BR]]
 b) keep the link pointed to the original target,[[BR]]
 c) let the user choose the new target with a file panel
 d) continue without copying (the current behaviour.

 I guess a) would be the default behaviour.

 I'm not sure if this a bug, if Tracker always behaved like this or if it's
 an enhancement.

--

Comment (by humdinger):

 My use of "hard link" was a bit confusing (and so is ln's...). Changed the
 ticket to "symlink" in general, because it turns out any Haiku supported
 links are effected.

--
Ticket URL: <https://dev.haiku-os.org/ticket/11193#comment:3>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] Re: [Haiku] #11193: Tracker won't copy symlinks (was: Tracker won't copy hard links) - humdinger