[MacPorts] #40508: unicode_path patch not working on subversion 1.8.x release

MacPorts noreply at macports.org
Sat Jan 4 14:39:12 PST 2014


#40508: unicode_path patch not working on subversion 1.8.x release
----------------------------+----------------------
  Reporter:  genuinefafa@…  |      Owner:  dluke@…
      Type:  defect         |     Status:  assigned
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:  2.2.0
Resolution:                 |   Keywords:
      Port:  subversion     |
----------------------------+----------------------

Comment (by genuinefafa@…):

 Well... I did a recheck - after following leo@ comments - and I guess that
 I was doing something wrong.

 '''What did now:'''
  * uninstall the version of subversion I want to custom build ''port
 uninstall subversion at ...'' and it dependencies if any
  * build the subversion 'port build subversion +uncode_path''
  * instal the subversion 'port install subversion +uncode_path''

 After this, I am getting better results with subversion and special
 characters.

 I now realize that there is an issue with directories vs files. Also,
 there is some strange behavior among different versions.

 ''(sorry for the long log, but there is no other way to put it)''

 '''Check this:
 '''
 {{{
 #!sh

 fafa-mac:fafa-> pwd
 /Users/fafa/Documents/3f/comercial/presupuestos/UIFRA
 fafa-mac:fafa-> svn info
 Path: .
 Working Copy Root Path: /Users/fafa/Documents/3f
 URL: http://***/svn/3f/comercial/presupuestos/UIFRA
 Relative URL: ^/comercial/presupuestos/UIFRA
 Repository Root: http://***/svn/3f
 Repository UUID: 5babf55b-27cd-0d4d-b53e-00eca4de1311
 Revision: 3751
 Node Kind: directory
 Schedule: normal
 Last Changed Author: facundo
 Last Changed Rev: 3666
 Last Changed Date: 2013-09-25 11:39:42 -0300 (Wed, 25 Sep 2013)

 fafa-mac:fafa-> sudo port installed subversion
 The following ports are currently installed:
   subversion @1.7.10_1
   subversion @1.7.10_1+unicode_path
   subversion @1.8.3_2
   subversion @1.8.3_3+unicode_path
   subversion @1.8.4_1+unicode_path (active)
   subversion @1.8.5_0+unicode_path

 # using 1.8.5
 fafa-mac:fafa-> sudo port activate subversion @1.8.5_0+unicode_path
 --->  Computing dependencies for subversion
 --->  Deactivating subversion @1.8.4_1+unicode_path
 --->  Cleaning subversion
 --->  Activating subversion @1.8.5_0+unicode_path
 --->  Cleaning subversion
 fafa-mac:fafa-> svn st
 !       2013-09-25 Cociná tu pasta - UIFRA.docx
 ?       2013-09-25 Cociná tu pasta - UIFRA.docx

 # using 1.8.4
 fafa-mac:fafa-> sudo port activate subversion @1.8.4_1+unicode_path
 --->  Computing dependencies for subversion
 --->  Deactivating subversion @1.8.5_0+unicode_path
 --->  Cleaning subversion
 --->  Activating subversion @1.8.4_1+unicode_path
 --->  Cleaning subversion
 fafa-mac:fafa-> svn st

 # using 1.8.5 again, just for checking
 fafa-mac:fafa-> sudo port activate subversion @1.8.5_0+unicode_path
 --->  Computing dependencies for subversion
 --->  Deactivating subversion @1.8.4_1+unicode_path
 --->  Cleaning subversion
 --->  Activating subversion @1.8.5_0+unicode_path
 --->  Cleaning subversion
 fafa-mac:fafa-> svn st
 !       2013-09-25 Cociná tu pasta - UIFRA.docx
 ?       2013-09-25 Cociná tu pasta - UIFRA.docx
 }}}

 Anyway, I have other files and directories with special characters but,
 with the latest version, there are no problems. I feel much better now. :)

-- 
Ticket URL: <https://trac.macports.org/ticket/40508#comment:25>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list