You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2004/10/12 03:27:01 UTC

1.1.1 Scheduling

I've completed my review of that state of getting to 1.1.1 out the door.
These are the things that I figure should be included:

* Fix performance regression for ls/RA->get_dir over ra_rav.
  (r11211, r11232, r11285, in STATUS).

* Make it possible to set SVNPathAuthz to Off. (r11190, in STATUS)

* Allow URI-encoded drive letter and separator (: or |).
  (Issue #2012, in STATUS).

* Spanish translation.  (I believe this is already merged).

* svn log --xml is locale dependant (Issue #2059, already merged).

* svn ls returns parent folder (Issue #2060, in STATUS)

* svn propedit not restoring native end-of-lines before editing
  (Issue #2063, r11233, r11260 in STATUS)

* Exporting symlinks with use-commit times set fails.
  (Issue #2070, r11224, in STATUS)

* DAV breaks with usernames containing <>.
  (Issue #2071, r11222, not currently in STATUS).

* ISO-8859-1 encoded XML properties sent cleartext.
  (Issue #2090, r11294 in STATUS).

* Performance regression in character encoding.
  (r10788, r10796, r10904, r10914, in STATUS).

* Fix encoding bug in svnlook log and author.
  (r11172, in STATUS)

* Fix eol-style translation error for propget.
  (r11202, r11243, in STATUS)

* SVN has needed a good packaging script for Win32 since forever.
  (r11215, r11264, in STATUS).

* Fix an error in the perl bindings. (r11290, in STATUS)


The following things should also be included but are not done yet:

* UNC paths broken (Issue #2011)

* 'svn merge' cannot create symlinks (Issue #2064)

* fsfs does not check if the revision is valid (Issue #2076)

* fix for compiling on IRIX 6.5.
  (Issue #2082, patch in issue tracker but not on trunk yet)

* Win98: Can't convert module path to UTF-8 (issue #2091)


Where does this leave us as far as cutting a 1.1.1 release?  Most of the
issues we need to fix are already done.  However, the first 3
non-finished issues above seem fairly important to me.  The other 2 look
fairly quick to deal with.

I think we should be able to get this stuff done this week or at a
minimum by next week.  Thoughts?

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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

Re: 1.1.1 Scheduling

Posted by Ben Reser <be...@reser.org>.
On Wed, Oct 20, 2004 at 07:31:06PM +0200, Branko ??ibej wrote:
> It's not trivial because I have to wade throu a lot of trunk changes to 
> see which are relevant and which are not. So I suggest not blocking 
> 1.1.1 for this. I just committed the change to STATUS.

okay.  We're still waiting on the UNC path thing to sort it out.  So it
may not happen before tomorrow.  If you get this figured out before then
great.  If not we'll punt it to 1.1.2.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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

Re: 1.1.1 Scheduling

Posted by Branko Čibej <br...@xbc.nu>.
Ben Reser wrote:

>On Wed, Oct 20, 2004 at 03:41:58AM +0200, Branko ??ibej wrote:
>  
>
>>This one has not been merged yet. But in the meantime I found that other 
>>changes happend to the build scripts on trunk that need to be included 
>>in the merge inorder for this to work; at least one seems to be a bug 
>>fix that should be in 1.1.1, too. I'll most probably create a branch and 
>>commit a clean merge to it, then propose that instead.
>>    
>>
>
>Can you do this soon.  I was hoping to release 1.1.1 today.
>
It's not trivial because I have to wade throu a lot of trunk changes to 
see which are relevant and which are not. So I suggest not blocking 
1.1.1 for this. I just committed the change to STATUS.

-- Brane


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

Re: 1.1.1 Scheduling

Posted by Ben Reser <be...@reser.org>.
On Wed, Oct 20, 2004 at 03:41:58AM +0200, Branko ??ibej wrote:
> This one has not been merged yet. But in the meantime I found that other 
> changes happend to the build scripts on trunk that need to be included 
> in the merge inorder for this to work; at least one seems to be a bug 
> fix that should be in 1.1.1, too. I'll most probably create a branch and 
> commit a clean merge to it, then propose that instead.

Can you do this soon.  I was hoping to release 1.1.1 today.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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

Re: 1.1.1 Scheduling

Posted by Branko Čibej <br...@xbc.nu>.
Ben Reser wrote:

>Here's where we stand with 1.1.1.
>
>=====Merged=====
>  
>
[...]

>* SVN has needed a good packaging script for Win32 since forever.
>  (r11215, r11264).
>  
>
This one has not been merged yet. But in the meantime I found that other 
changes happend to the build scripts on trunk that need to be included 
in the merge inorder for this to work; at least one seems to be a bug 
fix that should be in 1.1.1, too. I'll most probably create a branch and 
commit a clean merge to it, then propose that instead.

-- Brane


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

Re: 1.1.1 Scheduling

Posted by Ben Reser <be...@reser.org>.
Here's where we stand with 1.1.1.

=====Merged=====

* Fix performance regression for ls/RA->get_dir over ra_rav.
  (r11211, r11232, r11285).
 
* Make it possible to set SVNPathAuthz to Off. (r11190)
 
* Allow URI-encoded drive letter and separator (: or |).
  (Issue #2012).
 
* Spanish translation.  (I believe this is already merged).
 
* svn log --xml is locale dependant (Issue #2059).

* svn ls returns parent folder (Issue #2060)
 
* svn propedit not restoring native end-of-lines before editing
  (Issue #2063, r11233, r11260)
 
* Exporting symlinks with use-commit times set fails.
  (Issue #2070, r11224)

* ISO-8859-1 encoded XML properties sent cleartext.
  (Issue #2090, r11294).

* Fix encoding bug in svnlook log and author.
  (r11172)

* Fix eol-style translation error for propget.
  (r11202, r11243)

* SVN has needed a good packaging script for Win32 since forever.
  (r11215, r11264).


=====Not Merged=====
 
* DAV breaks with usernames containing <>.
  (Issue #2071, r11222, in STATUS).
 
* Performance regression in character encoding.
  (r10788, r10796, r10904, r10914, in STATUS).
 
* Fix an error in the perl bindings. (r11290, in STATUS)

* Win98: Can't convert module path to UTF-8
  (issue #2091, r11483, not in STATUS)

* fsfs does not check if the revision is valid (Issue #2076)

* fix for compiling on IRIX 6.5.
  (r11486, Issue #2082, in STATUS)


=====Not Fixed=====

* UNC paths broken (Issue #2011)

 
=====Punted=====

* 'svn merge' cannot create symlinks (Issue #2064)
  Requires API changes, won't be fixed until 1.2.


We're almost there guys.  Please vote and merge the remaining issues.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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

Re: 1.1.1 Scheduling

Posted by kf...@collab.net.
Ben Reser <be...@reser.org> writes:
> Where does this leave us as far as cutting a 1.1.1 release?  Most of the
> issues we need to fix are already done.  However, the first 3
> non-finished issues above seem fairly important to me.  The other 2 look
> fairly quick to deal with.
> 
> I think we should be able to get this stuff done this week or at a
> minimum by next week.  Thoughts?

Big +1 on releasing 1.1.1 as soon as possible, of course.  But I know
that three or four developers (cmpilato, me, most of sussman, most of
fitz) have some internal deadlines at work this week that we really
can't miss.  So while I'd like to start reviewing/fixing issues as
soon as possible, realistically I know I can't do any before Thursday
afternoon at the earliest.

Dunno if that should figure into the scheduling at all, just thought
I'd mention it.  I don't mean to suggest that we four are in any way
critical to the release process, of course.  Just that, considered as
generic resources, we're not as available as we usually are (sigh).

Best,
-Karl

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

Re: 1.1.1 Scheduling

Posted by Ben Collins-Sussman <su...@collab.net>.
On Oct 11, 2004, at 11:27 PM, Ben Reser wrote:

> I've completed my review of that state of getting to 1.1.1 out the 
> door.
> These are the things that I figure should be included:
>

Thank you, Ben!  I'm so happy you're pushing 1.1.1 out the door.


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

Re: 1.1.1 Scheduling

Posted by John Szakmeister <jo...@szakmeister.net>.
On Tuesday 12 October 2004 06:03, John Szakmeister wrote:
[snip]
> I didn't include the [PATCH] header because I didn't want it to be
> picked up as a complete solution yet... but I probably should have. :-/
>  I've done almost zero testing on it, because I don't have a Win
> 95/98/ME machine to test it on.  I'm trying to borrow a friends... but
> that's still several days away.

A cleaned up version of the patch was attached to the issue.  It also 
includes the necessary log message.

-John

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

Re: 1.1.1 Scheduling

Posted by John Szakmeister <jo...@szakmeister.net>.
On Monday 11 October 2004 23:41, Steve Williams wrote:
> > * Win98: Can't convert module path to UTF-8 (issue #2091)
> >
> >
> > Where does this leave us as far as cutting a 1.1.1 release?  Most of
> > the issues we need to fix are already done.  However, the first 3
> > non-finished issues above seem fairly important to me.  The other 2
> > look fairly quick to deal with.
>
> John Szakmeister posted a patch for the Win98 issue a day or two ago. 
> The email did not have [PATCH] in the subject, so perhaps it got
> missed.

I didn't include the [PATCH] header because I didn't want it to be picked 
up as a complete solution yet... but I probably should have. :-/  I've 
done almost zero testing on it, because I don't have a Win 95/98/ME 
machine to test it on.  I'm trying to borrow a friends... but that's 
still several days away.

-John

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

Re: 1.1.1 Scheduling

Posted by Steve Williams <st...@kromestudios.com>.
> * Win98: Can't convert module path to UTF-8 (issue #2091)
>
>
> Where does this leave us as far as cutting a 1.1.1 release?  Most of the
> issues we need to fix are already done.  However, the first 3
> non-finished issues above seem fairly important to me.  The other 2 look
> fairly quick to deal with.

John Szakmeister posted a patch for the Win98 issue a day or two ago.  The
email did not have [PATCH] in the subject, so perhaps it got missed.

Sly


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

Re: 1.1.1 Scheduling

Posted by SteveKing <st...@wagner-group.ch>.
Ben Reser wrote:

> * Performance regression in character encoding.
>   (r10788, r10796, r10904, r10914, in STATUS).

Just FYI: TortoiseSVN has merged in those revisions in its latest 
release (1.1.0) and it worked without any problems. So I think we can 
say that it's tested very well, at least on Windows.

Stefan


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

Re: 1.1.1 Scheduling

Posted by John Szakmeister <jo...@szakmeister.net>.
On Tuesday 12 October 2004 08:38, Julian Foad wrote:
> John Szakmeister wrote:
> > Can we also include r11296 in there (fix svn export -rBASE WC_PATH
> > when files/directories have been added but not committed)?  I'll add
> > it to STATUS if noone objects.
>
> Add it to STATUS and then see if you can get it voted in.

Done.  Thank for the kick in the arse. :-)

-John

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

Re: 1.1.1 Scheduling

Posted by Julian Foad <ju...@btopenworld.com>.
John Szakmeister wrote:
> Can we also include r11296 in there (fix svn export -rBASE WC_PATH when 
> files/directories have been added but not committed)?  I'll add it to 
> STATUS if noone objects.

Add it to STATUS and then see if you can get it voted in.

- Julian

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

Re: 1.1.1 Scheduling

Posted by Ben Reser <be...@reser.org>.
On Tue, Oct 12, 2004 at 06:05:19AM -0400, John Szakmeister wrote:
> Can we also include r11296 in there (fix svn export -rBASE WC_PATH when 
> files/directories have been added but not committed)?  I'll add it to 
> STATUS if noone objects.

My list is by no means a be all and end all list.  If other things
are added to STATUS and voted in then they'll be included.  There
probably are things already merged that I just didn't get included in my
list.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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

Re: 1.1.1 Scheduling

Posted by John Szakmeister <jo...@szakmeister.net>.
On Monday 11 October 2004 23:27, Ben Reser wrote:
[snip]
>
> Where does this leave us as far as cutting a 1.1.1 release?  Most of
> the issues we need to fix are already done.  However, the first 3
> non-finished issues above seem fairly important to me.  The other 2
> look fairly quick to deal with.
>
> I think we should be able to get this stuff done this week or at a
> minimum by next week.  Thoughts?

Can we also include r11296 in there (fix svn export -rBASE WC_PATH when 
files/directories have been added but not committed)?  I'll add it to 
STATUS if noone objects.

-John

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