P
P
Pavel2015-06-18 11:44:01
CVS
Pavel, 2015-06-18 11:44:01

What is the best protocol to connect to the svn server?

Which protocol is better to connect via http or svn?
What is the difference?
Do they have the same access?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri, 2015-06-18
@ambrous

Access is configured differently. For HTTP/HTTPS, you will have to use a web server with a dav module.
The protocols differ, oddly enough, in the protocol. In HTTP, you communicate with the SVN server over HTTP, respectively, the user rights for accessing the repository and authorization are configured using the HTTP server access tools. This, IMHO, is somewhat more convenient than picking the config files of each repository. In fact, you can put all access rules in one file, which is much more convenient to change.
And it's better (safer), nevertheless, to use HTTPS or svn + ssh.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question