Summary | Infinite Loop |
Queue | Gollem |
Queue Version | 1.0.2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | ccdominaux (at) cbe (dot) ab (dot) ca |
Created | 03/23/2006 (7113 days ago) |
Due | |
Updated | 05/31/2006 (7044 days ago) |
Assigned | 05/31/2006 (7044 days ago) |
Resolved | 05/31/2006 (7044 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Thank you very much for your time and efforts.
State ⇒ Feedback
http://lists.horde.org/archives/cvs/Week-of-Mon-20060529/058412.html
resolved something but it didn't resolve my issue.
I'll try to explain what is happening one more time a little clearer.
I have a folder with some files in it. (we will call the folder math)
I copy this folder to the clipboard.
I go inside the folder math.
I paste the math folder and files in the clipboard to this location.
This causes an infinite Loop and creates a folder structure like this:
-- Math
| some files
--- Math
| some files
--- Math
| some files Etc..
Hope this helps.
State ⇒ Resolved
http://cvs.horde.org/diff.php?r1=1.75.4.17&r2=1.75.4.18&f=framework%2FVFS%2FVFS%2Fftp.php
VFS.php in framework_3 doesn't contain any code in its copy/move
functions so there was nothing to backport.
State ⇒ Assigned
http://cvs.horde.org/diff.php?r1=1.94&r2=1.95&f=framework%2FVFS%2FVFS.php
Michael, I don't see this having been merged, and it was after the
3.1.1 release tag...
patch soon as I will be implementing this to production very quickly
and don't wish to use a CVS version.
Thanks,
State ⇒ Resolved
I Do the following:
1. Check the folder /test and click 'copy'
2. Click on the folder test
3. Click on the clipboard
4. Select the folder and Paste
This will create the following /test/test/test/test etc... Infinite Loop.
State ⇒ Feedback
1. select a folder and click 'copy'
2. immediately click on the clipboard
3. select the folder and click 'paste'.
I get the following error:
Error Cannot paste "foo" (file cleared from clipboard): /home/bar/foo
already exists.
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Infinite Loop
Queue ⇒ Gollem
New Attachment: backends.php
State ⇒ Unconfirmed
When copying a folder into the same folder you get an infinite loop of
directory creations. creating the same Directory over and over until
the directory depth exceeds.