0

Support for SVN

조지훈 9 years ago in General 0
Hi. I've got this app knowing that it support svn, but finally I figured out that I saw the topic registered in the feedback page of Textastic homepage.

So I got disappointed that there is no option of svn for connection, but for another way, I drilled about using webDAV. And while working on webDAV I found that one of function of apache webserver, it supports webDAV and svn for version control. So that I connected to svn through apache webserver webDAV. So it seemed that all the ways go nice.

But, I've got something uncomfortable issue browsing files in my repository. When I connect the repository through HTTP protocol like http:{ip}:{port}/svn/test/trunk, it contains a directory like "er/2/trunk" but actually it is for viewing current revision information when I see it through web browerser. So the question or a request is that is there a way to ignore directories such like that, is for additional information for web browser.

I don't know about how it is going on that supporting various version control software, but if it is hard for supporting fully functional, then how about supporting things like making svn usable through webDAV and apache webserver's auto version control function through svn.