Hi,
We're a small team and we're running subversion and apache on the same server.
We're currently facing a small problem: everyone saves their edits of our web application directly to the server, which means countless errors when we all work on the same class.
Now we're trying to solve this by letting the server use the files in subversion only, so that everyone can freely edit their files without breaking the application.
Any idea how I can do that?
by the way, we're running Apache on a Windows machine.