info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Info-cvs] CVS with proxy server


From: Derek R. Price
Subject: Re: [Info-cvs] CVS with proxy server
Date: Wed, 20 Sep 2000 11:06:35 -0400

To my knowledge CVS doesn't know how to do that.  Here are some possible
solutions:

1) You might be able to rig a proxy for pserver using transparent proxying.  I
don't know much about it but it was in the Linux Firewall or the Linux
IPCHAINS HOWTOs or someplace like that ( http://www.linuxdoc.org ).

2) If you have shell access to the proxy machine and shell access to the CVS
account, you can rig something like setting CVS_RSH=proxy-rsh-to-wherever.org;
and using a script to this effect:

    #!/bin/sh
    # proxy-rsh-to-wherever.org
    rsh proxy-machine rsh -l <remotecvsuserid> cvs-machine.wherever.org

3) Some combination of the above.  For instance using ssh, open a tunnel to
wherever.org through the proxy and pserver through that.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
This is the fourth?
                        - Thomas Jefferson's last words
                            (he died on the 4th of July)

MOHAMED HATEM wrote:

> Hi there
>
> Does any one know how to use the cvs with a proxy server.
> Where I want to build the mozilla on Linux Redhat 6.2 And I want to set the
> cvs to be working with proxy server.
>
> Please send me if YOU know any thing.
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]