1. How do I transfer code from /devel to /release properly using Eclipse under Windows?
(This isn't a proper answer as I don't know with Eclipse, but it's probably similar). I have my IDE set up with two CVS 'tools', one configured for /devel and one for /release. I haven't tried it yet on the release (!) but I should be able to just do the updates once a week with the /release version just as I do with the /devel version... It's a pain to set up though for all the different CVS commands, so I've only got a subset, which grows as I need them. MartinHill - 30 Jul 2003
2. During an update, why do I get a "Problem writing X. Resource X already exists." message, and how do I fix it without deleting the file, updating CVS, replacing the file, and updating again?
Again someone needs to check this; this is a CVS error rather than Eclipse. Your solution works (!) and is the easiest one I know of - you can move the file, update CVS, then copy the file back again and do the commit, that way you don't lose any changes. MartinHill - 30 Jul 2003
-- ElizabethAuden - 29 Jul 2003