Revision: 9759 http://pure-data.svn.sourceforge.net/pure-data/?rev=9759&view=rev Author: zmoelnig Date: 2008-05-04 10:05:53 -0700 (Sun, 04 May 2008)
Log Message: ----------- a file for easy adding svn:external references
Added Paths: ----------- trunk/externals/SVNEXTERNALS.txt
Added: trunk/externals/SVNEXTERNALS.txt =================================================================== --- trunk/externals/SVNEXTERNALS.txt (rev 0) +++ trunk/externals/SVNEXTERNALS.txt 2008-05-04 17:05:53 UTC (rev 9759) @@ -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/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.