Hi, Thanks for the response.
Here is more information : i do use the following structure to keep my projects: /bin /doc /src /obj But i do use some use some external libs that i normally place at : /src/libname I understood that cvs would require an exclusive module to store external libraries, so i would need to change my structure to : /bin /doc /src /obj /libname .. wich i would lile to avoid. Regards, Vitor -----Mensagem original----- De: Larry Jones [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 23 de marco de 2005 00:02 Para: Vitor Cc: [email protected] Assunto: Re: third-party sources sharing same directory Vitor writes: > > And an second third-party source also is added into the same dir, creating > some files in "HERE" and creating some subdirs. > > Is this an problem ? Only if there's a name conflict between files in the two different third-party sources. But why would you want to put two apparently unrelated things in the same directory? It seems like you're just asking for trouble in the future. -Larry Jones >From now on, I'm devoting myself to the cultivation of interpersonal relationships. -- Calvin _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
