I need to get a copy of the code for jbossws-common.jar. The manifest says it is implementation version 1.2.2.GA
The FishEye interface indicates that the repository exists: http://fisheye.jboss.org/browse/JBossWS/common/branches/jbossws-common-1.2.2.GA
However when I try the svn command it says URL doesn't exist:
$ svn co http://anonsvn.jboss.org/repos/jbossws/common/branches/jbossws-common-1.2.2.GA tmp
svn: URL 'http://anonsvn.jboss.org/repos/jbossws/common/branches/jbossws-common-1.2.2.GA' doesn't exist
When I list the root of the branches repository this is what I get:
$ svn ls http://anonsvn.jboss.org/repos/jbossws/common/branches
dlofthouse/
jbossws-common-1.0.0.GA_CP/
jbossws-common-1.0.0.GA_CP01_JBPAPP-1211/
jbossws-common-1.0.0.GA_CP02_JBPAPP-1696/
jbossws-common-1.0.0.GA_CP03_JBPAPP-1790/
jbossws-common-1.0.0.GA_CP03_JBPAPP-1937/
jbossws-common-1.0.0.GA_JBPAPP-1216/
jbossws-common-1.0.2.GA_CP/
jbossws-common-1.1.0/
jms-integration/
FishEye says it's there but it would appear that it is not visible via anonymous svn. Recommendations?
Thanks