View Issue Details

IDProjectCategoryView StatusLast Update
0005256ardourbugspublic2013-01-22 05:39
Reporterx42 Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Summary0005256: svn version detection fails if path to sourcecode contains non ASCII characters
Descriptionwscript's fetch_svn_revision is b0rked if the Ardour source resides in a folder with non ASCII chacaters:

calling
  LANG= svn info .
prints to stderr:
  svn: E000022: Can't convert string from native encoding to 'UTF-8':
  svn: E000022: /home/petter/K?\195?\164llkod/3.0/
and nothing to stdout.
Eventually compiling svn_revision.cc fails: http://pastebin.com/6uDvpatk

  LANG=en_US.UTF-8 svn info .
works IFF the en_US locale is installed.

Additional Informationhttp://svnbook.red-bean.com/en/1.7/svn.advanced.l10n.html
TagsNo tags attached.

Activities

paul

2013-01-07 17:29

administrator   ~0014438

presumably, LANG=C would work ?

paul

2013-01-07 19:15

administrator   ~0014441

should be fixed in rev 13798

x42

2013-01-07 19:27

administrator   ~0014442

It was reported by 'peppo' on IRC.

I can't reproduce it myself to provide feedback because
 a) I'm using git
and
 b) my folder names are all ASCII

x42

2013-01-22 05:39

administrator   ~0014549

fixed with change to 'svnversion'

Issue History

Date Modified Username Field Change
2013-01-05 11:37 x42 New Issue
2013-01-07 17:29 paul Note Added: 0014438
2013-01-07 19:15 paul Note Added: 0014441
2013-01-07 19:15 paul Status new => feedback
2013-01-07 19:27 x42 Note Added: 0014442
2013-01-22 05:39 x42 Note Added: 0014549
2013-01-22 05:39 x42 Status feedback => closed
2013-01-22 05:39 x42 Resolution open => fixed