Extending TRAMP with Subversion Support

108 views Asked by At

After having seen

https://github.com/dougm/vagrant-tramp/blob/master/vagrant-tramp.el

I wonder if anybody has written a similar extension for making svn repos TRAMP-browseable over ssh?

It would be an extra super-bonus if the implementation could make use of keep-alive logic to minimize browsing latency.

1

There are 1 answers

2
jch On

In principle, the dav:: method of Tramp should work on Subversion repositories. Unfortunately, it is not a native Tramp method: it delegates to gvfs, which is a C daemon which pulls in a lot of dependencies.