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

GIT Dataset Repo in Azure Devops #6845

Closed
2 tasks done
alziegel opened this issue Sep 11, 2023 · 1 comment
Closed
2 tasks done

GIT Dataset Repo in Azure Devops #6845

alziegel opened this issue Sep 11, 2023 · 1 comment

Comments

@alziegel
Copy link

My actions before raising this issue

Steps to Reproduce (for bugs)

  1. create a new task
  2. try to set the repositories https link as dataset repository URL (format: https://user:[email protected]/company/project/repo)

(alternatively also tried the same with ssh and different ways writing it)
In comparison via cli its possible to deploy it directly, similar to this

Expected Behaviour

Task can be created and repo added as target for labeling

Current Behaviour

Error:
Error: Repository status check failed. Traceback (most recent call last):
File "/home/django/cvat/apps/dataset_repo/dataset_repo.py", line 220, in init_repos
self._rep = git.Repo(self._cwd)
File "/opt/venv/lib/python3.10/site-packages/git/repo/base.py", line 210, in __init__
raise NoSuchPathError(epath)
git.exc.NoSuchPathError: /home/django/data/tasks/149/artifacts/repos
...
raise Exception("Git repository URL does not satisfy pattern")
Exception: Git repository URL does not satisfy pattern

Your Environment

  • CVAT-Version: 2.6
  • Docker version Docker 24.0.5
  • Operating System: Linux
@alziegel alziegel changed the title Dataset repository in Azure Devops Repo GIT Dataset Repo in Azure Devops Sep 13, 2023
@bsekachev
Copy link
Member

This feature was removed in #6904 as outdated.
Please, consider using cloud storages instead.

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