"Jason Mowat" <[EMAIL PROTECTED]> writes:

>I would like to know if this is one area that =
>CVS can do (VSS can do it): sharing.  In Visual Source Safe, you can =
>share a single file among projects.  When the shared "centralized" file =
>changes, it changes in all the projects.  When the shared file in a =
>project changes, it changes all related files in other projects by =
>updating the centralized copy.

You can do that in CVS, if you are willing to share entire directories
or directory trees as opposed to isolated files.  Use submodules
("amperstand modules") in the modules file.

You may need to reorganize your source tree to avoid mixing shared
and non-shared files.  In any one directory of a checked-out sandbox,
all the files must originate from a single directory in the repository.

--
Pierre Asselin
Westminster, Colorado


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to