Re: Delphi in Source Code Control System
From: Henri Fournier (hfournier_at_qhrsoftware.com.no.spamo)
Date: 01/11/05
- Next message: David Farrell-Garcia: "Re: To buy or not to buy Delphi 2005"
- Previous message: Kevin Berry: "Re: Delphi in Source Code Control System"
- In reply to: Jason Swager: "Delphi in Source Code Control System"
- Next in thread: Kevin Berry: "Re: Delphi in Source Code Control System"
- Reply: Kevin Berry: "Re: Delphi in Source Code Control System"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 11 Jan 2005 09:21:18 -0800
We version all our components in StarTeam, but not the compiler. We setup
Delphi in a Virtual PC with all the components we used at that time. As we
move forward and upgrade components or Delphi itself, we just clone the last
Virtual PC session, and apply the updates. That way, we can go back to any
previous state to build the app. You can easily backup and archive the
Virtual PC files.
Henri Fournier
"Jason Swager" <jswager-remove@activevoice-remove.com> wrote in message
news:41e40426$1@newsgroups.borland.com...
> One of the projects I am working on has a requirement that the compiler be
> checked into the source code control system so that any given build of the
> project can be built with the same version of the compiler. Supposedly,
> this would allow a developer to build the project even though they don't
> have the compiler environment installed. But I am worried about how to go
> about getting the compiler into the SCC system.
>
> Project management says that its not necessary to have the full Delphi put
> into SCC - just the compiler portion so that a command line build done by
> Final Builder could build the project. I don't need to worry about the
> RAD
> editor, source code, examples, and many of the tools. Just enough to do a
> command line compile. I'm using Delphi 7.
>
> I've got a few questions that I'm hoping that the community or perhaps a
> Team B person could answer.
>
> 1) Is this legal? We've got licenses to cover our developers, but with
> Delphi in SCC, anyone with access to the SCC would theoretically have
> access
> to Delphi. Not the full environment hopefully.
>
> 2) How to go about doing this? A normal installation of Delphi has
> numerous
> registry entries, environment changes, and DLLs registered. Which ones do
> I
> need?
>
> 3) Has anyone done this before? If so, did they have any documentation on
> how to go about doing this?
>
> Thanks in advance,
>
> Jason Swager
>
>
- Next message: David Farrell-Garcia: "Re: To buy or not to buy Delphi 2005"
- Previous message: Kevin Berry: "Re: Delphi in Source Code Control System"
- In reply to: Jason Swager: "Delphi in Source Code Control System"
- Next in thread: Kevin Berry: "Re: Delphi in Source Code Control System"
- Reply: Kevin Berry: "Re: Delphi in Source Code Control System"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|