On 02/07/17 12:48, Jonathan Wakely wrote:
On 7 February 2017 at 20:17, Aparna Kumta wrote:
I'm trying to download gcc, I see the following error:
$svn co http://gcc.gnu.org/svn/gcc/tags/gcc_4_9_2_release gcc_4_9_2
A gcc_4_9_2/libstdc++-v3/testsuite/25_algorithms/copy_n
A gcc_4_9_2/libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators
svn: E175013: Access to
'/svn/gcc/!svn/ver/216910/tags/gcc_4_9_2_release/libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators/1.cc'
forbidden
Any idea on how to resolve this?
It looks like a problem at your end, I'm able to check out that file
without problems:
$ svn co http://gcc.gnu.org/svn/gcc/tags/gcc_4_9_2_release/libstdc++-v3/testsuite/25_algorithms/copy_n
gcc
A gcc/move_iterators
A gcc/requirements
A gcc/requirements/explicit_instantiation
A gcc/move_iterators/1.cc
A gcc/50119.cc
A gcc/58982.cc
A gcc/requirements/explicit_instantiation/2.cc
A gcc/requirements/explicit_instantiation/pod.cc
A gcc/1.cc
A gcc/2.cc
A gcc/3.cc
A gcc/4.cc
Checked out revision 245253.
Thanks. 'svn cleanup' followed by 'svn update' resumed the checkout.