Peter Biechele wrote:

> Does anybody have an idea on how to use symbolic Links in CVS ??
>
> Thank you for any help !

If you mean how to check them in, don't.  There used to be support for
it but it caused a lot of problems, has been broken for awhile, and is
unlikely to be fixed.  Use a script or make them part of one of your
makefile targets (perhaps 'make install'?) if it is important.

A script could be as simple as 'find -type l |xargs tar cvf - |bzip2 -c
>links.tar.bz2'.  Then keep that file checked in.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
I will not carve gods.
I will not carve gods.
I will not carve gods...

          - Bart Simpson on chalkboard, _The Simpsons_






_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to