python-poetry / poetry

Python packaging and dependency management made easy
https://python-poetry.org
MIT License
29.83k stars 2.22k forks source link

SVN support #9401

Closed ashrasmun closed 3 weeks ago

ashrasmun commented 3 weeks ago

Issue Kind

Brand new capability

Description

Hey,

As per https://github.com/python-poetry/poetry/issues/4419, I'm posting just another request to add SVN support. SVN repos are supported with pip install and this seems like a regression when someone considers moving from using requirements.txt or just "naked" pip to poetry.

Impact

Allow SVN users to work just like git ones.

Workarounds

I need to checkout the repository locally and then point to the repository with

[tool.poetry.dependencies]
some_repo = {path="checked_out_repo_location"}
dimbleby commented 3 weeks ago

this was more recently rejected at #2141

Secrus commented 3 weeks ago

There is close to no interest in SVN among Poetry users and it's surely not enough to excuse an additional maintenance overhead.