strider icon indicating copy to clipboard operation
strider copied to clipboard

Subversion Server support for Strider

Open shaunakv1 opened this issue 10 years ago • 4 comments

Does strider support SVN repositories?

shaunakv1 avatar Jan 29 '15 03:01 shaunakv1

@shaunakv1 I don't think anyone has written a plugin for it, although you could in theory build one by understanding how the git provider works https://github.com/Strider-CD/strider-git and creating a subversion one.

kfatehi avatar Jan 29 '15 08:01 kfatehi

Thanks @keyvanfatehi I will start looking into it. I already built a first prototype of SVN CI in node sometime back (https://github.com/shaunakv1/nodejs-svn-continuous-deployer) .. then I found Strider :) From a quick look at strider-git it looks like it is using all the same components, I'll try to put in some time this weekend to see if I can adapt..

Are there any specs or wiki on how how providers are designed to work?

shaunakv1 avatar Feb 02 '15 22:02 shaunakv1

@shaunakv1 cool! then i think you're well-prepared to do this. you may need to work in the strider codebase and see how the "manual add" interface is working. I am pretty sure, though, that that page actually goes through the providers and renders their HTML or something like that -- you just need to look at the git provider and see...

unfortunately there are no proper docs on the subject, only reference implementations

kfatehi avatar Feb 04 '15 08:02 kfatehi

@shaunakv1 Did you get a chance to look into it, do you have a repo or something set-up? I'd be able to provide some help.

Nepoxx avatar Oct 28 '15 19:10 Nepoxx