- Feb 7, 2001
- 1,637
- 0
- 0
What I'd like to do is use Subversion or CVS to help keep archived copies of all of our code for our website.
What I'm confused about is it seems like all code in the subversion repository is in some special form in some special directory structure... how do I get those files *OUT* of subversion to be able to test them / compile them / have apache edit the PHP scripts?
Right now all of the code sits on a development server in the /usr/local/www/ directory, can I do something like make /usr/local/www/ a symlink to the latest version of all of the files in the subversion repository or....? How does this work?
Thanks so much!
What I'm confused about is it seems like all code in the subversion repository is in some special form in some special directory structure... how do I get those files *OUT* of subversion to be able to test them / compile them / have apache edit the PHP scripts?
Right now all of the code sits on a development server in the /usr/local/www/ directory, can I do something like make /usr/local/www/ a symlink to the latest version of all of the files in the subversion repository or....? How does this work?
Thanks so much!