wfredrickson wrote:
> I am trying to allow access to a (Google's) SVN server, but we have
> BorderManager (3.8 and NetWare 6.5). Is there any way to make this work?
> SVN requires the HTTP methods:
>
> OPTIONS, PROPFIND, GET, REPORT, MKACTIVITY, PROPPATCH, PUT, CHECKOUT,
> MKCOL, MOVE, COPY, DELETE, LOCK, UNLOCK, MERGE
>
> Is it possible to have BorderManager allow these methods? Has anybody
> got SVN (or CVS) working though BorderManager?
>
> Thanks,
> wf
>
>
Take a lan trace at bm server and see why fails.
lookign at the http commands, it might not work in 3.8. In 3.9, there is
an internal proxy.nlm where webdav method has been implemented so
allowing the lock, unlock commands to work so it may be that you're
seeing this limitation in 3.8. But without a lan trace, it is just a
guessing.