Access to some files / folders on an SVN server running Windows 7

I am new to SVN and have installed VisualSVN Server on 64-bit Windows 7 Home Premium. I have a server setup to use SSL on a port 443. My router uses a virtual server entry to route incoming requests to the SVN server server by sending incoming requests to port 8443up 192.168.2.100:443. I have my clients (TortiseSVN 32bit) installed on Windows XP SP2 computers.

As a rule, everything works. I can access the repository from both clients through a browser using a specific URL, except that the server name is replaced with the IP network of the local network. In this case https://192.168.2.100:8443. I can also access the repository from the TortiseSVN Repo Browser.

My basic repository structure

  svn/
    PLATFORM_FOLDER/
     Project/
       branch/
       tag/
       trunk/

I Import the project by going to the root folder of the project on the client, and then using the menu item TortiseSVN → Import to upload the files / folders of the project to the project / trunk folder in SVN. There are no errors loading. FYI: In this case, the project and the Android application are developed using eclipse.

When I browse the repository through the clients web browser, everything is fine. But when I view the project from the TortiseSVN Repo browser, 2 of the imported folders give me errors:

PROPFIND of 'sn/!svn/bc/47/PROJECT/trunk/src/com/appname:Could not read response body: SSL error: wrong version number (https://192.168.2.100:8443).

xml, java- java .

xml .

, . SSL, ?

. ?, - , ?

+3
2

? , propfind -.

+1

:

PROPFIND of 'sn/! svn/bc/47/PROJECT/trunk/src/com/appname: : SSL: (Https://192.168.2.100:8443).

( ).

, - VPN VPN FortiClient. Subversion, Subversion CHECKOUT REPO BROWSER.

IP- 192.168.1. ###, IP- 192.168.2. ###. FortiGate 80C , SSL VPN- IP- 192.168.2. ###, , .

, FortiGate 80C, VPN 192.168.3. ###, voila - Subversion . " - SSL - " . :


Primary subnet:  192.168.1.0/255.255.255.0
FortiGate IP:    192.168.1.1
FortiGate address object:
   Name:                        SSLVPN_TUNNEL_ADDR1
   IP range:                    192.168.3[100-150]   
                                (This is the subnet for VPN clients.
                                 Previously was 192.168.2[100-150], which conflicted
                                 with the 192.168.2 subnet at the remote location)
FortiGate static route:
   Destination IP:              192.168.3.0/255.255.255.0
   Device:                      ssl.root
                                (allows VPN clients to access servers
                                 within the main office)
FortiGate Policy:
   Source Interface/Zone:       sslvpn tunnel interface
   Source Address:              SSLVPN_TUNNEL_ADDR1
   Destination Interface/Zone:  internal
   Destination Address:         all
   Schedule:                    always
   Service:                     ANY
   Action:                      ACCEPT
                                (allows VPN clients to access servers
                                 within the main office)

Primary subnet:      192.168.2.0/255.255.255.0
Belkin Router IP:    192.168.2.1
+1
source

Source: https://habr.com/ru/post/1793626/


All Articles