vaine0
Posts: 14
Joined: Wed Jul 09, 2008 11:40 pm

Paths and Source Control

Fri Jul 25, 2008 5:56 pm

Let's say, that your development environment paths do not match your build environment paths, and let's say that your advanced installer project is under source control. Now let's say that inside your advanced installer project, you are building path variables to point at the bin wherein your executables are being dumped, post build. So you have 2 different file structures, i.e.

c:\developerMachine\source\bin
c:\buildMachine\source\bin

so, respectively

[SOURCE_ROOT] = c:\developerMachine
[SOURCE_ROOT] = c:\buildMachine

Ok, simple enough... that is until you commit changes to the project. Is there a separate file which contains these path variable definitions, so that it could _not_ be under source control? If not, is there another solution or perhaps could this be a future feature?

vaine0
Posts: 14
Joined: Wed Jul 09, 2008 11:40 pm

Re: Paths and Source Control

Sat Jul 26, 2008 3:15 am

Ignore the above.

Return to “Common Problems”