Hi, Ryan,

Von: Ryan Schmidt [mailto:subversion-20...@ryandesign.com]
> > Sorry, I did not mention that I am writing a pure PHP client that
needs
> > to run on an environment on which the svn program is not available,
nor
> > any SubVersion PHP extensions are available. So using anything based
on
> > libsvn is not an option for me unfortunately.
> 
> That's.... ridiculous. Use an svn php extension. Or if you must, call
the
> svn command line program. Don't reinvent the wheel, because you
probably
> won't get it quite right, and you'll cause weird error messages or
> possibly even repository corruption.

Hmm. For http(s)://, svn:// and well set-up svn+ssh:// servers, he
should not be able to create repository corruption, right? I would
consider everything else to be a serious security bug in subversion.

For file://, this is a completely different game, I guess. :-)

Markus

Reply via email to