general

What changed between versions 0.7.0 and 0.8.0 in regards to file based repositories?

I am using docker-compose and map my repository to a path in the container. In my config.toml I point to the file url: git_url = 'file:///repo'. Since updating to version 0.8.0 when I run tabby scheduler --now I get an error: Syncing repositories...2024-02-04T06:39:15.542666Z ERROR tabby_scheduler: crates/tabby-scheduler/src/lib.rs:55: Failed to sync repositories, err: 'No such file or directory (os error 2)'Indexing repositories...

Je

Jeff Bigler

Asked on Feb 04, 2024

The issue with file based repositories in versions 0.7.0 and 0.8.0 has been fixed in the latest patch release. The error 'No such file or directory (os error 2)' occurred because the repositories folder was not automatically created. To fix the problem, you can manually create the repositories folder in your container.

Feb 04, 2024Edited by