Hi!

> Hi, is it possible to setup a folder in VisulaSVN that is accessible
> using WebDAV over HTTPS,
> e.g. https://my-devhost.com/build?
>
> HTTP could also work if that’s easier, but we are using VisulaSVN with
> SSL and subversion authentication.

First of all, it's need to say that WebDav isn't supported in
VisualSVN Server. Please consider to use "svn import" command in order
to upload your builds to Subversion repository.

However, you can try to add (on your own risk) the following lines to
the httpd-custom.conf file:
[[
<Location /svn>
SVNAutoversioning on
</Location>
]]

Hope this helps!

-- 
With best regards,
Danil Shopyrin
VisualSVN Team

Reply via email to