Re: Problem with svn log for unrelated revisions

2011-06-17 Thread Dirk Thomas
> But ... but ... you said it *did* output an error: > > "... result in the expected error 'Unable to find repository location' ..." > > Did you read my comments and apply them to wrong section of your mail? i apologize, i read your email to fast. Your are right - this is actually the expected

Re: Problem with svn log for unrelated revisions

2011-06-17 Thread Paul Burba
On Fri, Jun 17, 2011 at 12:34 PM, Dirk Thomas wrote: >> That does appear to be a bug.  I don't see a similar issue in the >> tracker; would you mind filing a new issue?  No worries if you cannot, >> I can do it at some point today. > > i have created issue #3931. Hi Dirk, Thanks for adding the i

Re: Problem with svn log for unrelated revisions

2011-06-17 Thread C. Michael Pilato
On 06/17/2011 12:46 PM, Dirk Thomas wrote: >>> In the test repository used in log_tests.py the path "A/D/G/rho" is: >>> - created in revision 1 >>> - deleted in revision 5 >>> - recreated in revision 8 >>> >>> The following commands result in the expected error "Unable to find >>> repository locati

Re: Problem with svn log for unrelated revisions

2011-06-17 Thread Dirk Thomas
In the test repository used in log_tests.py the path "A/D/G/rho" is: - created in revision 1 - deleted in revision 5 - recreated in revision 8 The following commands result in the expected error "Unable to find repository location for": svn log -r 2:9 path-to-wc/A/D/G/rho@2 svn log -r 9:2 path-to

Re: Problem with svn log for unrelated revisions

2011-06-17 Thread Dirk Thomas
> That does appear to be a bug. I don't see a similar issue in the > tracker; would you mind filing a new issue? No worries if you cannot, > I can do it at some point today. i have created issue #3931. > I'll commit your patch once we have an issue. Prepend: @Issue(3931) before "def log_unre

Re: Problem with svn log for unrelated revisions

2011-06-17 Thread C. Michael Pilato
On 06/17/2011 08:23 AM, Dirk Thomas wrote: > While working on issue 3830 i noticed the following behavior of svn log. > > In the test repository used in log_tests.py the path "A/D/G/rho" is: > - created in revision 1 > - deleted in revision 5 > - recreated in revision 8 > > The following commands

Re: Problem with svn log for unrelated revisions

2011-06-17 Thread Paul Burba
On Fri, Jun 17, 2011 at 8:23 AM, Dirk Thomas wrote: > While working on issue 3830 i noticed the following behavior of svn log. > > In the test repository used in log_tests.py the path "A/D/G/rho" is: > - created in revision 1 > - deleted in revision 5 > - recreated in revision 8 > > The following

Problem with svn log for unrelated revisions

2011-06-17 Thread Dirk Thomas
While working on issue 3830 i noticed the following behavior of svn log. In the test repository used in log_tests.py the path "A/D/G/rho" is: - created in revision 1 - deleted in revision 5 - recreated in revision 8 The following commands result in the expected error "Unable to find repository