AW: AW: SVN on docker/kubernetes/openshift - shared storage?

2018-11-29 Thread Tietz, Jonathan
Hi Brane, thanks for your response. To understand you right, if we are using many svn-instances and one shared storage AND we are using a loadbalancer, we have to ensure that write operations will only be done on ONE svn-instance. That means we have to choose between http method. I found one

Can SVN pull request same as GIT?

2018-11-29 Thread Nathan
Dear Sir, We want to develop a feature like git pull request . But it is not easy to develop. Svn has only one server , how to store the patches? If build failed , how to revert working copy. How to resolve the conflict. Git is a better , it can support pre-commit code review, pull request by