blob: 73ce5fc3b6288a0ddf0d6bca74557b9fd625a0d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# svn:external references to pd-externals hosted in other repositories
#
# adding external-references:
# - add a new line below with the format: <directory-name> <external link>
# - the directory must not exist yet
# - if possible use an external link that would allow commits (for authorized)
# e.g. "https://" instead of "http://"
#
# - finally run:
# % svn propset svn:externals -F SVNEXTERNALS.txt .
# % svn commit
#
# deleting external-references:
# - just delete the offending reference and re-run:
# % svn propset svn:externals -F SVNEXTERNALS.txt .
# % svn commit
#
# you should be able to retrieve this file by running
# svn propget svn:externals .
## example:
# gridflow https://gridflow.ca/svn/trunk/
gridflow http://gridflow.ca/svn/trunk/
|