Would using sym-links solve the problem? File A in repository 1 can have sym-links in repo 2 and 3. So whenever you make changes to File A in repo 1 the file is linked to repo 2 and 3.
I suppose this would not help if you wanted to have changes made in repo 2 or 3 as well. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of newbie Sent: Wednesday, March 05, 2008 8:10 AM To: [email protected] Subject: 'soft links' in cvs repository? Hi Group, Is there any way to use one file in different cvs repositories while keep it synced? (just like a soft link to the file). Let's say I have three files A, B, C. What I want to do is I need to put A, B in a repository 1, meanwhile I need to put A, C in another repository 2, but file A should be the same here. Whenever I commit changes for A from a checkout of repo 1, it should also be changed in repo 2. File A in repo 1 is just a soft link to repo 2. Any hints on this? Hope I was clear. Thanks.
