Modify

Opened 9 years ago

Last modified 9 years ago

#12314 accepted defect

Can not display or modify subversion paths in Windows

Reported by: fengyc.work@… Owned by: Ryan J Ollos
Priority: normal Component: SvnAuthzAdminPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

Hi,

This should be a bug in SvnAuthzAdminPlugin.

In admin_ui.py, a lot of urllib.pathname2url and urllib.url2pathname were invoked. This could work as excepted under linux. But the functions could not correctly handle svn paths under windows.

e.g.

    urllib.pathname2url(r'foo:/bar') would raise an error
    urllib.url2pathname(r'///foo:/bar') would be 'O:\\bar'

May be "pathname2url" "url2pathname" shoud be replaced with "quote" "unquote".

Thanks.

Attachments (0)

Change History (2)

comment:1 Changed 9 years ago by Ryan J Ollos

Status: newaccepted

comment:2 Changed 9 years ago by Ryan J Ollos

Thank you for the report. I hope to release a new version of the plugin within a few weeks.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as accepted The owner will remain Ryan J Ollos.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.