Hello,

we run a subversion-server with apache and access it through https. Now we want 
to grant also external developers access to our repositories.
As subversion-client we use subclipse via JavaHL under Windows. The https-Port 
on the server is not reachable from any external network.

I've now found the subversion-feature "svn+ssh" and I would like to use it as a 
tunnel from those external developers computer.

So the URL would be "svn+ssh://user@hostname:220/srv/svn/project/" - normally 
we use the URL "https://hostname/repos/projekt/";

Would it work properly (e.g. executing hooks) or is it a problem to access one 
repository in two different ways? The URL 
"svn+ssh://user@hostname:220/srv/svn/projekt/" suggests that we are bypassing 
the svn-Module...

We also use some access-control features like "AuthzSVNAccessFile" in the 
Apache-configuration - am I right assuming that those access-control doesn't 
take effect when accessing over svn+ssh://?

Thanks in Advance.

Rgds.
Dieter
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Reply via email to