-
-
Notifications
You must be signed in to change notification settings - Fork 817
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
Backups abort upon finding a symlink #1000
Comments
Can you send a debug log of this happening please? |
Where would a log of this be saved on the system? I hit the same issue on my Windows 10 machine as well. |
It is not saved, you'll have to copy the error from the ST console after it happens. |
But yeah, you shouldn't hand edit a package from a source you don't control because Package Control could upgrade it at any time. Instead, fork the package and use git/hg to clone it, or rename the package and delete any package-metadata.json since that is a file PC uses to know it controls a package. Then you can deal with upgrades as you wish. |
Ping for a debug log. |
Apologies for the delay, there's been quite a crunch at the office. Are there any tricks to reproducing a package installation/upgrade so I could get a log for you? |
With a new package upgrade, I was able to reproduce this again and nab some sort of log! http://hastebin.com/aramasicid.txt Additionally, there was a nasty popup complaining about permissions being denied for a folder inside of the plugin folder. |
Unrelated, but you should really update SublimeREPL. The mnemonic messages are quite annoying and haven been fixed months ago. |
This morning, I had my TypeScript package with important logs wiped out by a Package Control package upgrade. It didn't back up the folder because it had a symlink in it -- and I was notified of this.
Would it be possible to have one of:
This was on OS X with Sublime Text 3083.
The text was updated successfully, but these errors were encountered: