Modify ↓
Ticket #829 (closed enhancement: duplicate)
Opened 8 years ago
Last modified 8 years ago
Should use svnserve to access Subversion data
| Reported by: | otavio@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | general | Version: | 0.7.1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Currently, trac access the repository directly but this is not a good ideia. I think it should use svnserve to access it.
This way to access the repository is already on use in viewcvs but tagged like 'experimental' way. I think you should take a look because it will leave trac subversion independent.
Attachments
Change History
comment:1 Changed 8 years ago by cmlenz
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



This doesn't have anything to do with svnserve in particular, but rather that Trac should be using the svn repository access layer instead of the lower-level FS API. There's already a ticket about that though, namely #493.