Opened 17 years ago
Closed 17 years ago
#5949 closed defect (duplicate)
tracd crashes with my SVN repository
Reported by: | Chris-Tenfore | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | devel |
Severity: | normal | Keywords: | python25 windows needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I've got an SVN repository I created with 1.4.3. I copied it to a new server where installed the following:
- svn-1.4.4-setup.exe
- python-2.5.1.msi
- svn-python-1.4.5.win32-py2.5.exe
- ez_setup.py
- Genshi-0.4.4.zip
- Your latest greatest trunc (svnversion 5977)
I followed these instructions: http://trac.edgewall.org/wiki/TracOnWindows/Python2.5
It works fine without a repository, but when I set the repository(trac.ini)
repository_dir = C:\repos
and restart
tracd —port 8000 c:\scripts\trac
It crashes when I try to browse the project.
The last line of the logfile doesn't reveal much:
2007-08-30 11:58:46,105 Trac[main] DEBUG: Dispatching <Request "GET u'/wiki/TracInstall'">
Do you have any hints as what Trac might not like about my repository? Could it be a problem that I don't have the standard directory structure with trunk,branches,tags,sandbox? I know the repo is fine it works with the SVN Apache module.
Attachments (1)
Change History (4)
by , 17 years ago
comment:1 by , 17 years ago
Keywords: | python25 windows added |
---|
When you say it "crashes" do you get the Windows crash dialog or some sort of error? Any chance of a backtrace?
If not, can you change the log level to debug
in trac.ini and see if that gives more helpful info in the log? It should not care about how you organize your svn repository.
comment:2 by , 17 years ago
Keywords: | needinfo added |
---|
comment:3 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
SVN repository I created with 1.4.3. I copied it to a new server where installed the following:
- svn-1.4.4-setup.exe
- python-2.5.1.msi
- svn-python-1.4.5.win32-py2.5.exe
Most likely a duplicate of #5752.
logfile