Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9185 closed defect (invalid)

SubversionException: ("Can't open file 'c:\\psltrac_projects\\web_cc\\svn:\\10.244.0.87\\home\\srv\\svn\\lamp_comp\\trunk\\pslsym\\format': The filename, directory name, or volume label syntax is incorrect. ", 720123)

Reported by: tanuja_saravanan Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.2.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I got the following error after entering the svn location in basic settings

How to Reproduce

While doing a GET operation on /admin, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'cat_id': None, 'panel_id': None, 'path_info': None}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19

System Information

Trac 0.11.2.1
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c7
SQLite 3.5.2
pysqlite 2.4.0
Genshi 0.5.1
mod_python 3.3.1
Subversion 1.5.4 (r33841)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "c:\python25\lib\site-packages\Trac-0.11.2.1-py2.5.egg\trac\web\main.py", line 455, in _dispatch_request
    dispatcher.dispatch(req)
  File "c:\python25\lib\site-packages\Trac-0.11.2.1-py2.5.egg\trac\web\main.py", line 174, in dispatch
    chosen_handler)
  File "c:\python25\lib\site-packages\Trac-0.11.2.1-py2.5.egg\trac\web\main.py", line 318, in _pre_process_request
    chosen_handler = filter_.pre_process_request(req, chosen_handler)
  File "c:\python25\lib\site-packages\Trac-0.11.2.1-py2.5.egg\trac\versioncontrol\api.py", line 86, in pre_process_request
    self.get_repository(req.authname).sync()
  File "c:\python25\lib\site-packages\Trac-0.11.2.1-py2.5.egg\trac\versioncontrol\api.py", line 157, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "c:\python25\lib\site-packages\Trac-0.11.2.1-py2.5.egg\trac\versioncontrol\svn_fs.py", line 280, in get_repository
    'branches': self.branches})
  File "c:\python25\lib\site-packages\Trac-0.11.2.1-py2.5.egg\trac\versioncontrol\svn_fs.py", line 401, in __init__
    self.repos = repos.svn_repos_open(self.path, self.pool())
  File "C:\Python25\Lib\site-packages\libsvn\repos.py", line 47, in svn_repos_open
    return apply(_repos.svn_repos_open, args)
SubversionException: ("Can't open file 'c:\\psltrac_projects\\web_cc\\svn:\\10.244.0.87\\home\\srv\\svn\\lamp_comp\\trunk\\pslsym\\format': The filename, directory name, or volume label syntax is incorrect.  ", 720123)

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 14 years ago

Resolution: invalid
Status: newclosed

InstallationIssue (hint: the path to your SVN repository is incorrect).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.