Re: Perl API SVN::Ra::get_commit_editor2 causes TypeError

2010-07-10 Thread yary
Just a stab in the dark, what version of Subversion do you have on that box? It looks like this perl module comes bundles with Subversion 1.4 and some users have complained that it doesn't first check to see if there is a subverison installed for it to use. It also looks like that module was last

Re: How to build with http/https: access via serf, and not neon?

2010-06-02 Thread yary
Hi Campbell, I can build a working binary as well, it's just that the client doesn't have the http: method when built with only serf and --without-neon. It sounds like you're building it with neon in each cases, just not using the --with-neon flag; omitting the flag makes configure look for it in

How to build with http/https: access via serf, and not neon?

2010-05-31 Thread yary
Hello, I've retrieved the /subversion-1.6.11 tarball from http://subversion.tigris.org/downloads/subversion-1.6.11.tar.bz2 . I can configure and build it with serf- eg configure: serf library configuration checking serf.h usability... yes checking serf.h presence... yes checking for serf.h...

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 are