You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/05/03 07:54:15 UTC

[jira] [Created] (INFRA-6224) Apache Camel project - Cannot commit code to our SVN repo

Claus Ibsen created INFRA-6224:
----------------------------------

             Summary: Apache Camel project - Cannot commit code to our SVN repo
                 Key: INFRA-6224
                 URL: https://issues.apache.org/jira/browse/INFRA-6224
             Project: Infrastructure
          Issue Type: Bug
      Security Level: public (Regular issues)
            Reporter: Claus Ibsen
            Priority: Critical


Hi

Sometime yesterday we were no longer to commit to the svn repo for the Apache Camel project.

I posted on our @dev about this this morning as first I thought it may just be me. But other committers has the same problem.
http://camel.465427.n5.nabble.com/Committing-to-trunk-tp5731931.html

We get errors like:
{code}
davsclaus:(svn)camel[trunk:1478644]/$ svn info
Path: .
Working Copy Root Path: /Users/davsclaus/workspace/camel
URL: https://svn.apache.org/repos/asf/camel/trunk
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1478644
Node Kind: directory
Schedule: normal
Last Changed Author: davsclaus
Last Changed Rev: 1478078
Last Changed Date: 2013-05-01 18:27:29 +0200 (Wed, 01 May 2013)

davsclaus:(svn)camel[trunk:1478644]/$ svn commit --message "Polished" README.txt
Sending        README.txt
Transmitting file data .svn: E195023: Commit failed (details follow):
svn: E195023: Changing file '/Users/davsclaus/workspace/camel/README.txt' is forbidden by the server
svn: E175013: Access to '/repos/asf/!svn/txr/1478648-wc5m/camel/trunk/README.txt' forbidden
{code}

And I use subversion
{code}
davsclaus:(svn)camel[trunk:1478644]/$ svn --version
svn, version 1.7.4 (r1295709)
   compiled Mar  5 2012, 10:28:31

Copyright (C) 2012 The Apache Software Foundation.
This software consists of contributions made by many people; see the NOTICE
file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - handles 'http' scheme
  - handles 'https' scheme
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira