Files
harbour-core/harbour/doc/cvshowto.txt
1999-10-07 16:17:09 +00:00

27 lines
920 B
Plaintext

/*
* $Id$
*/
Here's how to upload you changes to the CVS server
==================================================
1.) Do the changes in the source, and in parallel modify ChangeLog
2.) Go online
3.) CVS LOGIN
4.) CVS UPDATE
5.) Resolve all conflicts (mostly ChangeLog)
6.) Copy the last ChangeLog entry to the clipboard
7.) CVS COMMIT (starts another task on my system)
8.) New email message, paste the new ChangeLog entry
9.) Copy and paste the date&time to the subject after "CHANGELOG: "
10.) The CVS pops up a window with the changed filenames
11.) Check if all the changed filenames are referred in the ChangeLog entry,
if not, make the corrections and start again
12.) Paste the date&time to the CVS window, save, exit
13.) CVS is now uploading,
if there are any errors, make the corrections and start again
14.) Send the email message containing the changes
15.) Go offline
Victor Szel