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

Re: problem getting files from history

From: Richard Cavell <richardcavell_at_mail.com>
Date: Thu, 02 Feb 2012 06:32:32 -0500

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_at_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
Received on 2012-02-02 12:33:12 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.