Files with .# in my war, why? [message #173721] |
Sun, 09 July 2006 22:48  |
Eclipse User |
|
|
|
Originally posted by: fsa3.optonline.net
I noticed that in the war files that I'm exporting there are lots of files
that begin with .# and then what looks to be a cvs version number appended
to them. Anyone know why that is happening and what I can do to prevent
it?
Thanks,
Frank
|
|
|
|
|
|
Re: Files with .# in my war, why? [message #174081 is a reply to message #173770] |
Wed, 12 July 2006 09:38  |
Eclipse User |
|
|
|
Originally posted by: alex_blewitt.yahoo.com
I actually saw these in an unrelated CVS project I was working in. If you make uncommitted changes to a file, then do a cvs update on the command line, your uncommitted changes get backed up as the .# file.
I'm not sure why this would happen, but it's possible that you're editing the files (either manually or automatically) and that when a CVS update occurs, CVS is moving the file
out of the way. This might happen e.g. if you have some files in a build folder (e.g. WEB-INF/classes) checked into CVS, and the build process keeps putting newer versions in there (which are then overwritten by CVS during a CVS update). Or it may be that your editing tools are updating the timestamp of the files even though they're not being changed, so CVS is moving them out of the way.
I also know of problems with files, timestamps, and samba shares when Windows and Linux are involved; if you're hosting your files from a Windows box onto a Linux Samba share, then CVS might be thinking that the files have changed (different timestamp) even though Eclipse doesn't (and therefore doesn't offer a merge).
You should be able to see if you can re-create this by doing a lot of CVS updates and looking for .# files being generated. That might give you a clue; and you can 'diff' the files and/or check the timestamps to see what's there.
Alex.
|
|
|
Powered by
FUDForum. Page generated in 0.04049 seconds