Re: using PSexec to remotely run svnserver

2010-03-23 Thread yary
>Additionally, the Subversion development team has announced file:// >protocol should not be considered for production environments. Reread OP then, I'm trying to get away from using a file:// URL, using PSexec to execute svnserver.

Re: using PSexec to remotely run svnserver

2010-03-23 Thread Erik Huelsmann
On Tue, Mar 23, 2010 at 11:14 PM, Andy Levy wrote: > On Tue, Mar 23, 2010 at 15:46, yary wrote: >>>You should stop doing so immediately and set up a proper server. Any user >>>with direct file:-protocol access to the repository can access any part of it >>>(bypassing any path-based security you'v

Re: using PSexec to remotely run svnserver

2010-03-23 Thread Andy Levy
On Tue, Mar 23, 2010 at 15:46, yary wrote: >>You should stop doing so immediately and set up a proper server. Any user >>with direct file:-protocol access to the repository can access any part of it >>(bypassing any path-based security you've put in place) and can even delete >>the entire reposito

Re: using PSexec to remotely run svnserver

2010-03-23 Thread yary
>You should stop doing so immediately and set up a proper server. Any user >with direct file:-protocol access to the repository can access any part of it >(bypassing any path-based security you've put in place) and can even delete >the entire repository (accidentally or intentionally). What you ar

Re: using PSexec to remotely run svnserver

2010-03-23 Thread Ryan Schmidt
On Mar 23, 2010, at 12:40, yary wrote: > I'm using Subversion in a windows shop. We have a FSFS repository that > we're accessing via XP's filesharing (file: URLs with UNC paths). You should stop doing so immediately and set up a proper server. Any user with direct file:-protocol access to the

using PSexec to remotely run svnserver

2010-03-23 Thread yary
Hello, I'm using Subversion in a windows shop. We have a FSFS repository that we're accessing via XP's filesharing (file: URLs with UNC paths). Company policy won't allow us to install ssh/sshd, or to run any new services such as apache or svnserver as a deamon. We have PSexec installed on our sv