2
I need to configure my environment to do PHP code versioning, but I’m having doubts about 'where to start'. The repository on the Linux/Apache server is created and I already installed Tortoise on my machine and then the doubts started.
1) Which directory to use locally?
For example, my current directory /localhost/app
and I have the code there then:
a) I should create the SVN in the same folder (because that’s where I’ll change) and then do the checkout, or
b) I must have a 'a part' directory for SVN, and after all ok on localhost, copy to the SVN folder via a xcopy
and then execute the checkout?
2) Sync and correction by
When the files are uploaded and the version is 'valid', I will be playing the files in /srv/svn
on the server, but to really be worth the right was to play to /srv/httpd/app
for example, how I should do to override the current version by this one that I just climbed?
Did the answer solve your question? Do you think you can accept it? See [tour] if you don’t know how you do it. This would help a lot to indicate that the solution was useful to you. You can also vote on any question or answer you find useful on the entire site
– Maniero