SVN repository groups
I have two repo groups: SVN and GIT. Under SVN group have child repo group EVERTOP. Under this group is repo called Test imported from SVN. Path for repo on fs is: /home/rcdev/repositories_store/SVN/Evertop/TEST.
Checkout from client is not possible because error: Could not find the requested SVN filesystem.
Log from apache2/error.log:
[Tue Sep 26 00:05:36.820364 2017] [:error] [pid 3384:tid 139824136681216] (20014)Internal error (specific information not available): [client ::1:38488] Can't open file '/home/rcdev/repositories_store/SVN/format': No such file or directory
[Tue Sep 26 00:05:36.820385 2017] [dav:error] [pid 3384:tid 139824136681216] [client ::1:38488] Could not fetch resource information. [404, #0]
[Tue Sep 26 00:05:36.820388 2017] [dav:error] [pid 3384:tid 139824136681216] [client ::1:38488] Could not find the requested SVN filesystem [404, #2]
[Tue Sep 26 00:05:36.820390 2017] [dav:error] [pid 3384:tid 139824136681216] [client ::1:38488] Could not find the requested SVN filesystem [404, #2]
[Tue Sep 26 00:05:37.295702 2017] [:error] [pid 3383:tid 139824187037440] (20014)Internal error (specific information not available): [client ::1:38510] Can't open file '/home/rcdev/repositories_store/SVN/format': No such file or directory
[Tue Sep 26 00:05:37.295723 2017] [dav:error] [pid 3383:tid 139824187037440] [client ::1:38510] Could not fetch resource information. [404, #0]
[Tue Sep 26 00:05:37.295726 2017] [dav:error] [pid 3383:tid 139824187037440] [client ::1:38510] Could not find the requested SVN filesystem [404, #2]
[Tue Sep 26 00:05:37.295727 2017] [dav:error] [pid 3383:tid 139824187037440] [client ::1:38510] Could not find the requested SVN filesystem [404, #2]
[Tue Sep 26 00:05:37.622786 2017] [:error] [pid 3383:tid 139824178644736] (20014)Internal error (specific information not available): [client ::1:38532] Can't open file '/home/rcdev/repositories_store/SVN/format': No such file or directory
[Tue Sep 26 00:05:37.622802 2017] [dav:error] [pid 3383:tid 139824178644736] [client ::1:38532] Could not fetch resource information. [404, #0]
[Tue Sep 26 00:05:37.622805 2017] [dav:error] [pid 3383:tid 139824178644736] [client ::1:38532] Could not find the requested SVN filesystem [404, #2]
[Tue Sep 26 00:05:37.622806 2017] [dav:error] [pid 3383:tid 139824178644736] [client ::1:38532] Could not find the requested SVN filesystem [404, #2]
If repo isn't under any repository group, checkout work fine.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Marcin Kuzminsk... on 25 Sep, 2017 10:14 PM
Have you connected our mapping file to apache ? in the http svn docs we have a way in which you should connect apache and rhodecode. THere's a special mapping file that tells apache where to find repositories on filesystem if they are inside repositroy groups. This file gets u[dated each time there's a new repo group or repositories are moved between repository groups.
This should solve the problem you're describing
Cheers
2 Posted by mpaszek on 03 Oct, 2017 05:48 PM
Yes, You were right. After create mapping file everything work well.
mpaszek closed this discussion on 03 Oct, 2017 05:48 PM.