From: lang2 <wzh...@po...> - 2002-12-17 17:14:47
|
> > I'll submit usr_24.txt tomorrow. I do not recall > I've ever received the instruction for how to use > CVS. (e.g.CVSROOT env var). It would be a big help > if you can outline the procedure here. Alright then. Here is what you have to do: (These are for Linux) 1. Open a terminal 2. export CVS_RSH=ssh for csh or tcsh, use setenv CVS_RSH ssh 3. make a directory for vimcdoc 4. cd vimcdoc 5. cvs -z3 -d:ext:dev...@cv...:/cvsroot/vimcdoc co data 6. cd data 7. cvs -z3 -d:ext:dev...@cv...:/cvsroot/vimcdoc co doc 8. put your translated documents in doc along with other already translated ones. 9. cvs ci -m 'your own message' filename.txt will check that file in. This is a rough guide for Linux users. I will prepare a text in the guide.txt before the end of the week. For Windows user, grab wincvs and setup the enviroment. Do something similiar to what has been outlined above. If you have any problem, please let me know. lang2 |