-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipfs add doesnt handle broken symlinks #979
Comments
We should start with a test case — On Sun, Mar 29, 2015 at 12:10 PM, Jeromy Johnson notifications@github.com
|
@whyrusleeping can you share some reproduction insight on this one? I tried the following but it works as expected (for me at least).
|
repro steps:
This example should fail with an error, but given a larger directory (an entire docker filesystem, with a bad link somewhere) generally causes it to hang |
On Sun, Mar 29, 2015 at 12:10:55PM -0700, Jeromy Johnson wrote:
With #1413 I'm closing in on adding symlinks to IPFS as symlinks |
@wking people often search with open:issues in the filters, or subscribe. no harm in waiting to close till it's merged |
closed by #1627 |
running
ipfs add
on a directory containing broken symlinks will cause unexpected behaviour. Depending on a few different factors, this may cause a hang or just an early exit and leave the operation unfinished.The text was updated successfully, but these errors were encountered: