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

RE: svn deployment help

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Tue, 20 Jul 2010 12:03:31 +0100

I don't think such a tool exist but we use svn:externals to do something similar.

Basically we have a folder called Public that contains the documentation available to customers. We then set svn:externals on that folder pointing to the docs we want to make public. The web server just checkouts and update this folder and not the whole repository.

Giulio

Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03

________________________________

From: Tom Cruickshank [mailto:tcruicksh_at_gmail.com]
Sent: 20 July 2010 11:47
To: users_at_subversion.apache.org
Subject: svn deployment help

Hey Guys,
    I'm doing research on svn and wondering if anyone might have an ideas for this. I'm setting up SVN so that I have a SVN repository on my development machine which will then be able to deploy files to my production environment.

I'd like to be able to pick and choose which files I want to deploy (not automatically deploy all the files which have been recently committed, using hooks). I'd also like to (preferably) have a GUI based tool (web based also works) to choose the files
and then have them deployed to the production environment.

Does this type of deployment tool exist?

Would appreciate assistance. Thanks!

Tom
Received on 2010-07-20 13:04:35 CEST

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.