Den fre 27 jan. 2023 kl 20:51 skrev James Hart <jh...@definitiveconcepts.com
>:

> Current Server is Windows Server 2019 Essentials
>
>
>
> Old Server that ran SVN for years was Windows Server 2012… still have old
> machine it was running on vmware
>
> It has been so long since I tried to get it going I can’t exactly remember
> what I did.
>
>
>
> I used just plain subversion
>
>
>
> https://”Server address”:3690/svn
> <https://filemaker.definitiveconcepts.com:3690/svn>
>
>
>
> Says please wait while repository browser is initializing… never comes back
>

Your URL is a bit ambiguous; it says "https" while at the same time using
the port 3690. The port number indicates that you want to use the svn://
protocol - but it is of course possible to configure a http server on port
3690, although a bit unusual.

If you would like to use the svn:// protocol, you must configure svnserve
to listen to that port. Check the svn book:
https://svnbook.red-bean.com/en/1.7/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.invoking.winservice

(You must also configure the Windows Firewall to allow svnserver/port 3690
through the firewall).

If you want to use the https:// protocol, you must setup a web server to
listen to port 3690.

Kind regards,
Daniel

Reply via email to