You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by cm...@collab.net on 2001/09/14 18:31:01 UTC

Re: the current tasklist

Just reviewing some mail in my box, and came across Ben's TODO list
for the immediate Subversion-ish future.  Thanks to the developers in
this community, we've banged out most of the problems on this list.

Of course, now the things we're dealing with are fairly large things.
Props over DAV has been a large item on Greg's plate for some time,
there are plenty of discussion about the status command.  Anchors and
targets are about to be revisited.  And that's only a handful of the
vast quantity of tasks needed before we can comfortably say the magic
"1.0" words (or, is that the magic "Revision xxx" words?).

Interestingly enough, there are still some "Quick and Easy" tasks that
haven't been accomplished.  LIST LURKERS: If you've been waiting for a
place to make small initial contributions to the project, your patches
for those Quick and Easy tasks are welcome, and we promise to praise
you publicly if you do a satisfactory job!  Also, Linus Torvalds
himself will send you an autographed mousepad.  And then there's the
anonymous contributions to your Swiss bank account.  Oh, did I
mention the company car you get?

I'm so full of myself today...  :-)

Ben's list follows (with my edits)

---------------------------------------------------------------------
> Critical Network-related Bugs
> -----------------------------
> 
>  * 411:  cannot checkout arbitrary revision, only HEAD.
>          (although 'svn up -r' mostly works, if not too big.)

Fixed in Revision 77 (Joe)

>  * 382/437:  dav props are currently hacky... and still broken.
>              (binary properties aren't received in a checkout!)

Still in progress. (GStein)

>  * 472:  updates can fail, if too much svndiff data, or too many files.

Marked as a duplicate of 481.  Fixed, but not with the degree of
efficiency Greg Stein would like to see. (Joe)

>  * 475:  long log messages can make commits fail.

Fixed in Revision 82. (C-Mike)

> Other Critical Bugs 
> -------------------
> 
>  * 477:  need automated db maintenance (db_archive, BACKUPS)

Done, as per-commit archival/cleanup scripts. (Ben)

>  * 387:  make python tests run over dav

Done -- that is, tests that fail are doing so because of actual bugs
in the code. (Mostly Ben and Karl, a little C-Mike)

>  * 476:  unpredictable need to run db_recover?

Closed as Invalid.

>  * 454:  problems checking out repository subdir -- still
>  reproducible?

Still in progress. (C-Mike)

> Quick and Easy
> --------------
>  
>  * 471:  strip trailing / from URLs

Done. (C-Mike)

>  * 474:  better authentication error message

Not done.

>  * 447:  better out-of-date error message

Not done.

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

Re: the current tasklist

Posted by Greg Stein <gs...@lyra.org>.
On Fri, Sep 14, 2001 at 01:31:01PM -0500, cmpilato@collab.net wrote:
>...
> Of course, now the things we're dealing with are fairly large things.
> Props over DAV has been a large item on Greg's plate for some time,

I've got the code written within Apache, but am trying to test it now. In
the course of that, I'm hitting problems with Apache keeping the connection
open. I believe this is related to the problem that Joe recently found, and
where he turned off persistent connections in the client.

This is in Apache itself, so I've got a bit of a detour to work on.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

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

Re: the current tasklist

Posted by Ben Collins-Sussman <su...@collab.net>.
"Sander Striker" <st...@apache.org> writes:

> It was on my agenda for tomorrow (IOW in 8 hours).  Now I
> don't know if I should.  Should I wait till your done, or
> do you have some specific things that need to be done (that
> I can take care of)?

Nah, let me do first... only because I wrote the first draft, so I
feel that it makes the most sense for me to rewrite it.  I'm already
halfway done.  

On Monday, I'll test it out and then let you rip it apart.  :-)

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

RE: the current tasklist

Posted by Sander Striker <st...@apache.org>.
> -----Original Message-----
> From: Ben Collins-Sussman [mailto:sussman@collab.net]
> Sent: 15 September 2001 15:48
> "Sander Striker" <st...@apache.org> writes:
> 
> > > From: cmpilato@collab.net [mailto:cmpilato@collab.net]
> > > Sent: 14 September 2001 20:31
> > 
> > [...]
> > > Ben's list follows (with my edits)
> > 
> > [...]
> > >>  * 474:  better authentication error message
> > > 
> > > Not done.
> > 
> > I think this can be merged in with issue 456 and 473.
> > I would like to work on those ASAP.  Ben, could you
> > coordinate with me to avoid duplication of effort?
> 
> I'm rewriting the whole authentication system this weekend.  Let's see
> if the issue still exists when I finish...

It was on my agenda for tomorrow (IOW in 8 hours).  Now I
don't know if I should.  Should I wait till your done, or
do you have some specific things that need to be done (that
I can take care of)?

Sander


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

Re: the current tasklist

Posted by Ben Collins-Sussman <su...@collab.net>.
"Sander Striker" <st...@apache.org> writes:

> > From: cmpilato@collab.net [mailto:cmpilato@collab.net]
> > Sent: 14 September 2001 20:31
> 
> [...]
> > Ben's list follows (with my edits)
> 
> [...]
> >>  * 474:  better authentication error message
> > 
> > Not done.
> 
> I think this can be merged in with issue 456 and 473.
> I would like to work on those ASAP.  Ben, could you
> coordinate with me to avoid duplication of effort?

I'm rewriting the whole authentication system this weekend.  Let's see
if the issue still exists when I finish...


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

RE: the current tasklist

Posted by Sander Striker <st...@apache.org>.
> From: cmpilato@collab.net [mailto:cmpilato@collab.net]
> Sent: 14 September 2001 20:31

[...]
> Ben's list follows (with my edits)

[...]
>>  * 474:  better authentication error message
> 
> Not done.

I think this can be merged in with issue 456 and 473.
I would like to work on those ASAP.  Ben, could you
coordinate with me to avoid duplication of effort?

Sander


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