We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ca03e commit d1be4efCopy full SHA for d1be4ef
docs/html/topics/vcs-support.md
@@ -81,8 +81,8 @@ MyProject @ svn+ssh://[email protected]/MyProject
81
You can also give specific revisions to an SVN URL, like so:
82
83
```none
84
-MyProject @ -e svn+http://svn.example.com/svn/MyProject/trunk@2019#egg=project_name
85
-MyProject @ -e svn+http://svn.example.com/svn/MyProject/trunk@{20080101}#egg=project_name
+-e svn+http://svn.example.com/svn/MyProject/trunk@2019#egg=MyProject
+-e svn+http://svn.example.com/svn/MyProject/trunk@{20080101}#egg=MyProject
86
```
87
88
Note that you need to use [Editable VCS installs](#editable-vcs-installs) for
0 commit comments