how to edit source files and commit the changes to the new website?

Posted by ajsie on Server Fault See other posts from Server Fault or by ajsie
Published on 2010-03-30T00:30:49Z Indexed on 2010/03/30 0:33 UTC
Read the original article Hit count: 324

Filed under:
|
|

i've got ubuntu installed with lamp.

im using webdav to upload/download files to/from the ubuntu web server, after i have edited the php source files in netbeans. however, i wonder what is best practice for editing source files and committing these changes to the new website.

cause if we are 2-3 developers, i guess we have to use svn. but i have never used it before so i wonder how it works.

should i install it and then select the /var/www (apaches webroot) as the repository folder? then when i check in, all the changes will apply immediately?

could someone please explain following steps: how to download, edit the source files, upload the files and see the new changes in the website.

cause i have only worked with a local apache before, and it was only me. now there will be some more programmers so i have to set up a decent, central environment for this, and have to know how netbeans, svn, webdav and apache works all together.

thanks!

© Server Fault or respective owner

Related posts about svn

Related posts about Development