You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/05/06 23:08:39 UTC

svn commit: r1100376 - /subversion/trunk/CHANGES

Author: hwright
Date: Fri May  6 21:08:39 2011
New Revision: 1100376

URL: http://svn.apache.org/viewvc?rev=1100376&view=rev
Log:
* CHANGES
  (1.7.0): Update for recently closed 1.7.0 issues.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1100376&r1=1100375&r2=1100376&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Fri May  6 21:08:39 2011
@@ -77,6 +77,9 @@ the 1.6 release:  http://subversion.apac
     * don't print error message if stdout is a pipe and is closed (issue #3014)
     * removed special copy-handling during updates added in 1.5.0 (issue #3711)
     * fix warning about copies committed with non-infinity depth (issue #3752)
+    * can now commit multiple wc paths lacking a common parent (issue #2381)
+    * 'svn export --depth $WC' now works correctly (issue #3800)
+    * multiple locks are sent in one DAV request (issue #2263)
     * fixed: wc-to-wc copy of a switch source (issue #1802)
     * fixed: 'svn st' reports symlinks as obstructed items (issue #2284)
     * fixed: 'cd e:\; svn up e:\' fails (issue #2556)
@@ -110,6 +113,9 @@ the 1.6 release:  http://subversion.apac
     * fixed: children of replaced dirs cannot be deleted (issue #3468)
     * fixed: executable flag of binary file lost during merge (issue #3686)
     * fixed: merging a symlink-turned-regular-file breaks the wc (issue #2530)
+    * fixed: can't remove file externals (issue #3351)
+    * fixed: 'svn unlock' attempts to unlock  wrong token on DAV (issue #3794)
+    * fixed: forced DAV 'svn unlock' results in 403, not warning (issue #3801)
     * many other minor bugfixes, optimizations, plugs of memory leaks, etc
   
   - Server-side bugfixes:
@@ -124,6 +130,7 @@ the 1.6 release:  http://subversion.apac
     * fixed: mod_dav_svn doesn't return stderr to user on failure (issue #3112)
     * fixed: hotcopy may corrupt target rep-cache.db (issue #3596)
     * fixed: mod_dav_svn can cause spurious merge conflicts (issue #3657)
+    * fixed: DAV can overwrite directories during copy (issue #3314)
     * match paths against authz rules in case sensitive way (issue #3781)
     * svnserve can now force usernames to upper/lower case (issue #3726)
     * reduce duplicate log messages in 'log -g' (issue #3650)
@@ -143,6 +150,7 @@ the 1.6 release:  http://subversion.apac
     * allow mod_dav_svn to compile against Apache 2.4 (issue #3548)
     * support running tests against older servers (r876016)
     * notification of unversioned obstructions (r877344)
+    * removed virtually all abort() calls (issue #2780)
 
   - API changes:
     * don't crash svn_client_copy if ctx->log_msg_func is NULL (issue #3234)



RE: svn commit: r1100376 - /subversion/trunk/CHANGES

Posted by Bert Huijben <be...@qqmail.nl>.

> -----Original Message-----
> From: hwright@apache.org [mailto:hwright@apache.org]
> Sent: vrijdag 6 mei 2011 23:09
> To: commits@subversion.apache.org
> Subject: svn commit: r1100376 - /subversion/trunk/CHANGES
> 
> Author: hwright
> Date: Fri May  6 21:08:39 2011
> New Revision: 1100376
> 
> URL: http://svn.apache.org/viewvc?rev=1100376&view=rev
> Log:
> * CHANGES
>   (1.7.0): Update for recently closed 1.7.0 issues.
> 
> Modified:
>     subversion/trunk/CHANGES
> 
> Modified: subversion/trunk/CHANGES
> URL:
> http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1100376&r1
> =1100375&r2=1100376&view=diff
> ==========================================================
> ====================
> --- subversion/trunk/CHANGES (original)
> +++ subversion/trunk/CHANGES Fri May  6 21:08:39 2011
> @@ -77,6 +77,9 @@ the 1.6 release:  http://subversion.apac
>      * don't print error message if stdout is a pipe and is closed (issue #3014)
>      * removed special copy-handling during updates added in 1.5.0 (issue
> #3711)
>      * fix warning about copies committed with non-infinity depth (issue
> #3752)
> +    * can now commit multiple wc paths lacking a common parent (issue
> #2381)
> +    * 'svn export --depth $WC' now works correctly (issue #3800)
> +    * multiple locks are sent in one DAV request (issue #2263)

Issue #2263 is not fixed yet. (At least not on the issue tracker)

>      * fixed: wc-to-wc copy of a switch source (issue #1802)
>      * fixed: 'svn st' reports symlinks as obstructed items (issue #2284)
>      * fixed: 'cd e:\; svn up e:\' fails (issue #2556)
> @@ -110,6 +113,9 @@ the 1.6 release:  http://subversion.apac
>      * fixed: children of replaced dirs cannot be deleted (issue #3468)
>      * fixed: executable flag of binary file lost during merge (issue #3686)
>      * fixed: merging a symlink-turned-regular-file breaks the wc (issue #2530)
> +    * fixed: can't remove file externals (issue #3351)
> +    * fixed: 'svn unlock' attempts to unlock  wrong token on DAV (issue
> #3794)
> +    * fixed: forced DAV 'svn unlock' results in 403, not warning (issue #3801)
>      * many other minor bugfixes, optimizations, plugs of memory leaks, etc
> 
>    - Server-side bugfixes:
> @@ -124,6 +130,7 @@ the 1.6 release:  http://subversion.apac
>      * fixed: mod_dav_svn doesn't return stderr to user on failure (issue
> #3112)
>      * fixed: hotcopy may corrupt target rep-cache.db (issue #3596)
>      * fixed: mod_dav_svn can cause spurious merge conflicts (issue #3657)
> +    * fixed: DAV can overwrite directories during copy (issue #3314)

Not sure if we fixed 'dav', but at least we do the right thing in the client. So at least we can start fixing 'DAV' :)

>      * match paths against authz rules in case sensitive way (issue #3781)
>      * svnserve can now force usernames to upper/lower case (issue #3726)
>      * reduce duplicate log messages in 'log -g' (issue #3650)
> @@ -143,6 +150,7 @@ the 1.6 release:  http://subversion.apac
>      * allow mod_dav_svn to compile against Apache 2.4 (issue #3548)
>      * support running tests against older servers (r876016)
>      * notification of unversioned obstructions (r877344)
> +    * removed virtually all abort() calls (issue #2780)
> 
>    - API changes:
>      * don't crash svn_client_copy if ctx->log_msg_func is NULL (issue #3234)
> 



RE: svn commit: r1100376 - /subversion/trunk/CHANGES

Posted by Bert Huijben <be...@qqmail.nl>.

> -----Original Message-----
> From: hwright@apache.org [mailto:hwright@apache.org]
> Sent: vrijdag 6 mei 2011 23:09
> To: commits@subversion.apache.org
> Subject: svn commit: r1100376 - /subversion/trunk/CHANGES
> 
> Author: hwright
> Date: Fri May  6 21:08:39 2011
> New Revision: 1100376
> 
> URL: http://svn.apache.org/viewvc?rev=1100376&view=rev
> Log:
> * CHANGES
>   (1.7.0): Update for recently closed 1.7.0 issues.
> 
> Modified:
>     subversion/trunk/CHANGES
> 
> Modified: subversion/trunk/CHANGES
> URL:
> http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1100376&r1
> =1100375&r2=1100376&view=diff
> ==========================================================
> ====================
> --- subversion/trunk/CHANGES (original)
> +++ subversion/trunk/CHANGES Fri May  6 21:08:39 2011
> @@ -77,6 +77,9 @@ the 1.6 release:  http://subversion.apac
>      * don't print error message if stdout is a pipe and is closed (issue #3014)
>      * removed special copy-handling during updates added in 1.5.0 (issue
> #3711)
>      * fix warning about copies committed with non-infinity depth (issue
> #3752)
> +    * can now commit multiple wc paths lacking a common parent (issue
> #2381)
> +    * 'svn export --depth $WC' now works correctly (issue #3800)
> +    * multiple locks are sent in one DAV request (issue #2263)

Issue #2263 is not fixed yet. (At least not on the issue tracker)

>      * fixed: wc-to-wc copy of a switch source (issue #1802)
>      * fixed: 'svn st' reports symlinks as obstructed items (issue #2284)
>      * fixed: 'cd e:\; svn up e:\' fails (issue #2556)
> @@ -110,6 +113,9 @@ the 1.6 release:  http://subversion.apac
>      * fixed: children of replaced dirs cannot be deleted (issue #3468)
>      * fixed: executable flag of binary file lost during merge (issue #3686)
>      * fixed: merging a symlink-turned-regular-file breaks the wc (issue #2530)
> +    * fixed: can't remove file externals (issue #3351)
> +    * fixed: 'svn unlock' attempts to unlock  wrong token on DAV (issue
> #3794)
> +    * fixed: forced DAV 'svn unlock' results in 403, not warning (issue #3801)
>      * many other minor bugfixes, optimizations, plugs of memory leaks, etc
> 
>    - Server-side bugfixes:
> @@ -124,6 +130,7 @@ the 1.6 release:  http://subversion.apac
>      * fixed: mod_dav_svn doesn't return stderr to user on failure (issue
> #3112)
>      * fixed: hotcopy may corrupt target rep-cache.db (issue #3596)
>      * fixed: mod_dav_svn can cause spurious merge conflicts (issue #3657)
> +    * fixed: DAV can overwrite directories during copy (issue #3314)

Not sure if we fixed 'dav', but at least we do the right thing in the client. So at least we can start fixing 'DAV' :)

>      * match paths against authz rules in case sensitive way (issue #3781)
>      * svnserve can now force usernames to upper/lower case (issue #3726)
>      * reduce duplicate log messages in 'log -g' (issue #3650)
> @@ -143,6 +150,7 @@ the 1.6 release:  http://subversion.apac
>      * allow mod_dav_svn to compile against Apache 2.4 (issue #3548)
>      * support running tests against older servers (r876016)
>      * notification of unversioned obstructions (r877344)
> +    * removed virtually all abort() calls (issue #2780)
> 
>    - API changes:
>      * don't crash svn_client_copy if ctx->log_msg_func is NULL (issue #3234)
>