Modify ↓
#829 closed enhancement (duplicate)
Should use svnserve to access Subversion data
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.7.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
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.