So, I have an issue.
At my school (Georgia Tech), to remotely access our lab computers we have to use an SSH tunnel. It looks like
ssh -L 33389:PCNAME:3389 -l USERNAME SERVER.gatech.edu
Now, I want to be able to use svn to access my lab PC (PCNAME), but I want to use apache to log in. Is there a way to establish an SSH tunnel to PCNAME, but then access the HTTP interface for svn? Or am I stuck and need to stick to svnserve?