Assaf Stone wrote:
> I've installed QVCS-Pro (v3.8), and SourceConnexion (an IDE plug-in for
> Delphi), to allow me to use source control for a project that has
> multiple programmers.
>  
> Unfortunately, when I try to compile a project, the DCU files get stuck
> with the source files, and not in the subdirectory that was set in the
> Project Options.

If your project-options file is in your versioning system, then you need 
to make sure you have the file checked out while you set your DCU output 
directory. It's the DOF file.

If the people on the project have different directory configurations, 
then the DOF file should not be in the versioning system (or at least 
not marked read-only while it's checked in) because then each programmer 
will have to check out the file, change it to match his or her own 
directory setup, and then check in the changed DOF file.

> Also, the ~pas files (all of the backup files that Delphi creates) get
> assigned as read only files, so when I try to save a file, I get an
> error trying to write over such a file.

The backup files and compiled files should not be in your versioning 
system. Only the source code goes there -- the files you'd need if you 
wanted to compile the program from scratch.

-- 
Rob


-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to