[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Looking into using Subversion

From: Andrew Reedick <Andrew.Reedick_at_cbeyond.net>
Date: Mon, 18 Nov 2013 12:02:40 -0500

> From: vanderWalt.Devlyn_at_columbus.co.za [mailto:vanderWalt.Devlyn_at_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.
Received on 2013-11-18 18:04:32 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.