Return-Path: X-Original-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32CA9104EE for ; Tue, 1 Oct 2013 20:26:51 +0000 (UTC) Received: (qmail 66934 invoked by uid 500); 1 Oct 2013 20:26:50 -0000 Delivered-To: apmail-incubator-allura-dev-archive@incubator.apache.org Received: (qmail 66870 invoked by uid 500); 1 Oct 2013 20:26:50 -0000 Mailing-List: contact allura-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-dev@incubator.apache.org Received: (qmail 66849 invoked by uid 99); 1 Oct 2013 20:26:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 20:26:46 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of noreply@sourceforge.net designates 216.34.181.60 as permitted sender) Received: from [216.34.181.60] (HELO smtp.ch3.sourceforge.com) (216.34.181.60) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 20:26:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.com; s=x; h=Date:Message-ID:Subject:Reply-To:From:To:MIME-Version:Content-Type; bh=R6n2A+1KRLweEEPAvaVYKtXYA0rSSvV1EdoNJu90GFc=; b=ZBEGeIZVZY+gulBQQGje4MiPCpKkD4B/3yoQ9ERBeaRW6E1BmgWVZ/574YZE8EF0yrKD1vn9P2vonDyoeuzxtMN4sIrkpTIUPf/PcEo2AkV27cbUJ2FyDhIK4RDnEov5LNupgHP08CUL6nGN8LButrAaV9eWFNlILolkkS6saF0=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-2.v29.ch3.sourceforge.com) by sfs-alluradaemon-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VR6WS-0000pI-2Q for allura-dev@incubator.apache.org; Tue, 01 Oct 2013 20:26:20 +0000 Content-Type: multipart/related; boundary="===============4936627856259627368==" MIME-Version: 1.0 To: "[allura:tickets] " <6518@tickets.allura.p.re.sf.net> From: "Dave Brondsema" Reply-To: "[allura:tickets] " <6518@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #6518 Handle unicode filenames in SVN snapshot Message-ID:

Date: Tue, 01 Oct 2013 20:26:20 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============4936627856259627368== Content-Type: multipart/alternative; boundary="===============6724635378884999968==" MIME-Version: 1.0 --===============6724635378884999968== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dupe of [#6336] --- ** [tickets:#6518] Handle unicode filenames in SVN snapshot** **Status:** duplicate **Created:** Fri Aug 02, 2013 05:38 PM UTC by Cory Johns **Last Updated:** Tue Oct 01, 2013 08:07 PM UTC **Owner:** nobody 16:58:25,107 ERROR [taskd:allura.tasks.repo_tasks.tarball:51fbe528b9363c24978a9baf:allura.tasks.repo_tasks] Could not create snapshot for repository: dday-ical:code revision 578 pa th /DDay.iCal/trunk/Examples/C Traceback (most recent call last): File "/var/local/allura/Allura/allura/tasks/repo_tasks.py", line 133, in tarball repo.tarball(revision, path) File "/var/local/allura/Allura/allura/model/repository.py", line 541, in tarball self._impl.tarball(revision, path) File "/var/local/env-allura/lib/python2.7/site-packages/TimerMiddleware-0.4.3-py2.7.egg/timermiddleware/__init__.py", line 116, in wrapper return self.run_and_log(func, inst, *args, **kwargs) File "/var/local/env-allura/lib/python2.7/site-packages/TimerMiddleware-0.4.3-py2.7.egg/timermiddleware/__init__.py", line 125, in run_and_log return func(*args, **kwargs) File "/var/local/allura/ForgeSVN/forgesvn/model/svn.py", line 692, in tarball revision=pysvn.Revision(pysvn.opt_revision_kind.number, commit)) ClientError: Can't convert string from 'UTF-8' to native encoding: /nfs/allura/code-snapshots/svn/d/dd/dday-ical/code/dday-ical-code-578-DDay.iCal-trunk/Examples/C#/Example1/Calendars/Bar?\195?\167a 2006 - 2007.ics We probably need to set the locale to utf8 before doing the export. http://tigris-scm.10930.n7.nabble.com/cant-convert-string-from-utf-8-to-native-encoding-td78763.html http://stackoverflow.com/questions/2116718/svn-error-cant-convert-string-from-native-encoding-to-utf-8 --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. --===============6724635378884999968== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit

Dupe of [#6336]


[tickets:#6518] Handle unicode filenames in SVN snapshot

Status: duplicate
Created: Fri Aug 02, 2013 05:38 PM UTC by Cory Johns
Last Updated: Tue Oct 01, 2013 08:07 PM UTC
Owner: nobody

16:58:25,107 ERROR [taskd:allura.tasks.repo_tasks.tarball:51fbe528b9363c24978a9baf:allura.tasks.repo_tasks] Could not create snapshot for repository: dday-ical:code revision 578 pa
th /DDay.iCal/trunk/Examples/C
Traceback (most recent call last):
  File "/var/local/allura/Allura/allura/tasks/repo_tasks.py", line 133, in tarball
    repo.tarball(revision, path)
  File "/var/local/allura/Allura/allura/model/repository.py", line 541, in tarball
    self._impl.tarball(revision, path)
  File "/var/local/env-allura/lib/python2.7/site-packages/TimerMiddleware-0.4.3-py2.7.egg/timermiddleware/__init__.py", line 116, in wrapper
    return self.run_and_log(func, inst, *args, **kwargs)
  File "/var/local/env-allura/lib/python2.7/site-packages/TimerMiddleware-0.4.3-py2.7.egg/timermiddleware/__init__.py", line 125, in run_and_log
    return func(*args, **kwargs)
  File "/var/local/allura/ForgeSVN/forgesvn/model/svn.py", line 692, in tarball
    revision=pysvn.Revision(pysvn.opt_revision_kind.number, commit))
ClientError: Can't convert string from 'UTF-8' to native encoding:
/nfs/allura/code-snapshots/svn/d/dd/dday-ical/code/dday-ical-code-578-DDay.iCal-trunk/Examples/C#/Example1/Calendars/Bar?\195?\167a 2006 - 2007.ics

We probably need to set the locale to utf8 before doing the export.

http://tigris-scm.10930.n7.nabble.com/cant-convert-string-from-utf-8-to-native-encoding-td78763.html
http://stackoverflow.com/questions/2116718/svn-error-cant-convert-string-from-native-encoding-to-utf-8


Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

--===============6724635378884999968==-- --===============4936627856259627368==--