Cannot commit jar file to svn after merge: 502 'Bad Gateway'

后端 未结 4 1058
没有蜡笔的小新
没有蜡笔的小新 2021-01-22 01:42

We use visualsvn with tortoiseSVN on the client for version control of the binaries. That is, when we want to test a project, the test branch is merged with the build branch. Th

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-22 02:38

    In my case, I was using RouixSVN and I only had to clear the SVN authentication data on my computer and log in again and it worked. Hope it helps someone else.

    On an Ubuntu system this is done by deleting:

    ~/.subversion/auth
    

    on Windows:

    %APPDATA%\Subversion\auth 
    

提交回复
热议问题