dannysood
dannysood

Reputation: 1149

Subversion Control server that is accessible by different OS?

My company is planning to use subversion control server that is accessible to to every employee to improve the workflow. The problem is everyone is using different operating system hence we want to setup a server accessible to all different OS simultaneously.

So here is my question what OS should be used to setup the SVN server in (is linux a good choice?). And secondly if we use different SVN clients (for different OS) can we use the same server effectively?? I am looking for a free option only. Thanks.

Upvotes: 2

Views: 93

Answers (1)

DanielBarbarian
DanielBarbarian

Reputation: 5343

Subversion can run on many different operating systems and no matter what operating system you run the server on, the clients can use any supported operating system for that client. You can also use different client software on different workstations, it does not need to be the same.

http://subversion.apache.org/faq.html#portability

Upvotes: 3

Related Questions