Hey everyone!

I've launched a svn server based on garethflowers/docker-svn-server 
(Github) on my Synology DS220+ NAS. First tried this tutorial 
<https://kb.synology.com/en-af/DSM/tutorial/How_to_launch_an_SVN_server_based_on_Docker_on_your_Synology_NAS>
 
but that failed on the iF.SVNAdmin package (error 500).

The image was downloaded via the Synology GUI of Docker:
[image: chrome_aKve6QWhko.png]

The svn server was launched via PuTTY using the following command:
sudo docker run --name svn-nas -d --restart=always --volume 
/volume1/Data_SVN:/var/opt/svn --publish 3690:3690 garethflowers/svn-server

Data_SVN is the shared folder I've created on the NAS to store versioning 
data.

A repo was created using the following command:
sudo docker exec -it svn-nas svnadmin create repo01

When right-clicking a folder in Windows (computer in the same network as 
NAS) and selecting TortoiseVPN > Repo-Browser it refuses to find the 
repository. I've tried:

   - svn://ip-address
   - svn://ip-address:3690
   - svn://hostname
   - svn://hostname:3690
   - svn://ip-address:3690/var/opt/svn
   - svn://hostname:3690/var/opt/svn
   - (and numerous other combinations)

Nothing works. Did I make a mistake in my command line to start the Docker 
container? Should I try another path?

In any case: thank you for reading!

Synology DSM 7.1-42661 Update 4
Docker 20.10.3-1306
docker-svn-server 1.7.0

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/fe55d267-afeb-4eda-a9c6-99654f366b51n%40googlegroups.com.

Reply via email to