Skip to content

Commit d1be4ef

Browse files
tonysbidoul
andauthored
Update docs/html/topics/vcs-support.md
Co-authored-by: Stéphane Bidoul <[email protected]>
1 parent d3ca03e commit d1be4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/topics/vcs-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ MyProject @ svn+ssh://[email protected]/MyProject
8181
You can also give specific revisions to an SVN URL, like so:
8282

8383
```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
84+
-e svn+http://svn.example.com/svn/MyProject/trunk@2019#egg=MyProject
85+
-e svn+http://svn.example.com/svn/MyProject/trunk@{20080101}#egg=MyProject
8686
```
8787

8888
Note that you need to use [Editable VCS installs](#editable-vcs-installs) for

0 commit comments

Comments
 (0)