[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Several errors when commit

From: Jose Noheda <jose.noheda_at_gmail.com>
Date: Thu, 10 Apr 2008 09:59:49 +0200

Hi,

Since yesterday when trying to commit some code to Google Code via https I'm
getting different errors. The most common is:

C:\src\IWebMvc\src\java>svn ci -m "testing svn problems" .
svn: Commit failed (details follow):
svn: The specified activity does not exist.

in the best case is

C:\src\IWebMvc\src\java>svn ci -m "testing svn problems" .
Sending java\org\internna\iwebmvc\core\dao\AuditDAO.java
Adding java\org\internna\iwebmvc\model\Displayable.java
Adding java\org\internna\iwebmvc\model\Feedable.java
Sending java\org\internna\iwebmvc\model\Locatable.java
Adding java\org\internna\iwebmvc\model\RSSItem.java
Sending
java\org\internna\iwebmvc\model\core\AbstractDomainEntity.java
Sending java\org\internna\iwebmvc\model\core\AuditRecord.java
Sending java\org\internna\iwebmvc\model\core\Color.java
Sending
java\org\internna\iwebmvc\model\core\hierarchy\AbstractHierarchyNode.java
Sending java\org\internna\iwebmvc\model\security\UserImpl.java
Sending
java\org\internna\iwebmvc\spring\io\LocatableClasspathScanner.java
Sending
java\org\internna\iwebmvc\spring\mvc\controllers\EntityController.java
svn: Commit failed (details follow):
svn: The specified activity does not exist.

but I get some like

C:\src\IWebMvc\src\java>svn ci -m "testing svn problems" .
svn: Commit failed (details follow):
svn: applying log message to
/svn/!svn/wbl/e293b908-cf4f-554d-ab9e-3ba40203527d/120: 400 Bad Request (
https://internna.googlecode.com)

or

C:\src\IWebMvc\src\java>svn ci -m "testing svn problems" .
Sending java\org\internna\iwebmvc\core\dao\AuditDAO.java
Adding java\org\internna\iwebmvc\model\Displayable.java
svn: Commit failed (details follow):
svn: COPY of model/Displayable.java: 400 Bad Request (
https://internna.googlecode.com)

or several others. Sometimes (if I try to commit just one or two files) it
even success. It has been working for months. The network works fine and I'm
not behind a proxy so I'm completely lost. Any help?

Here's the svn --version response

svn, version 1.4.6 (r28521)
   compiled Dec 20 2007, 16:19:22

Copyright (C) 2000-2007 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (
http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
Received on 2008-04-10 10:00:20 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.