Hi list,
I am trying to check out pd from svn using svn checkout svn://svn.code.sf.net/p/pure-data/svn/trunk pure-data-svn and I get svn: E000111: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/pure-data/svn/trunk' svn: E000111: Can't connect to host 'svn.code.sf.net': Connection refused
Is this only me?
The webpage http://sourceforge.net/p/pure-data/svn/ gives a 503 "Service Unavailable"
Is svn still the correct and only tool to checkout pd trunk and keep it up-to-date?
thanks for any pointers! P
On Wed, 2015-07-22 at 13:45 -0400, Peter P. wrote:
Hi list,
I am trying to check out pd from svn using svn checkout svn://svn.code.sf.net/p/pure-data/svn/trunk pure-data-svn and I get svn: E000111: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/pure-data/svn/trunk' svn: E000111: Can't connect to host 'svn.code.sf.net': Connection refused
Is this only me?
No, it is not only you. It seems that the company running sourceforge.net suffered from a bug in their storage system. They're still working on restoring their services. It seems they're making progress (slowly, at least). You can follow here:
Roman
On Wed, 2015-07-22 at 13:45 -0400, Peter P. wrote:
Hi list,
I am trying to check out pd from svn using svn checkout svn://svn.code.sf.net/p/pure-data/svn/trunk pure-data-svn and I get svn: E000111: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/pure-data/svn/trunk' svn: E000111: Can't connect to host 'svn.code.sf.net': Connection refused
Is this only me?
No, it is not only you. It seems that the company running sourceforge.net suffered from a bug in their storage system. They're still working on restoring their services. It seems they're making progress (slowly, at least). You can follow here:
Thanks Roman, this helps a lot!
best, P
On 07/22/2015 07:45 PM, Peter P. wrote:
Is svn still the correct and only tool to checkout pd trunk and keep it up-to-date?
depends on what you want.
if you want to fetch *pd* itself (rather than all those externals, plugins, bells and whistles), then the answer is "no, it's git" https://sf.net/p/pure-data/pure-data
the rest been answered by roman.
gfmsadr IOhannes
On 07/22/2015 07:45 PM, Peter P. wrote:
Is svn still the correct and only tool to checkout pd trunk and keep it up-to-date?
depends on what you want.
if you want to fetch *pd* itself (rather than all those externals, plugins, bells and whistles), then the answer is "no, it's git" https://sf.net/p/pure-data/pure-data
Thanks, I already use git for pd itself, but I wanted to update the externals repo on my box.
the rest been answered by roman.
Thank you two! P