For people who are in Windows and doesn't have svn.exe can use tortoise
svn to do this switch.
If you have main trunk only, put the switch URL as
"https://svn.apache.org/repos/asf/webservices/axis2/trunk/java".
thanks,
Chinthaka
Davanum Srinivas wrote:
Done!!!
Axis 1.X is at https://svn.apache.org/repos/asf/webservices/axis
Axis2 is at https://svn.apache.org/repos/asf/webservices/axis2
You can use "svn switch" command
(http://svnbook.red-bean.com/en/1.0/re27.html) to change your working
copy. For example i ran the following in my axis2 root directory
svn switch https://svn.apache.org/repos/asf/webservices/axis2
thanks,
dims