svn co command error: Server sent unexpected return value (403 Forbidden) in response to M

svn co directive report: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY

After searching on the Internet, it said that the user name and password of the svn client need to be cleared, so I searched for it.

 

Under the Linux platform, svn data is stored in ~/.subversion/auth/svn.simple/.

So cd  ~/.subversion/auth/svn.simple/

More This file looks at the user name and password of another colleague, and his user name does not have the permission that I need the svn code.


Solution:

1. Clear data:

If you want to clear all data: Directly delete all files in the directory: rm -rf ~/.subversion/auth/svn.simple/*

 

If you just want to clear a project, find the corresponding file under svn.simple and just rm it.

2. Modify the data:

You can directly change the username and password to the authorized one in the vi file.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326310953&siteId=291194637