I need to set up my environment to do PHP code versioning, but I'm not sure where to start. The repository on the Linux / Apache server is created and I already installed Tortoise on my machine and then started the questions.
1) Which directory to use locally?
For example, my current directory /localhost/app
and I have the code there then:
a) I must create SVN in the same folder (because that's where I'm going to change it) and then do the checkout , or
b) I need to have a 'share' directory for SVN, and after all ok in localhost , copy to SVN folder via xcopy
checkout ?
2) Remote Sync
When uploading the files and the version is 'worth', I'll be playing the files in /srv/svn
on the server, but to really be worth the right it was to play for /srv/httpd/app
for example, how should I do to override current version for this one I just uploaded?