Skip to content
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

paket restore re-download http references #592

Closed
sergey-tihon opened this issue Feb 9, 2015 · 1 comment · Fixed by #593
Closed

paket restore re-download http references #592

sergey-tihon opened this issue Feb 9, 2015 · 1 comment · Fixed by #593

Comments

@sergey-tihon
Copy link
Member

Latest version of paket.exe re-download all http references after each paket restore (even if files already exist).
Repro: https://github.com/sergey-tihon/OpenNLP.NET/tree/paket

image

@sergey-tihon sergey-tihon changed the title Install/update of http references paket urestore redownload http references Feb 9, 2015
@sergey-tihon sergey-tihon changed the title paket urestore redownload http references paket restore re-download http references Feb 9, 2015
@sergey-tihon
Copy link
Member Author

The reason is content of paket.version file in the case when we reference multiple files from the same domain.
paket.version contains relative path to the last downloaded file and version check fails on other files from same domain https://github.com/fsprojects/Paket/blob/master/src/Paket.Core/RemoteDownload.fs#L141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant