svn: MKACTIVITY 403 Forbidden

svn

Solution

Check if you supplied the correct credentials or you have enought rights to reach that repo (usually looking at authz files, if you can manage the server config). As one commenter said above is a permission problem.

Problem

I´m getting this error while trying to commit to a svn repository: ``` svn: MKACTIVITY of '/svn/Demo/!svn/act/e2e65cfa-...4165f': 403 Forbidden (http://svn....com:8088) ``` Any idea why? I googled a lot, but cannot find a solution that works for me.

Original source

Related problems