How much will be difference between building php sites with SVN and not using it
Posted
by
user1315279
on Programmers
See other posts from Programmers
or by user1315279
Published on 2012-07-08T06:08:02Z
Indexed on
2012/07/08
9:22 UTC
Read the original article
Hit count: 180
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 use PHP designer as IDE to edit files and i can see the results on test.mydomain.com
I just want to know how much will be the difference with SVN. I mean what will be the steps
© Programmers or respective owner