Tag Archives: svn commit

SVN commit Issue POST of ‘***/!svn/me’ 403 forbidden

the SVN client successfully determines that only one file changed. When I try to commit:

POSTof'/p/s****/code-0/!svn/me':403Forbidden

is made. I tried to delete and check out the whole project – the same. It doesnt do the same on the other projects, and all projects goes to one “SourceForge” registrating.

 

Reply

1 Use https instead of http

 

2 We were having a similar problem that was caused by us trying to point
externals at URLs with the wrong case. Subversion is case-sensitive, so
make sure you use consistent lower-case and upper-case on all URLs and
externals.

 

Try this method:
1-> After searching, we know that Google code allows users to update the code with HTTP protocol, but commit must use HTTP protocol . So in the SVN directory, use the relocate function to change the SVN protocol from HTTP to http

 

-> It turns out that it still can’t work. I don’t know the problem. It is suspected that there is something wrong with the authentication file of the server. Delete the account and rebuild it. It is found that it still can’t work

 

Keep searching

http://blog.csdn.net/lxc1014/article/details/9475253

From the previous computer to the current PC, the problem of checking out but not updating appears. The following solutions were found on the Internet, but they were not solved

1. Confirm that the URL is consistent with the actual situation

2. Confirm that the user name and password are correct

3、TortoiseSVN-> Setting-> Save data to clear information

 

Through the above problems, the problem has not been solved

Later, when I determined the security settings in repositories, I found that the user was everyone, but the permissions was read only. Obviously, update writing is not allowed at this time, only export is allowed. Just change it to read/write to solve the problem

 

[Solved] Working copy locked occurs when SVN commit

my solution

According to the online sorting method to find the. SVN file, but did not find the lock file

Later, I cleaned it under working copy and Xcode, and it was successful when I submitted

Here is an excerpt of the methods of online collation

windows solution (not confirmed yet)

windows solution

1. If cleanup doesn’t work, you have to delete the locked file manually

2. CD to your own SVN project directory, such as

cd /Users/apple/Documents/zhang_demo/MedicalService

3. Then execute the following command

del lock /q/s

Just delete the lock

MAC solution (not confirmed yet)

MAC solution

1. Manually search and delete

First start to show hidden files

Go to your project directory and see the. SVN folder

Find the lock file in the folder and delete it

2. Find and delete with tools

Spotlightisitsusualrubbishselfatfindingthelockfilesrecursively.

EasyFindonMacAppStoreworks

http://itunes.apple.com/gb/app/easyfind/id411673888?mt=12

searchfor’lock’

Selectall/Delete

Through easyfind software, find the lock file under the corresponding SVN and delete it

Or find the hidden file of. SVN through showallfiles, and then find the lock file inside, and delete it