500 Internal Server Error on Subversion Commit
Tried committing to my SVN repository today but I'm getting a
Error: Commit failed (details follow):
Error: Server sent unexpected return value (500 Internal Server Error) in response to
Error: PUT request for '//!svn/wrk/36ffb5e7-878f-fa4e-9b5e-ce3415750884/.htaccess'
on one file which is my .htaccess
file. I've tried deleting from the reposi开发者_Python百科tory but get a
Server sent unexpected return value (403 Forbidden) in response to PROPFIND request for '/.htaccess'
Please advise! It was working fine during my last commit. Is this a permissions issue or something? Thanks.
You can backup directory to other place,the use svn to delete the directory , then commint ,then copy the backup directory to the original place, then use svn to add!
I just do these steps and solve the problem. I think maybe something is wrong to the svn xml structure.
I've just posted the solution here: Why won't svn let commit .htaccess files?
Check if the Password is expired or not by Deleting the SVN credentials and try committing again. It worked for me follow the below steps. In Windows system try
Type %APPDATA% in windows start and open the folder location. Navigate to svn.simple folder (Roaming -> Subversion -> auth -> svn.simple). Delete the file present in this folder. Move to eclipse, Right click on the Project, Team -> Cleanup. Now try committing.
精彩评论