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

Re: question about subversion log

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-25 17:31:06 CEST

On Oct 25, 2005, at 16:21, Dmitry Balabanov wrote:

>>> I whant to write some tool to get information about changes
>>> between labels. And I have such problem.
>>>
>>> svn log --non-interactive --incremental -v -r 1600:HEAD URL/
>>> PForms/ trunk/Components
>>>
>>> works perfect unless there are files in URL/PForms/trunk/
>>> Components@HEAD
>>> otherwise I got something like this:
>>> svn: REPORT request failed on '/svn/ce/!svn/bc/3393/PForms/trunk/
>>> Components'
>>> svn: '/svn/ce/!svn/bc/3393/PForms/trunk/Components' path not found
>>>
>>> does there exists any way to get log from some revision up to..
>>> up to location deletion may be?
>>
>> I'm not sure I completely understand your scenario, but I think
>> you may need to read about peg revisions and see if maybe that's
>> the solution to what you're trying to do.
>> http://svnbook.red-bean.com/en/1.1/ch07s03.html
>
> thanx for URL, I thougth this is all I need, but:
> svn log --non-interactive --incremental -v -r 1600:HEAD http://
> subversion.domain/svn/ce/PForms/trunk/Components@1600
> command output:
>
> svn: REPORT request failed on '/svn/ce/!svn/bc/3394/PForms/trunk/
> Components@1600'
> svn: '/svn/ce/!svn/bc/3394/PForms/trunk/Components@1600' path not
> found
>
> svn log http://subversion.domain/svn/ce/PForms/trunk/
> Components@1600 does not works too :-(
>
> But svn ls http://subversion.domain/svn/ce/PForms/trunk/
> Components@1600 works perfectly!
>
> Is this a bug?

Sorry; yes, it appears that it is:

http://subversion.tigris.org/issues/show_bug.cgi?id=2287

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 25 17:35:19 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.