[PD] Current PMPD binaries for Win and Mac?

Hans-Christoph Steiner hans at at.or.at
Thu May 24 05:07:53 CEST 2012


On May 21, 2012, at 3:06 PM, Nicolas Montgermont wrote:

> 
> 
> Le 18/05/12 18:30, Nicolas Montgermont a écrit :
>>> - A tag in SVN (i.e. tags/externals/pmpd
> ok i've check out the tags/externals/pmpd folder but I'm not really sure of how I must create a tag of the 0.10 version. Is the appropriate command:
> cd tags/externals/pmpd
> svn mkdir 0.10
> cd 0.10
> svn copy ../../../trunk/externals/pmpd/* ./*
> svn commit -m "tagging pmpd ver 0.10"
> 
> or do I simply do:
> cd trunk/externals/pmpd
> svn copy ./* https://pure-data.svn.sourceforge.net/svnroot/pure-data/tags/externals/pmpd/0.10 -m "tagging pmpd ver 0.10"
> 
> or even:
> svn copy https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/pmpd https://pure-data.svn.sourceforge.net/svnroot/pure-data/tags/externals/pmpd/0.10 -m "tagging pmpd ver 0.10"

I usually use this last option with full URLs, since its easiest to see exactly what's happening.

.hc


More information about the Pd-list mailing list