Use SVN when URL access forbidden for unknown reason

Source: Internet
Author: User
Tags auth svn svn client svn update what svn

Use SVN to submit the file in eclipse, but an error occurred, as follows:

URL Access Forbidden for unknown reason
Svn:commit failed (details follow):
Svn:access to * * Forbidden

However, the update project can be, the reason is that it was only after the user logged in to save the password, after swapping with new users, this problem occurs.

Here's how to fix it:

1. See what SVN Interface is used in your eclipse
View method: Press Menu in Eclipse Windows > Preference > Team > SVN #SVN Interface find

2. If the Javahl is used, locate the following directory and delete the files in the Auth directory.
C: "Documents and Settings" [YourUserName] "Application Data" Subversion "
For Win7 users, delete the password file directory in "C:\Users\xxx\AppData\Roaming\Subversion\auth".
3. If you are using the Svnkit, locate the following directory and delete the. keyring file.
[Eclipse] "Configuration" org.eclipse.core.runtime

In doing so, we then use SVN update or commit, so that the client and the server to communicate, so that the SVN client will ask us to enter a new user name password, enter our user name password can replace the old username password.

Take a look at it. By modifying the SVN server account profile, this part requires SVN's administrator to work with
(1) Locate the server account profile, which is located in the Installation Path Config folder of the SVN servers, open and edit the passwd file, delete or annotate the account that needs to be replaced
(2) In the client using SVN update or commit, so that the client and the server to communicate, so that the SVN client will ask us to enter a new user name password, enter our user name password can replace the old username password.

Use SVN when URL access forbidden for unknown reason

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.