Amit Sharma writes: > > I want to implement hard links in CVS. My Server is in SUSE Linux > Enterprise Edition 7.0 and want to create har d links for few of the files > in the Same file system. Although I am able to do the same with the Soft > Links but in case of hard links Whenever I modify the file and Commit the > file through WinCVS Inode of the file changes and hard link is getting > removed, Please suggest if anybody has faced the same problem
It's not clear whether you're talking about links in the respository or in your working directory. If you're talking about links in the repository, *DON'T DO IT* -- it completely subverts CVS's locking protocol and may well corrupt your repository. If you're talking about links in the working directory, you'll just have to modify your build process (e.g., a Makefile) to rebuild the links as needed. -Larry Jones The surgeon general should issue a warning about playing with girls. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
