exodus
exodus copied to clipboard
Allow passing a directory to repo.url
Hi,
It is currently impossible to pass a local git directory to repo.url.
Is there a particular reason?
Error: file:///srv/projects/poc.git must be valid git url
Hi @reda-alaoui,
if you don't have an external url, I suggest you simulate one: [email protected]/[org-name]/[repo-name].git. the url is not used for cloning.
The Migrator was originally built with multi-repo dependencies in mind (external bazel dependencies are denoted with @repo_name/... notation).
and this git url was intended as a way to avoid noting internal dependencies as external ones...
Looking at the source, it requires a colon, so this does work: [email protected]:org/repo.git