I am trying to share simple project I have created to Neotys Team Server. I getting below exception.
org.tmatesoft.svn.core.SVNException: svn: REPORT of '/svnroot/repository_1/!svn/vcc/default': 500 Internal Server Error (http://serverName:8080)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1282)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:828)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.update(SVNUpdateClient.java:564)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:942)
at com.neotys.nl.h.a.b.r.a(r.java:281)
at com.neotys.nl.gui.i.sb.a(sb.java:212)
at com.neotys.nl.gui.i.sb.a(sb.java:61)
at com.neotys.nl.gui.i.kb.run(kb.java:85)
Options Tried:
Setting up WebDev as per the steps mentioned on this link.
https://www.iis.net/configreference/system.webserver/webdav
Where have you stored your "repository_1" folder in your server? Is it on a folder where the NTS has write permission?
For example, do not use the root of C: drive to share your project as you may not have sufficient permission.
repository_1 was created on C: drive.
So I created another repository "Sample" on D:\NeoLoadRepository and tried to share my project in this new repository. However I got the same error.
The reason it was not working was I did not create any role for the sample repository in the Permissions tab. After I created that with Read and Write permissions it took I could share the project.