I have a directory called bigdeal in revison that I have deleted in revision 4. Now, I want to check it out that directory but svn fails.
[root@localhost ~]# svn ls -r 3 https://******/svn/bigdeal2013/
bigdeal/
branches/
readme.textile
tags/
trunk/
[root@localhost ~]# svn co -r 3 https://***/svn/bigdeal2013/bigdeal/
svn: E160013: '/svn/bigdeal2013/!svn/rvr/4/bigdeal' path not found
[root@localhost ~]#