diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-05-04 17:05:53 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-05-04 17:05:53 +0000 |
commit | f6215d4ba3b9eab191185fdbcfe2cb26d9f4eab4 (patch) | |
tree | f850124094775a202cec590f3a1c39cbd91b6486 /externals | |
parent | 3421554cada17602c80586199572c1bac106d489 (diff) |
a file for easy adding svn:external references
svn path=/trunk/; revision=9759
Diffstat (limited to 'externals')
-rw-r--r-- | externals/SVNEXTERNALS.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/externals/SVNEXTERNALS.txt b/externals/SVNEXTERNALS.txt new file mode 100644 index 00000000..a8f19175 --- /dev/null +++ b/externals/SVNEXTERNALS.txt @@ -0,0 +1,22 @@ +# 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/ |