How much will be difference between building php sites with SVN and not using it
- by user1315279
I have been developing PHP sites for about 5 years but never used SVN.
But i am going to start in new company and they use SVN. Tomorrow is my first day.
I want to know that how site developement differes with SVN.
WITHOUT SVN
I make test account on Linux server via cpanel
I make database tables
Put all files in /home/user/public_html
and i…