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

Re: BUG? svn list does NOT respect --revision 640 on a file that is deleted in revision 647

From: Jon Bendtsen <jon.bendtsen_at_laerdal.dk>
Date: 2005-08-18 15:28:54 CEST

Den 18. aug 2005 kl. 15:21 skrev Ryan Schmidt:

> On 18.08.2005, at 14:45, Jon Bendtsen wrote:
>
>
>> I dont know if the above is a BUG or not, but i expected a
>> different answer than what i've got from svn list
>>
>> frodo:/tmp# svn list --revision 640 --verbose http://localhost/
>> data/svn/jontest/laesmig.txt
>> svn: REPORT request failed on '/data/svn/!svn/bc/647/jontest/
>> laesmig.txt'
>> svn: '/data/svn/!svn/bc/647/jontest/laesmig.txt' path not found
>>
>> file laesmig.txt is deleted in revision 647 or 646.
>>
>> frodo:/tmp# svn list --revision 640 --verbose http://localhost/
>> data/svn/jontest/t.sh
>> 639 jbendtse 335 Aug 18 12:29 t.sh
>> frodo:/tmp# svn list --revision 630 --verbose http://localhost/
>> data/svn/jontest/t.sh
>> 597 jbendtse 327 Aug 16 12:54 t.sh
>>
>>
>> I expected svn list to give me the above line for revision 640 for
>> the file laesmig.txt even if it was deleted since that.
>>
>>
>> I searched in the issue tracker on list, and could not find
>> previous reports of this.
>>
>
> The relevant concept is called a "peg revision". See this thread
> from May:
>
> http://svn.haxx.se/users/archive-2005-05/0492.shtml
>
> It alludes to a section appearing in The Book "soon" which may mean
> that it's in there now.

like this?

frodo:/data/svn/bin# svn list --revision 640 --verbose http://
localhost/data/svn/jontest/laesmig.txt_at_641
svn: REPORT request failed on '/data/svn/!svn/bc/651/jontest/
laesmig.txt_at_641'
svn: '/data/svn/!svn/bc/651/jontest/laesmig.txt_at_641' path not found

or like this?

frodo:/data/svn/bin# svn list --verbose http://localhost/data/svn/
jontest/laesmig.txt -r 640 laesmig.txt_at_647
svn: REPORT request failed on '/data/svn/!svn/bc/652/jontest/
laesmig.txt'
svn: '/data/svn/!svn/bc/652/jontest/laesmig.txt' path not found

Neither of them seems to work.

JonB

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 18 16:00:40 2005

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.