Hi! A comment at the top of repro-template.sh [1] (referenced from [2]) contains URL of the greek-tree.txt file. The URL points to svn.collab.net site and is no more valid. I am attaching a patch to correct this.
[1]: http://subversion.apache.org/docs/community-guide/repro-template.sh [2]: http://subversion.apache.org/docs/community-guide/issues.html#reporting-bugs The patch is to be applied to https://svn.apache.org/repos/asf/subversion/site/publish [[[ Update URL in a comment in repro-template.sh to point to svn.apache.org repository, instead of the old collab.net one. * docs/community-guide/repro-template.sh: Update URL. ]]] Best regards, Konstantin Kolinko
[[[ Update URL in a comment in repro-template.sh to point to svn.apache.org repository, instead of the old collab.net one. * docs/community-guide/repro-template.sh: Update URL. ]]] Index: docs/community-guide/repro-template.sh =================================================================== --- docs/community-guide/repro-template.sh (revision 1132535) +++ docs/community-guide/repro-template.sh (working copy) @@ -5,7 +5,7 @@ ## This is a template for writing Subversion bug reproduction scripts. ## ## ## ## It creates a repository containing the standard Greek Tree (see ## -## http://svn.collab.net/repos/svn/trunk/subversion/tests/greek-tree.txt) ## +## http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/greek-tree.txt) ## ## and checks out a working copy containing that tree. Please adjust ## ## this script however you need to to demonstrate your bug. When it's ## ## ready, post the bug report to dev@subversion.apache.org -- after ##