Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
http://woodstox.codehaus.org/Download has
> You can also access current source code from the Subversion repository. Anonymous access can be used like:
>
> svn co svn://svn.woodstox.codehaus.org/woodstox/scm
but, alas, there seems to be no service at the SVN port on host svn.woodstox.codehaus.org :
> 63.246.2.115 - 443 : open
> 63.246.2.115 - 80 : open
> 63.246.2.115 - 3680 : timeout
Kindly get the SVN back up and going,
or else, if it is to be found elsewhere,
kindly correct the URL given at http://woodstox.codehaus.org/Download .
Regards, and thank you for providing fine software,
Andreas
Sorry - the above port scanning hits the wrong port 3680. SVN is on port 3690.
The port scan should have read:
> # netwox 67 -i svn.woodstox.codehaus.org -p 80,443,3690
> 63.246.2.115 - 80 : open
> 63.246.2.115 - 443 : open
> 63.246.2.115 - 3690 : timeout
Still, not working.