You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Dmitry Balabanov <di...@yandex.ru> on 2005/10/25 13:50:05 UTC

question about subversion log

  Hi, Everybody!

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?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: question about subversion log

Posted by Ryan Schmidt <su...@ryandesign.com>.
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

Re: question about subversion log

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Oct 25, 2005, at 15:50, 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



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org