From b3e21d4b026d026bcbd186cc2b9db7490cebe701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 18 Apr 2018 13:59:48 +0200 Subject: [PATCH] Added CLI command to SVN doc --- docs/docs/user_manual/subversion.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/user_manual/subversion.md b/docs/docs/user_manual/subversion.md index 2df548e..bbb3b26 100644 --- a/docs/docs/user_manual/subversion.md +++ b/docs/docs/user_manual/subversion.md @@ -21,3 +21,5 @@ file is bundled with Attract's source code, and needs to be copied to the Subver PROJECT_URLS = { # Mapping from SVN repository name to Attract project URL. 'svnreponame': 'p-123456789', } + +The authentication token must be created on the server using `manage.py attract create_svner_account {emailaddress} {project-url}`