Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3988  / 1 Year ago, fri, march 17, 2023, 11:14:31

I need an SVN repo, just local on my PC. What I did was



mkdir ~/svn/MyProject
svnadmin create --fs-type fsfs ~/svn/MyProject
svnserve -d


Under ~/svn/MyProject, there's a conf folder, so I take it that creating the repo was successful.



I would expect the repo to be accessible under svn://127.0.0.1/svn/MyProject but it isn't. Are there other steps that I need to take?


More From » svn

 Answers
3

Just to note:



If you starting svnserve without rooting to parent of repo-collection (-r parameter), URL in path-part must contain full path from the root of filesystem to the repo-folder, like



svn://127.0.0.1/home/user/svn/MyProject


[#30297] Saturday, March 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
giccolla

Total Points: 161
Total Questions: 124
Total Answers: 117

Location: Aland Islands
Member since Wed, Nov 17, 2021
3 Years ago
giccolla questions
Sun, Oct 17, 21, 05:39, 3 Years ago
Mon, Aug 1, 22, 02:00, 2 Years ago
Sun, Nov 21, 21, 08:21, 3 Years ago
;