how to update a web server's content to the new svn changes?

Posted by ajsie on Stack Overflow See other posts from Stack Overflow or by ajsie
Published on 2010-03-31T01:45:50Z Indexed on 2010/03/31 1:53 UTC
Read the original article Hit count: 319

Filed under:
|

i use netbeans to check out projects from svn repo, then i edit the files and commit the changes. but how should i do to update the live web server content (in /var/www)?

should i in my ubuntu server use "svn checkout" and check it out to /var/www or should i use netbeans to check out to a local folder and then upload the files to /var/www with ftp or webdav (and which one of them should i use)?

© Stack Overflow or respective owner

Related posts about svn

Related posts about apache