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

Referencing of multiple files from same repository directory #445

Merged
merged 2 commits into from
Dec 9, 2014

Conversation

forki
Copy link
Member

@forki forki commented Dec 9, 2014

Should allow to unbundle FSharp.Data from Deedle

/cc @tpetricek, @isaacabraham, @mexx

forki added a commit that referenced this pull request Dec 9, 2014
Referencing of multiple files from same repository directory
@forki forki merged commit b5ea05a into master Dec 9, 2014
@forki forki deleted the MultipleGH branch December 9, 2014 11:48

if isInRightVersion then
verbosefn "Sourcefile %s is already there." (source.ToString())
else
tracefn "Downloading %s to %s" (source.ToString()) destination

CleanDir (destination |> Path.GetDirectoryName)
destination |> Path.GetDirectoryName |> CleanDir
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't work as CleanDir removes the directory with all the already downloaded files.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahj this would explain #442

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it's the cause of it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about e7e3a43 ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better, but if someone reference multiple files from different branches, so version would differ and the behavior is not predictable and we would still get access errors.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. That's true I don't have a good solution right now. Maybe you see a better way

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Provided better handling with #451

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 this pull request may close these issues.

2 participants