It seems pretty dangerous to me to just push dev changes to production. I suggest you have a build server, the watches for commits, runs unit tests and then deploys to staging. Once staging is tested you can push to production.
But, yea, each dev should have their own working environment. It cause much less conflict and problems. BOb From: [email protected] [mailto:[email protected]] Sent: Monday, November 18, 2013 8:09 AM To: Nico Kadel-Garcia Cc: Subversion Subject: Re: Looking into using Subversion Thank for your response Nico. We what to debug from our development server. Not sure if there maybe is away to develop on the local PC, and check in the file into the repository (which will be on the Linux Server) which will copy it to the Tomcat's publish folder on the server? From: Nico Kadel-Garcia <[email protected]<mailto:[email protected]>> To: [email protected]<mailto:[email protected]> Cc: Subversion <[email protected]<mailto:[email protected]>> Date: 2013/11/18 02:11 PM Subject: Re: Looking into using Subversion ________________________________ They can, in theory, but it's awkward. Two people editing the same file, at the same time are really likely to run into conflicts or accidentally mix their changes into the same commit. So I don't recommend it. Why can't they work on their own copies, on their own Tomcat servers, with tuned local Tomcat configs, and merge their changes in their own branches to a single "master" that is what lives on the website? On Mon, Nov 18, 2013 at 4:09 AM, <[email protected]<mailto:[email protected]>> wrote: > Hi All > > I have been exploring the Subversion web site, also check out the High-Speed > Tutorial. But stilling trying to work out if Subversion will be useful for > us. > > We are developing a PHP Website hosted on our own Linux Server (a > development server). > We are also using Tomcat to host our website, and handle our Java Web > Services for the > website. > > The Developers are using Windows PC to develop, currently using, NetBeans > for PHP > development. And Eclipse for the Java Web services. > > The question is, can all the developers, work with the same working copy, > which will be > on the Linux server? > > Enjoy > Devlyn > ________________________________ > This e-mail is subject to the Columbus Stainless [Pty] Ltd Email Legal > Notices available at: http://www.columbus.co.za/EmailLegalNotice.htm. > ________________________________ > This e-mail message has been scanned for Viruses and Content and cleared by > MailMarshal > ________________________________ ________________________________ This e-mail is subject to the Columbus Stainless [Pty] Ltd Email Legal Notices available at: http://www.columbus.co.za/EmailLegalNotice.htm. ________________________________ This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal ________________________________
