Re: managing releases of web applications: is svn checkout the best way?

2008-10-07 Thread Michele Simionato
On Oct 7, 9:55 am, Ksenia <[EMAIL PROTECTED]> wrote: > Hi, > > For website development, I am using SVN repository to commit the code > from my development computer, and on the production server use svn > checkout to update the code to the latest version. > Is this the most common approach people us

Re: managing releases of web applications: is svn checkout the best way?

2008-10-07 Thread jdd
On Oct 7, 3:55 am, Ksenia <[EMAIL PROTECTED]> wrote: > Hi, > > For website development, I am using SVN repository to commit the code > from my development computer, and on the production server use svn > checkout to update the code to the latest version. > Is this the most common approach people us

managing releases of web applications: is svn checkout the best way?

2008-10-07 Thread Ksenia
Hi, For website development, I am using SVN repository to commit the code from my development computer, and on the production server use svn checkout to update the code to the latest version. Is this the most common approach people using? Or is there maybe a better way to manage "live" releases, l