Forums

[resolved] SVN: Could not read status line: Connection reset by peer (2 posts)

  1. mysiteapp
    Member
    Posted 11 months ago #

    Hello,

    I received access to WordPress.org Developer SVN, to upload my plugin (named: "app-your-wordpress-uppsite").

    After repeated trials to connect to the SVN without success - I finally made it (I am using a mac with Cornerstone 2.2). But then, after finally accessing the SVN, I now cannot update my files (using the user/pass of this account - "mysiteapp").

    Please help.

    ERROR LOG:

    Description : An error occurred while contacting the repository.
    Suggestion : The server may be unreachable or the URL may be incorrect.

    Technical Information
    =====================

    Error : V4CommunicationError
    Exception : ZSVNCommunicationException

    Causal Information
    ==================

    Description : Commit failed (details follow):
    Status : 175002
    File : subversion/libsvn_client/commit.c, 867

    Description : PUT of '/!svn/wrk/3babf6c3-ea0f-4f9a-b189-ba086d5d8a03/app-your-wordpress-uppsite/trunk/uppsite_options.php': Could not read status line: Connection reset by peer (http://plugins.svn.wordpress.org)
    Status : 175002
    File : subversion/libsvn_ra_neon/util.c, 604

  2. tychay
    Member
    Posted 9 months ago #

    What I did was change http to https using the following line from your plugins directory.

    $ svn switch --relocate http://plugins.svn.wordpress.org/ https://plugins.svn.wordpress.org/

    For instance:

    svn: Commit failed (details follow):
    svn: PROPFIND of '/one-click-child-theme/trunk': Could not read status line: Connection reset by peer (http://plugins.svn.wordpress.org)
    svn: Your commit message was left in a temporary file:
    svn: '/home/tychay/wordpress/wp-content/plugins/one-click-child-theme/svn-commit.3.tmp'
    [tychay@TerryChay one-click-child-theme]$ svn up
    svn: OPTIONS of 'http://plugins.svn.wordpress.org/one-click-child-theme/trunk': Could not read status line: Connection reset by peer (http://plugins.svn.wordpress.org)
    [tychay@TerryChay one-click-child-theme]$ svn co http://plugins.svn.wordpress.org/one-click-child-theme/trunk new-base
    svn: OPTIONS of 'http://plugins.svn.wordpress.org/one-click-child-theme/trunk': Could not read status line: Connection reset by peer (http://plugins.svn.wordpress.org)
    [tychay@TerryChay one-click-child-theme]$ svn switch --relocate http://plugins.svn.wordpress.org/ https://plugins.svn.wordpress.org/
    [tychay@TerryChay one-click-child-theme]$ svn commitAuthentication realm: <https://plugins.svn.wordpress.org:443> Use your WordPress.org login
    Password for 'tychay':
    Sending one-click-child-theme.php
    Sending readme.txt
    Adding rtl-css.php
    Transmitting file data ...

    Store password unencrypted (yes/no)? no

    Committed revision 425394.

Reply

You must log in to post.

About this Topic