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

[TSVN] Re: SVN for different setups?

From: Jens Scheidtmann <Jens.Scheidtmann_at_bayerbbs.com>
Date: 2004-07-26 10:31:04 CEST

"Jan Bergquist" <jb.bergquist@telia.com> writes:

[...]
> Most of the code, say 10 modules (A-J), are identical for test and
> production.
> For test vs production 2 files (say K and L) have to be slightly different.
> They are rarely changed.
>
> I need to set up my working copy for testing (A-J and KL/test).
> When this is ok, I need to distribute the new versions (A-J and KL/prod) to
> the 'real' web site, via FTP.
[...]

I would do it like this:

- Have 10 + 2 + 2 + X files in the working copy.
- write scripts which handle KL/test and KL/prod depending on the
  build target (ant, make, whatever --- that would make up the X).
- Tag a new version before upload to prod.
- Do a clean checkout of the newly tagged version.
- Upload the newly checked out version to prod.

HTH,

Jens

-- 
Jens.Scheidtmann@bayerbbs.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jul 26 11:58:50 2004

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

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