This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new ab3f7ee8 Note on local SVN setup
ab3f7ee8 is described below

commit ab3f7ee82ad07e0d77e9b5ed7a3a96f5e5c0c0c5
Author: Sebb <[email protected]>
AuthorDate: Sat Apr 6 17:37:13 2024 +0100

    Note on local SVN setup
---
 DOCKER.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/DOCKER.md b/DOCKER.md
index f2401613..d0455fc1 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -132,6 +132,24 @@ To correct this, do the following:
 
 Adjust as necessary if using local (private) SVN repos
 
+There is no support for using a whimsysvn proxy.
+If a developer needs such access, they should use a local SVN repository.
+
+Using a local SVN repository
+----------------------------
+Create a directory called REPO (must agree with docker-config/whimsy.conf) 
under the whimsy parent directory
+(i.e. alonside the gems/ directory)
+Set up 3 local SVN repositories under the REPO directory using `svnadmin 
create` with the names: asf, private, infra
+Under each of these, create the directories and files you need.
+
+Add the following entry to the .whimsy file: `:svn_base: 
http://localhost/repos/`
+The repositories can then be found at the following locations in Docker:
+- http://localhost/repos/asf/
+- http://localhost/repos/infra/
+- http://localhost/repos/private/
+
+Note: these will be checked out under /srv/svn in Docker.
+
 Testing email
 -------------
 

Reply via email to