> From: vanderwalt.dev...@columbus.co.za 
> [mailto:vanderwalt.dev...@columbus.co.za] 
> 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? 

Use Jenkins (or other Continuous Integration software) to automatically deploy 
new commits to the server, and this would be out of the box functionality.  
Jenkins can be installed as a war, so you could drop it into Tomcat on your dev 
server as well.
 
Process:  Devs check into their own local workspaces.  Jenkins polls subversion 
for new commits.  Jenkins automatically deploys to the dev server when it sees 
the new commit.


Reply via email to