never mind, i work with cvs with no probalm
----- Original Message -----
From: Gilad Ben-Yossef <[EMAIL PROTECTED]>
To: Fialckove OR <[EMAIL PROTECTED]>
Cc: Ivrix Discussions <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, October 24, 2000 3:08 PM
Subject: Re: how to work with CVS?


>
>
> > Fialckove OR wrote:
> > i need to work with cvs
> >
> > how do i get the list of files that in the server?
> > how do i upload file?
> > how di i replace file?
>
>
> It's very dependent on how the CVS is setup. Using pserver? using rsh?
> local copy?
>
> The general theme is:
>
> "cvs checkout module_name" will grab from the server the module (=top
> level directory) you want.
>
> "cvs add filename; cvs commit" will upload a file.
>
> change a file and then "cvs commit" will update (replace) a file.
>
> For all these commands to work you need to have a CVSROOT enviorment
> variable defined and you need to be logged in (I assume you're using
> pserver setup)
>
> type: "export CVSROOT=":pserver:username@servername:/path/to/cvsroot" to
> define the CVSROOT and then "cvs login" and enter you're passwod when
> requested.
>
> Hope this helps,
> Gilad.
>
> --
> Gilad Ben-Yossef <[EMAIL PROTECTED]>
> http://benyossef.com :: +972(54)756701
> "The best cure for insomnia is to get a lot of sleep."


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to