Skip to content

Commit 4e70b81

Browse files
authored
Merge pull request #11244 from tony/patch-1
docs(vcs support): Missing spaces, fix svn editable installs
2 parents c0fb4bf + d1be4ef commit 4e70b81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/html/topics/vcs-support.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ The supported schemes are `svn`, `svn+svn`, `svn+http`, `svn+https` and
7373
`svn+ssh`. Here are some of the supported forms:
7474

7575
```none
76-
MyProject @svn+https://svn.example.com/MyProject
77-
MyProject @svn+ssh://svn.example.com/MyProject
78-
MyProject @svn+ssh://[email protected]/MyProject
76+
MyProject @ svn+https://svn.example.com/MyProject
77+
MyProject @ svn+ssh://svn.example.com/MyProject
78+
MyProject @ svn+ssh://[email protected]/MyProject
7979
```
8080

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
85-
MyProject @ -e svn+http://svn.example.com/svn/MyProject/trunk@{20080101}
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)