This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Moving C to its own directory (was Re: ObjC tree inlining)
On Wed, Nov 21, 2001 at 05:30:39PM -0500, Phil Edwards wrote:
> > I don't know of concret plans to implement encryption in
> > the client at the moment, but I expect it to be done in a reasonable
> > timeframe.
>
> It doesn't need to [re-]implement encryption. It just needs to be able
> to be tunnelled, like CVS/FTP/X11/RCP/NFS.
I suspect that SSH port forwarding could be used for this, e.g.
$ ssh -N -L 8888:subversion.server.example.com:80
zw