Re: [OT] quick CVS question

2001-06-14 Thread Tommi Komulainen
On Wed, Jun 13, 2001 at 10:16:43PM -0400, Noah L. Meyerhans wrote: > I thought I found the answer to this question a while back, but I either > misplaced it or was mistaken. > > Basically what I need to do is create symlinks on a source check out. > The repository contains a file foo, and I need a

Re: [OT] quick CVS question

2001-06-13 Thread Noah Meyerhans
On Wed, Jun 13, 2001 at 09:44:23PM -0400, Brenda J. Butler wrote: > > In the CVSROOT/modules file, define your module like so: > > myproj-o "ln -s bar foo" myproj Yes, I think that is what I was looking for. Though you're right that -o needs to be given a single argument. Accoring to t

Re: [OT] quick CVS question

2001-06-13 Thread Brenda J. Butler
On Wed, Jun 13, 2001 at 10:16:43PM -0400, Noah L. Meyerhans wrote: > I thought I found the answer to this question a while back, but I either > misplaced it or was mistaken. > > Basically what I need to do is create symlinks on a source check out. > The repository contains a file foo, and I need a

[OT] quick CVS question

2001-06-13 Thread Noah L. Meyerhans
I thought I found the answer to this question a while back, but I either misplaced it or was mistaken. Basically what I need to do is create symlinks on a source check out. The repository contains a file foo, and I need a symlink bar -> foo. Is there any way to ensure that this link is created ev