If you have a subfolder that you’d like to migrate from one repository to another SVN has some built in tools that allow you to do that. Open a command prompt and point it to the directory SVN is installed. For Windows that is C:\Program Files\VisualSVN Server\bin. The default Repository directory is C:\Repositories. Type: svnadmin…
Tag: visualsvn
TortoiseSVN and Error 403 Forbidden
A client of mine was using TortoiseSVN and was having difficulty committing a change to the repository. Below is a similar error message to the one he was getting. svn: Commit failed (details follow): svn: MKACTIVITY of ‘/foobar/!svn/act/1f177b34-1601-0010-84ad-c180bd3a7ab5′: 403 Forbidden (http:/svn.foobar.com) The issue is that Windows is case INSENSITIVE but SVN is case SENSITIVE….