Now that the SVN repository on sf.net has sufficiently high revision numbers again and "svn up" does no longer abort immediately I thought I'd write about how I managed to rescue my existing full apertium checkout without downloading everything anew:
1. cd to your apertium folder and run "svn up" 2. when it aborts with "svn: E155017: checksum error for <file>" cd to that file's directory and run "svn up --set-depth empty" followed by "svn up --set-depth infinity" (which will re-download that directory only) 3. repeat the two steps until "svn up" proceeds without errors Regards Benedikt ------------------------------------------------------------------------------ _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
