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