RE: [bme-develop] Code imported into CVS
Status: Planning
Brought to you by:
sirmik
|
From: Hector D. G. <al7...@ma...> - 2004-03-26 14:45:19
|
Hello, -- Mensaje Original -- >If I do this: > >cvs -d:ext:si...@cv...:/cvsroot/bme commit -m > >I get something like this: > >CVS: -------------------------------------------------------------------= --- >CVS: Enter Log. Lines beginning with `CVS:' are removed automatically >CVS: >CVS: Committing in . >CVS: >CVS: Modified Files: >CVS: Bme.proj src/Exceptions.h src/MsnApp.cpp >CVS: src/MsnProtocol/NetworkHandlers/MsnSBHandler.cpp >CVS: src/UserInterface/MsnChatter.cpp >CVS: src/UserInterface/MsnChatter.h >CVS: src/UserInterface/MsnLoginWindow.h >CVS: src/UserInterface/MsnNoticeWindow.h >CVS: src/UserInterface/MsnPreferencesWindow.h >CVS: -------------------------------------------------------------------= --- > When you do a commit without a message, you cvs will go into vi (the text= editor) mode, so you can enter the message into the log. There is a messa= ge on the log for every commit. Do you know who to use vi? It a command base= editor, type "a" to append text, "i" to insert, ":wq" to save and close the log. Regards, Daniel |