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

Checking for svn existance on every dir change is slow #12

Open
alper opened this issue Oct 17, 2021 · 1 comment
Open

Checking for svn existance on every dir change is slow #12

alper opened this issue Oct 17, 2021 · 1 comment

Comments

@alper
Copy link

alper commented Oct 17, 2021

I found out about this by running: fish --profile-startup=profile.txt but it's not just on startup, but on every directory change this plugin runs command svn info which translates into xcodebuild -sdk macosx -find svn which is very slow.

I would suggest commenting svn out of this plugin just like fish_vcs_prompt does because who uses svn anymore anyway.

@derekstavis
Copy link
Member

That makes sense, and agreed, SVN is definitely not something one should even use anymore. Feel free to push a PR!

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

No branches or pull requests

2 participants