[EMAIL PROTECTED] wrote:
> Thanks for the replies. Regarding the 'millions of source 
> files' remark
> - sorry, but what I meant was my project has thousands (2000+) of
> source files, with a combined size (including bitmap resources etc) of
> hundreds of megabytes.
Ah, that sounds much more sane and manageable.

> That said, could you give a tip on what's the
> best way for the programmers to modify the project?
Same as I said the other day - try to break it down into smaller modules
that can be compiled independently.

Also keep in mind that you don't have to do a full checkout every time
someone checks in a file - you only have to update the file(s) that changed.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. ( http://www.leitch.com )
Columnist, C/C++ Users Journal ( http://www.cuj.com/experts )


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to