Ticket #257 (closed enhancement: worksforme)
fsvs support
| Reported by: | johannes_graumann@… | Owned by: | alwin |
|---|---|---|---|
| Priority: | none | Milestone: | not applicable |
| Component: | SvnQt Wrapper | Version: | 0.14.x |
| Severity: | feature | Keywords: | |
| Cc: |
Description
Is it in theory possible for kdesvn to support fsvs ( http://fsvs.tigris.org/)?
Attachments
Change History
comment:1 in reply to: ↑ description ; follow-up: ↓ 2 Changed 5 years ago by anonymous
comment:2 in reply to: ↑ 1 Changed 5 years ago by alwin
- Status changed from new to closed
- Resolution set to worksforme
Replying to anonymous:
To browse a working copy FSVS would have to be implemented as a library, with callbacks for kdesvn.
Yes, think so. It should done by library not by kdesvn. eg. I'll never care of whate type a working copy and/or a repository is (fsfs or dbm), the subversion backend selects it. So it should work out of the box.
Real new points I have to check if it is released. And thanks for your hint!

Replying to johannes_graumann@web.de:
As far as repository browsing is meant, no changes should be necessary - FSVS uses a normal subversion APIs, too.
To browse a working copy FSVS would have to be implemented as a library, with callbacks for kdesvn.