|
Hi,
I have a sourceforge CVS repository on Sourceforge that I'd like to access. The problem is that I am using a proxy (WinProxy on a machine called proxy) in between my computer and sourceforge. I have tried : - Mapping the port 22 on WinProxy. This works fine, I can access my shell from my computer. I then tried to map the port 2401 (CVS port) on WinProxy and use the following command (I have CVS_RSH set to 'ssh') : cvs -d:ext:vmassol@proxy:/cvsroot/j2eeunit status somefile It seems to work, i.e. I get logged in but I cannot receive the result of the operation. It seems the result arrives on the proxy but is not forwarded to my computer : debug: Doing password authentication. vmassol@proxy's password: debug: Sending command: cvs server debug: Entering interactive session. Cannot access /cvsroot/j2eeunit/CVSROOT No such file or directory vma@OCTO-VMA /cygdrive/g/vma/projets/Encours/j2eeunit $ debug: Transferred: stdin 380, stdout 75, stderr 0 bytes in 1.0 seconds debug: Bytes per second: stdin 375.9, stdout 74.2, stderr 0.0 debug: Exit status 0 What can I do ? Do I have to use the -L and -R parameters of SSH ? If so, how ? (I tried to play with them quickly but it didn't work). Thanks a lot for any information/pointers on the subject. Vincent Massol |
