Version control PHP Web Project
Posted
by Adam Lerman
on Stack Overflow
See other posts from Stack Overflow
or by Adam Lerman
Published on 2008-08-07T16:46:32Z
Indexed on
2010/03/17
21:11 UTC
Read the original article
Hit count: 160
We have a php project that we would like to version control. Right now there are three of us working on a "Dev" version of the project that all have our Eclipse linked to it with just an external folder, and thus no version control.
What is the right way, and what is the best way, to version control this (not necessarily the same I dont think)
We have a SVN set up but just need to find a good way to check in and check out that lets us test on the dev server. Any ideas?
© Stack Overflow or respective owner