Is it possible to grant access to a folder in a SVN server using SVN's API?
Posted
by
Splendonia
on Pro Webmasters
See other posts from Pro Webmasters
or by Splendonia
Published on 2013-11-06T20:39:58Z
Indexed on
2013/11/06
22:09 UTC
Read the original article
Hit count: 168
I need to develop a web application (Using any language but I'm familiar with Frameworks Symfony2 and Rails), that is able to grant access to a user to a determined folder on another server on the same network from the application's front-end.
I found out that SVN has an API and that I could interact with it with PHP or Ruby (Apparently), although I would be willing to program the application on another language, the server where the files are stored is using Windows and I thought on using Virtual SVN server, however I can't find any function on the API to grant users access to files and/or folders or access of any kind, like you usually do using the GUI (VirtualSVN on Windows).
Am I missing anything? Is this even possible?
© Pro Webmasters or respective owner