SVN Symfony Best Practice
Posted
by Daniel Hertz
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Hertz
Published on 2010-05-23T19:11:44Z
Indexed on
2010/05/23
23:20 UTC
Read the original article
Hit count: 291
So I am starting a Symfony project that I will be developing on my local machine and pushing changes everyday to the live server. I wanna use SVN as the version control but Im not sure what the best way to set it up is.
Do i make the actual html directory on the server be the repo so that when I check things in it goes live? Do I make it a separate directory and move things over by hand?
Any help would be appreciated!
Thanks!
© Stack Overflow or respective owner