I would suggest looking at the SVN::Notify::Mirror perl module:
http://search.cpan.org/~jpeacock/SVN-Notify-Mirror-0.040/lib/SVN/Notify/Mirror.pm

It includes a Perl script that is intended for using within a
post-commit hook script to perform updates of a working copy after
each commit.  I have been using it for automated deployment of code
changes to a test web server for a few years now with generally
reliable results.

chris

On Mon, Nov 18, 2013 at 8:08 AM, <vanderwalt.dev...@columbus.co.za> wrote:
>
> 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 <nka...@gmail.com>
> To:        vanderwalt.dev...@columbus.co.za
> Cc:        Subversion <users@subversion.apache.org>
> 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,  <vanderwalt.dev...@columbus.co.za> 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

Reply via email to