Opened 17 years ago
Closed 17 years ago
#7586 closed defect (duplicate)
tracd as windows service : could not intergrate with subversion
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Environment
- OS : windows server 2003 executed inside VMWare
- trac 0.11.1
- python 2.5.2
- subversion 1.5.1, reository_dir y:\repository
Problem discription
1)if tracd is executed interactivly (ie, tracd d:/trac) then no problem, Trac browse source button works.
2) if tracd is wrapped by srvany, then when browse source is clicked, an error message displayed
"y:\repository does not appear to be a Subversion repository"
3) if modify repository_dir in trac.ini to file:///y:/repository, then no more error message that mentioned in 2) but another one
invalid syntax "d:/trac/file://y:/repository/format"
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Milestone: | 0.11.2 |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Looks like an installation issue, see also #7496.



More
4) configure service log on user the same as user that executed tracd in 1) : problem persist.