NoBrainer
NoBrainer

Reputation: 5950

Subversion commit failed - but my credentials are correct

My problem is very similar to: svn: MKACTIVITY 403 Forbidden

My error message is as follows (the spacing is awkward, but that's how it looks in Eclipse):

    svn: Commit failed (details follow):
    svn: Commit failed (details follow):
svn: MKACTIVITY of '/svnroot/...': 403 Forbidden (https://repository.url)

My Software:

What I've tried:

  1. Close Eclipse. Delete the .keyring file in the Eclipse's 'configuration/org.eclipse.core.runtime' directory (to reset any stored credentials).
  2. Modifying '/home/[user_name]/.subversion/servers' to have the password stored.

Upvotes: 1

Views: 2238

Answers (2)

Sathya
Sathya

Reputation: 51

I resolved this, the issue is with old credentials which are stored in the below foldes \Users\AppData\Roaming\Subversion\auth\svn.simple

Just took back up of files from this folder and delete all and try committing again, SVN or Subclipse will prompt username and password and provide it and done, it will commit.

Upvotes: 0

NoBrainer
NoBrainer

Reputation: 5950

It turns out that OnResolve (from the comments on the original post) was correct. I spoke to the owner of /svnroot/ and I needed to register an account before being able to commit.

Upvotes: 2

Related Questions