Re: SVN vs FTP/diff ( like winmerge )

2008-08-08 Thread Joeri B
> Joeri B wrote: > > New Job: > > - Deployment via SVN > > - Use SVN merge to merge test in live repos ( can cause problems > with different SVN clients! ) > > - Update the different servers (also cluster) > > Could you elaborate? svn merge merges to a working copy, not a > repository. So how

Re: SVN vs FTP/diff ( like winmerge )

2008-08-08 Thread Jochem van Dieten
Joeri B wrote: > New Job: > - Deployment via SVN > - Use SVN merge to merge test in live repos ( can cause problems with > different SVN clients! ) > - Update the different servers (also cluster) Could you elaborate? svn merge merges to a working copy, not a repository. So how does it work *ex

Re: SVN vs FTP/diff ( like winmerge )

2008-08-08 Thread Tom Chiverton
On Friday 08 Aug 2008, Joeri B wrote: > - Deployment via SVN Good. > - Use SVN merge to merge test in live repos ( can cause problems with I use SVN switch to switch to a tag made from the code tested on the staging servers... -- Tom Chiverton ***

SVN vs FTP/diff ( like winmerge )

2008-08-08 Thread Joeri B
I just transfered to a new Coldfusion job. But I ran into some annoying new deployment method for web applications. Previous job: - Deployment via Total commander ( diff ) - Using script to sync other server ( cluster enviroment ) ( on every deployment we archived the previous one in a zip, so