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

Re: Relationship between repository and production code

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 23 May 2012 10:17:39 -0400

On Wed, May 23, 2012 at 6:39 AM, Steve Swift <steve.j.swift_at_gmail.com> wrote:
> I'm a rank beginner with SVN, working my way through the "TortoiseSVN 1.7" book.
> I've imported the source of my project, and then checked it out to a working folder.
>
> The "code" of my project is a bunch of CGI scripts, which run from a folder /cgi-bin/sat/ under my Apache server.
>
> I can see how I can make changes, and commit them back to my repository, but how then would I get the new copies from the repository into production?

Konstantin gave you the answer that is usually given for this
scenario. If you need a more controlled update process, you can just
copy your scripts up to the server like you always have, or establish
a working copy there which you manually update.

> Would it be a good idea to modify my apache so that url's /cgi-bin/sat/... ran directly from the repository somehow?

This isn't supported by Subversion (any includes would get wonky at
best, if they're even workable), and it's not a good idea in the first
place.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2964611

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-05-23 16:18:25 CEST

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

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