Description
The svn-graph.pl script in the tools/client-side directory does not work against svn servers that require authentication. This makes it next to useless in a corporate environment. Current behaviour: $ tools/client-side/svn-graph.pl http://svntestserver RA layer request failed: PROPFIND request failed on '/': PROPFIND of '/': 405 Method Not Allowed (http://svntestserver) at svn-graph.pl line 62 whereas the commandline client works: $ svn pl http://svntestserver $ Expected behaviour: use the same authentication methods as the svn commandline client. Even though I'm not a perl expert, I think it's not hard to come up with a patch - so I'll give it a try.
Original issue reported by mephinet