svn - 403 - forbidden when commiting code (tortoiseSVN) -
the svn client determines 1 file changed. when try commit:
post of '/p/s****/code-0/!svn/me': 403 forbidden
is made. tried delete , check out whole project - same. doesnt same on other projects, , projects goes 1 "sourceforge" registrating.
- subversion stores auth-data each repository separately (even if share part of url)
- if have write (commit) permissions on project (check on project admin-page), may have anonymous checkout enabled - , in case checkout doesn't add , store authentication data
- you can try commit
- from command-line , in case of error show full output of command
- add
--username user
,--password pass
commit command options /for one, successful commit, only/
Comments
Post a Comment