Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
[email protected]
I can not setup:
http://next.ohloh.net/projects/3181/enlistments
The problem is that svn info svn://svn.gna.org/svn/wormux/trunk
fails (malformed network data) whereas svn co
on same url works fine. Is it a problem from gna? Is it possible to skip svn info
test?
More info about Wormux svn:
http://www.wormux.org/wiki/en/subversion.php
Haypo
Looking into it now...
Hi haypo.
As you point out, your SVN installation doesn't appear to support the info command. I've enlisted the repository you mentioned in a work-around manner (straight to the database). Our queue is currently busy so download will only start in a few hours so I can't verify that it will work but I suspect it should sail through at this point.
Oops... bad news.
Turns out that we use the svn info
command as part of the actual adapter's download (as well as for validation - which i overrode). After some googling, I found this similar thread: (http://svn.haxx.se/dev/archive-2003-04/0522.shtml). I suspect the SVN at wormux.org is pretty out of date. Is there any way to find out what version they're running at that server?