From: Kyle J. M. <ma...@gm...> - 2013-07-22 20:31:59
|
On Jul 22, 2013, at 13:02, Robert Vogel wrote: > > I scraped the svn command from your instructions: > > svn co https://jazzplusplus.svn.sourceforge.net/svnroot/jazzplusplus/trunk/jazz > jazz > > Here's a fresh checkout (today) what I got: > > ... > .vcxproj.filters > A jazz/vc11/JazzPlusPlus-VC11.vcxproj > A jazz/vc11/JazzPlusPlus-VC11.sln > A jazz/NEWS > A jazz/bootstrap > Checked out revision 924. > > Is there another subversion repository somewhere ? Indeed there is. SourceForge migrated their URLs a while back. Use: svn co http://svn.code.sf.net/p/jazzplusplus/code/trunk/jazz jazz instead. You can always check the SourceForge project page at <http://sourceforge.net/projects/jazzplusplus/ > for the latest checkout URLs. Kyle |