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

fix symbolic links and remove deprecated rmdir(...) #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

evoludolab
Copy link

Thanks for keeping gitexporter alive!

I just noticed that gitexporter chokes on repo's that include symbolic links. If the destination of the link changes in later commits I see no reason that it couldn't be safely overridden.

This PR does just that and, as an aside, it also removes the now deprecated call to fs.rmdir(...) and replaced it by fs.rm(...).

@evoludolab evoludolab changed the title fix symbolic links and remove obsolete rmdir(...) fix symbolic links and remove deprecated rmdir(...) Feb 12, 2024
* update version to 1.5.4
* add debug config for EvoLudo
* 0.28.0-alpha.21 fails to compile (macOS Sonoma, Silicon M2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant