Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
At 27/1/2005 12:48, you wrote: >I just did a cvs update -d and I have two problems: > >(1) the Long list of files overflowed my screen buffer so I cannot scroll >back and examine all the files that were merged and need to be edited. Try cvs status -q >(2) What does it mean when it says "cvs update: move away >src/web/org/appfuse/webapp/action/StudioForm.java; it is in the way" StudioForm.java is in the repository and "cvs update" wants to put it on your sandbox, but a file with that same name is already there. Maybe you copied that file manually from another place.