"David Rasmussen" <[EMAIL PROTECTED]> skrev i en meddelelse
news:[EMAIL PROTECTED]
> I want to have easy access to my repository from everywhere. I know that
>   the easy answer is a pserver, but I am not allowed to run a pserver on
> the machine that I can access from everywhere.
>
> Is my only option to check out my stuff, tar the checked out directory,
> move the tar file to the local machine I happen to be at, edit, tar,
> copy back to the cvs machine, untar and then commit? I hope there is an
> easier way.
>
> The machine in question is running a very strict firewall that only
> allows ssh, nothing else.

Hi David,

ssh is enough. Just set the env vars

  CVS_RSH=ssh
  CVSROOT=:ext:[EMAIL PROTECTED]:/pathto/cvsroot

before running CVS.

See http://cvsbook.red-bean.com/cvsbook.html#Accessing_A_Repository

Best regards,
  Claus


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to