-
Notifications
You must be signed in to change notification settings - Fork 10
[Bug] Rescan Repositories removes folders and names #448
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
Comments
Fix this one, and I throw out SourceTree... Fork should scan and follow the filesystem on startup, not the other way around. |
It's still a manual action. I copy over a settings file upon install and set Looking and comparing with sourcetree:
now it gives the impression Fork follows what's on disk, but in reality, it doesn't. |
This is a long operation and may take ~10 seconds (or even longer for users with HDDs). It can't be run on startup.
Fork imports the repos which are located on disk. However you can also add repositories manually. |
Ok, I might have misunderstood Fork's functioning. The path it asks at the beginning, is for an initial loading of repositories. Not to keep an eye on a certain folder. So that init screen made me think in the wrong direction. How about one of these?
Also, I would add button a somewhere to quickly open en repo. Dragging it onto fork is not that good of a UX. Also, that |
Oh... just read Fork wont be free anymore in the near future... (#571) I can't defend buying it for a large group of developers if there's SourceTree or VS Code's extensions like GitLens & GitGraph |
@jobec 👍 |
Sure, I understand. You've got a nice piece of software here. But like I said, I cannot defend the cost if there are alternatives :-( Maybe it's an idea to make it free for open source developers/maintainers? Like IntelliJ does with it's PyCharm licenses. It'll give me the chance to still use it and contribute "ideas". |
@DanPristupov if it was implemented you can close this issue so it won't appear in your task list. |
I checked this feature today and it works great. All of my folders are persisted after rescan. Only one thing I want to remind:
But it can be separated issue if it's more suitable. |
|
Let's say I organise my repos to folders.
When I choose "Rescan Repositories" it deletes all folders, resets all repository names, removes all repos which I added manually from other folders.
I think it should delete not existing repos, add new ones and don't touch existing.
Also multiple folders for scan would be nice.
Version 1.39.0.0.
The text was updated successfully, but these errors were encountered: