svn list http://server/svn/repo-global/trunk/a_file.txt@100
----- Original Message ----- From: Schroeder, Hartmut Sent: 02/02/12 08:28 PM To: Subversion Users (users@subversion.apache.org) Subject: problem getting files from history Hi all, say, a file exists in revision 100 and in HEAD-Revison: svn list -r 100 http://server/svn/repo-global/trunk/a_file.txt a_file.txt svn list http://server/svn/repo-global/trunk/a_file.txt a_file.txt The file is deleted: svn del http://server/svn/repo-global/trunk/a_file.txt Committed revision 200 Now the file is not visible in r100 (it looks to the head): svn list -r 100 http://server/svn/repo-global/trunk/a_file.txt svn: '/svn/repo-global/!svn/bc/200/trunk/a_file.txt' path not found But if get the folder: svn export -r 100 http://server/svn/repo-global/trunk the result is as expected. Regards Hartmut