<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">There are problems with checkout of the latest revision of the Xj3D source code at <a href="http://svn.code.sf.net/p/xj3d/code/trunk/" class="">http://svn.code.sf.net/p/xj3d/code/trunk/</a></div><div class=""><br class=""></div><div class="">To reproduce problem: attempt checkout of latest revision into a local working directory named xj3d_code:</div><div class=""><br class=""></div><div class="">Using svn command line tool (on Mac OS X):</div><div class=""><br class=""></div><div class="">> svn checkout <a href="http://svn.code.sf.net/p/xj3d/code/trunk/" class="">http://svn.code.sf.net/p/xj3d/code/trunk/</a> xj3d_code</div><div class=""><br class=""></div><div class="">downloads many files, eventually fails with stderr message:</div><div class=""><br class=""></div><div class=""><div class="">A    xj3d_code_12629/jars/xj3d-2.1-nps-src.jar</div><div class="">svn: E160004: Reading one svndiff window read beyond the end of the representation</div></div><div class=""><br class=""></div><div class="">In the context of other codebases this error is associated with a corruption of the subversion repository</div><div class="">See for example:</div><div class=""><a href="http://subversion.1072662.n5.nabble.com/quot-Error-Reading-one-svndiff-window-read-beyond-the-end-of-the-representation-quot-td97266.html" class="">http://subversion.1072662.n5.nabble.com/quot-Error-Reading-one-svndiff-window-read-beyond-the-end-of-the-representation-quot-td97266.html</a></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Some additional results:</div><div class="">I can still successfully checkout the earlier revision 12621</div><div class=""><br class=""></div><div class="">> svn checkout <a href="http://svn.code.sf.net/p/xj3d/code/trunk/" class="">http://svn.code.sf.net/p/xj3d/code/trunk/</a> -r12621 xj3d_code</div><div class="">works</div><div class=""><br class=""></div><div class="">At which point, an attempt to update to the next commit with</div><div class="">> svn update -r12622 xj3d_code</div><div class="">fails with the same error as reported above</div><div class="">The failure occurs specifically on updating the file jars/xj3d-2.1-nps-src.jar</div><div class="">Rev 12622 was committed 16 Nov 2017</div><div class=""><br class=""></div><div class="">Workaround:</div><div class="">By avoiding updating the <a href="http://svn.code.sf.net/p/xj3d/code/trunk/jars" class="">http://svn.code.sf.net/p/xj3d/code/trunk/jars</a> folder I am able to update the rest of the Xj3D codebase to the latest revision rev 12650 -- committed 30 Dec 2017</div><div class="">Even with the jars folder erased from my working copy I am able to run the "build" and "run" ant target. Xj3D browser is compiled and run successfully on Mac platform.</div><div class=""><br class=""></div><div class="">Vince Marchetti</div><div class=""><br class=""></div></body></html>