That's if such files appear in users's sandbox - but I can found such files in the cvs server repository.
Main Topics
Browse All Topicsfind /var/cvs -name '.#*' # gives me files like
myProject/src/.#common.h.1
of course there's corresponding
myProject/src/common.h,v
fuser shows no one is using them. What are those files, is it safe to remove them?
OS is RHEL5
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Okay, I am not sure what they are for, but I did find them in my CVSROOT. They do not exist in any of my other CVS modules. I did a comparison of the .# vs the ,v file of the same file in CVSROOT and found out that the .#verifymsg file contains all the CVS history like version information, commit comments, etc. The verifymsg,v does not contain anything except the file contents.
However, if you look at any of your other ,v files in other modules (which I did) they contain the full history plus the contents of the file itself. Maybe someone who knows more about CVS can explain why this is happening, but the simple answer for you is this:
Do not delete the .# files. For whatever reason, if you see a .# and a ,v together, it seems CVS has split the information into 2 files. If you get rid of the .# you may lose your commit and version history.
Business Accounts
Answer for Membership
by: oklitPosted on 2009-02-03 at 03:09:04ID: 23535918
As far as I can see, this means, that there were some conflicts with common.h file. Original file is saved in .#common.h.1.26,v file. t/old/texi nfo/cvs/cv s_7.html#S EC30
http://www.cs.utah.edu/dep