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

Re: Re: Relationship between repository and production code

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 29 May 2012 09:02:43 -0400

On Tue, May 29, 2012 at 7:37 AM, Steve Swift <steve.j.swift_at_gmail.com> wrote:
>> 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.
>
> I'll play with these ideas, thanks. We already have a test directory and a live directory on the server, with mechanisms to copy changes ftom test to live, so I'll probably make the test directory a working copy.
>
> So my process will be:
>
> 1. Change local working copy
> 2. Commit, which automatically updated the test directory on the apache server
> 3. Test the code via apache, using the test directory
> 4. Copy it to production

But copy it from where? Your test server? What if someone with access
to that server changes your code to "fix" a bug? Now what you've
copied to production doesn't match what's in the repository.

Copy from Subversion? What if you've committed other changes that
haven't been fully tested yet?

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-06-02 03:13:37 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.