Auto-deployment of subversion files in apache server
Posted
by KeyStroke
on Stack Overflow
See other posts from Stack Overflow
or by KeyStroke
Published on 2010-04-14T08:30:32Z
Indexed on
2010/04/14
8:33 UTC
Read the original article
Hit count: 202
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.
© Stack Overflow or respective owner