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

Re: svnadmin has bug

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-09-20 06:51:04 CEST

These mails are not helping. Please give us a full reproduction
recipe, if/when you have one. We can't do much without that. Have
you read http://subversion.tigris.org/bugs.html#how ?

You need to take the time to write out a complete, clear description
of the bug. This might require hours. But if you don't take the time
to be clear & complete, we won't spend time on the problem.

-Karl

"paptimusx scirocco" <paptimusx@gmail.com> writes:
> (Continuation)
>
> cvs2svn.py & svnadmin load .. & svn co .. & svn diff -r {DATE}
>
> It ends only because recent diff comes off when it is subversion 1.4.4
>
> Is it as such?
>
> =====
> Subversion 1.4.4 : Recent 'diff -r {DATE} ' comes off.
> Subversion 1.4.5 : ALL 'diff -r {DATE} ' comes off.
>
> (Its ok that svn diff -r<number>:<number>)
>
>
> ===== DIFF (1.4.4)
> % svn diff -r{"2007-07-01"} ccccc.cpp | wc -l ????????
> 0
>
> % svn diff -r{"2007-05-08"} ccccc.cpp | wc -l ????????
> 0
>
> % svn diff -r{"2007-05-07"} ccccc.cpp | wc -l ok
> 78
>
> % svn diff -r{"2007-05-01"} ccccc.cpp | wc -l ok
> 78
>
> % svn diff -r{"2007-01-01"} ccccc.cpp | wc -l ok
> 148
>
> ===== LOG
> % svn log ccccc.cpp
> ------------------------------------------------------------------------
> r9048 | myname | 2007-08-21 11:00:36 +0900 (Tue, 21 8 2007) | 6 lines
>
> ;
> ;
> ;
> ;
> ;
>
> ------------------------------------------------------------------------
> r9032 | myname | 2007-07-20 11:39:23 +0900 (Fri, 20 7 2007) | 2 lines
>
> ;
>
> ------------------------------------------------------------------------
> r8996 | myname | 2007-07-06 17:05:13 +0900 (Fri, 06 7 2007) | 2 lines
>
> ;
>
> ------------------------------------------------------------------------
> r8929 | myname | 2007-06-27 11:49:37 +0900 (Wed, 27 6 2007) | 2 lines
>
> ;
>
> ------------------------------------------------------------------------
> r8913 | myname | 2007-06-07 11:38:39 +0900 (Thu, 07 6 2007) | 2 lines
>
> ;
>
> ------------------------------------------------------------------------
> r8635 | myname | 2007-01-25 17:03:45 +0900 (Thu, 25 1 2007) | 2 lines
>
> ;
>
> ------------------------------------------------------------------------
> r8616 | myname | 2007-01-22 16:38:07 +0900 (Mon, 22 1 2007) | 2 lines
>
> ;
>
> ------------------------------------------------------------------------
> r8542 | myname | 2006-11-02 23:41:59 +0900 (Thu, 02 11 2006) | 2 lines
>
> ;
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 20 06:51:22 2007

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.