Hi,

 

I am trying to configure Trac to work with a Subversion repository residing on a shared network drive. I have all functions of Trac working successfully including all svn capabilities when I test against a local scratch Subversion repository. (FYI, I am using Trac 0.9.2 with Python 2.3). However, when I point Trac at the network share repository (z:\repos\rxs), I get the following error message in the web interface (although I can successfully init the database from trac-admin):

 

Oops...

Trac detected an internal error:

null argument to internal routine

If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.

Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below.

TracGuide — The Trac User and Administration Guide

Python traceback

Traceback (most recent call last):
  File "D:\Python23\lib\site-packages\trac\core.py", line 532, in cgi_start
    real_cgi_start()
  File "D:\Python23\lib\site-packages\trac\core.py", line 527, in real_cgi_start
    dispatch_request(path_info, args, req, env)
  File "D:\Python23\lib\site-packages\trac\core.py", line 440, in dispatch_request
    module = module_factory(args, env, database, req)
  File "D:\Python23\lib\site-packages\trac\core.py", line 175, in module_factory
    pool, rep, fs_ptr = open_svn_repos(repos_dir)
  File "D:\Python23\lib\site-packages\trac\core.py", line 459, in open_svn_repos
    rep = repos.svn_repos_open(repos_dir, pool)
SystemError: null argument to internal routine

 

Thanks in advance for your help!

Phil Usatine

 

--
Philip Usatine
Prematics, Inc.
6701 Democracy Blvd., Suite 300
Bethesda, MD 20817

301-571-9428
(c) 703 402-0991
[EMAIL PROTECTED]

This message contains information that may be confidential and privileged. Unless you are the addressee (or authorized to receive for the addressee), you may not use, copy or disclose to anyone the message or any information contained in the message. If you have received the message in error, please advise the sender by reply e-mail

 

BEGIN:VCARD
VERSION:2.1
N:Usatine;Phil
FN:Phil Usatine
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20051122T235556Z
END:VCARD
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to