# from Erwin Zierler # on Thursday 16 October 2008: >I just tried to access the svn repository with the url I found on the >website: > >svn co http://subversion.pythoncad.org:9000/svn/pythoncad/trunk > pythoncad
Hi Erwin, There have been some changes in the hosting. I think the source has been moved to git, so perhaps the svn is no longer available? (If so, the webpage should probably remove the `svn co` section.) http://www.pythoncad.org/download.html git clone git://repo.or.cz/pythoncad.git pythoncad If using git is a problem, perhaps a read-only svn service would be useful? --Eric -- I arise in the morning torn between a desire to improve the world and a desire to enjoy the world. This makes it hard to plan the day. --E.B. White --------------------------------------------------- http://scratchcomputing.com --------------------------------------------------- _______________________________________________ PythonCAD mailing list [email protected] http://mail.python.org/mailman/listinfo/pythoncad
