I saw this error while working on a docker ticket on all repos with unicode filenames. Generating UTF-8 locale and setting it as default fixed that for docker:
~~~~~ # Snapshot generation for SVN (and maybe other SCMs) might fail without this RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ~~~~~ It seems like deployment specific thing to me. Server might be missing some locale, which is needed to properly decode filenames. We'll investigate it further to confirm. --- ** [tickets:#7757] UnicodeDecodeError when generating code snapshot on hg repo** **Status:** in-progress **Milestone:** unreleased **Labels:** support sf-current 42cc sf-1 **Created:** Fri Oct 10, 2014 03:14 PM UTC by Anonymous **Last Updated:** Tue Jun 30, 2015 06:57 PM UTC **Owner:** Igor Bondarenko *Originally created by:* jwb1980 https://sourceforge.net/p/forge/site-support/8700/ ---- [forge:site-support:#8700] ---- >From IRC #sourceForge download the source code of this project https://sourceforge.net/p/nhunspell/code/ci/default/tree/ 3:55 When I try the snapshot Sourceforge says "We're having trouble finding that snapshot. Would you like to resubmit?" 3:55 TortoiseSVN gives me error 500 in my fork repository ---- --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
