You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2015/08/24 20:51:56 UTC

[jira] [Created] (INFRA-10192) Problem while committing to DOXIA

Karl Heinz Marbaise created INFRA-10192:
-------------------------------------------

             Summary: Problem while committing to DOXIA
                 Key: INFRA-10192
                 URL: https://issues.apache.org/jira/browse/INFRA-10192
             Project: Infrastructure
          Issue Type: Bug
          Components: Subversion
            Reporter: Karl Heinz Marbaise


{code}
~/apache-maven/doxia$ svn info
Path: .
Working Copy Root Path: /Users/kama/apache-maven/doxia
URL: https://svn.apache.org/repos/asf/maven/doxia/doxia/trunk
Relative URL: ^/maven/doxia/doxia/trunk
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1697482
Node Kind: directory
Schedule: normal
Last Changed Author: hboutemy
Last Changed Rev: 1671452
Last Changed Date: 2015-04-06 01:24:40 +0200 (Mon, 06 Apr 2015)
{code}

I'm trying to commit a change to the above repository:
So the connection seemed to be working cause {{svn log}} works like this:

{code}~/apache-maven/doxia$ svn log -l5
------------------------------------------------------------------------
r1671452 | hboutemy | 2015-04-06 01:24:40 +0200 (Mon, 06 Apr 2015) | 1 line

moved Jira from Codehaus to Apache
------------------------------------------------------------------------
r1671332 | hboutemy | 2015-04-04 23:14:33 +0200 (Sat, 04 Apr 2015) | 1 line

[DOXIA-526] another dependency on xerces to remove: any parser can be used
------------------------------------------------------------------------
r1670510 | hboutemy | 2015-04-01 00:48:37 +0200 (Wed, 01 Apr 2015) | 1 line

updated parent pom
------------------------------------------------------------------------
r1670506 | hboutemy | 2015-04-01 00:39:29 +0200 (Wed, 01 Apr 2015) | 1 line

updated version to 1.7 since DOXIA-527 contains little API change
------------------------------------------------------------------------
r1670504 | hboutemy | 2015-04-01 00:35:54 +0200 (Wed, 01 Apr 2015) | 2 lines

[DOXIA-527] allow multiple extensions for given markup
Submitted by: Petar Tahchiev, applied with little modifications
------------------------------------------------------------------------
{code}

The following command:
{code}
~/apache-maven/doxia$ svn ci -F x.diff
svn: E175002: Commit failed (details follow):
svn: E175002: POST request on '/repos/asf/!svn/me' failed: 500 Internal Server Error
~/apache-maven/doxia$
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)