I have been working on this for a while, and I cannot find a solution (if any).
So the question is: Is there a way to make an svn update request through an HTML web form?
I tested several web SVN clients (including creating my own), but all of them do not have the ability to update.
I understand that this is a problem with the user rights that PHP uses, but even if I installed all the files on my system on 777 (I tried it on a virtual machine), I still can’t archive it.
Does anyone have any experience?
Thanks already.
I also looked through all the directories and set the owner to Everyone with full access. Now the problem with resolution cannot be ... I think.
Last edit: It seems I can not execute SVN if the script file is not in the root directory of the svn directory. The final code now looks like this: http://codepad.org/Kb2K8e6m
source share