[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

problem getting files from history

From: Schroeder, Hartmut <Hartmut.Schroeder_at_plath.de>
Date: Thu, 2 Feb 2012 10:28:50 +0000

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
Received on 2012-02-02 11:29:34 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.