Hi Frank:
Ok, my RRADical drum abstractions are up in the CVS. Took me a little time to work out how CVS works (roughly) and I think they are up and I hope they are ok.
Man, was in a bit of a panic when Vim came up after I did "cvs commit" for the log thing. Not having used Vim before, I was hitting keys almost randomly trying to get it to quit. Had to resort to a quick search on Vim tutorial to get out of it.
So, for now, I did not do any log for the entries as I don't know how to use Vim yet.
I tried browse the cvs online right after I uploaded the abstraction and could not see them, I guess it might take a little time for it to be updated. Am I correct?
Thanks again for your help:)
Peace
CHUN
chun lee wrote:
Hi Frank:
Ok, my RRADical drum abstractions are up in the CVS. Took me a little time to work out how CVS works (roughly) and I think they are up and I hope they are ok.
Man, was in a bit of a panic when Vim came up after I did "cvs commit" for the log thing. Not having used Vim before, I was hitting keys almost randomly trying to get it to quit. Had to resort to a quick search on Vim tutorial to get out of it.
to avoid this :
cvs commit -m "i have something to say"
yeh, sevy
On Tue, Oct 19, 2004 at 02:48:37AM +0200, Yves Degoyon wrote:
chun lee wrote:
Hi Frank:
Ok, my RRADical drum abstractions are up in the CVS. Took me a little time to work out how CVS works (roughly) and I think they are up and I hope they are ok.
Man, was in a bit of a panic when Vim came up after I did "cvs commit" for the log thing. Not having used Vim before, I was hitting keys almost randomly trying to get it to quit. Had to resort to a quick search on Vim tutorial to get out of it.
to avoid this :
cvs commit -m "i have something to say"
Or else you can set the EDITOR environment variable to not use vim:
export EDITOR='my-notepad-program' cvs commit
Best,
Chris. ------------------- chris@mccormick.cx http://mccormick.cx
Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote:
On Tue, Oct 19, 2004 at 02:48:37AM +0200, Yves Degoyon wrote:
chun lee wrote:
Man, was in a bit of a panic when Vim came up after I did "cvs commit" for the log thing. Not having used Vim before, I was hitting keys almost randomly trying to get it to quit. Had to resort to a quick search on Vim tutorial to get out of it.
to avoid this :
cvs commit -m "i have something to say"
Or else you can set the EDITOR environment variable to not use vim:
export EDITOR='my-notepad-program' cvs commit
Better yet: run "vimtutor"
Knowing Vi(m) is important, you never know when you will need it. Also Vim is cool. (Editor flame war alarm!)
Ciao