RE: [bme-develop] Code imported into CVS
Status: Planning
Brought to you by:
sirmik
|
From: Daniel G. <al7...@ma...> - 2004-03-25 23:43:15
|
Hi there. > I tried to upload some of the files I modified to cvs but it didn't > seem to > work...I updated Daniel's code with the changes I made earlier...time > is in > front of the message now, font effects work(but not entirely) and I > changed > insertIm in the MsnChatter class to insertIM(BMessage *msg)... > Oh...can someone check if my code is in cvs...I tried the sf cvs > page, but > only Daniel showed up as the one who commited code...oh one kind > request...since my compiler here gives out warnings when a file is > not ended > in a read line...could you just place an enter at then end of each > file when > coding? that way probably only the warnings I truely need turn up > My compiler has the same problem, even with Be's headers. Did you commited your changes to the cvs? I am not seeing your changes on the code. To see if the status of the repository I am using the following command cvs -d:ext:the...@cv...:/cvsroot/bme status * This compares the code on your hard drive to the one on the repository. All the files appear as up-to-date, so your changes have not been commited. Try cvs -d:ext:the...@cv...:/cvsroot/bme commit -m "Message log" file1 file2 Update will download the latest version on sourceforge to your hard drive. Daniel |