fredag 31 maj 2024 kl. 11:18:44 UTC+2 skrev Mickae1:

Hi,

I'm on the last version of TortoiseSVN, when I tried to checkout a folder 
with a dot in the path ( .github ) I got the error on TortoiseSVN :

Error Access to
 Error 'fdgfdgfdgdfg/entt/.github/workflows/analyzer.yml'
Error Forbidden

But on my server ( apache with Dav svn I have the error:

[Fri May 31 10:07:16.595165 2024] [dav:error] [pid 54702:tid 
140136327116352] [client 4545454:50294] Provider encountered an error while 
streaming a REPORT response.  [500, #0]
[Fri May 31 10:07:16.595203 2024] [dav:error] [pid 54702:tid 
140136327116352] [client 4545454:50294] A failure occurred while driving 
the update report editor  [500, #32]
[Fri May 31 10:07:16.595208 2024] [dav:error] [pid 54702:tid 
140136327116352] [client 4545454:50294] Broken pipe  [500, #32]

I've tried to put  in apache2.conf :
<DirectoryMatch .*\.github/.*>
    AllowOverride All
    Require all granted
</DirectoryMatch>

but it didn't work, any idea ?
Thank you,


That works perfectly for me.

What version are you running on the server side?

Do you have any path-based authorization configured on the server (I don't 
think the DirectoryMatch rules will matter) - see the chapter 6 in 
Subversion book[1].

Can you run svnadmin verify [path_to_the_rpository] on the server?

Kind regards,
Daniel


[1] https://svnbook.red-bean.com/en/1.7/svn.serverconfig.pathbasedauthz.html

 

-- 
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 tortoisesvn+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/ef532edb-8292-4e00-a05b-50e070c857a2n%40googlegroups.com.

Reply via email to