I just upgraded to Neoload 6.0 and NTS 2.1.4 after uninstalling previous version of Neoload and deleting the local copies of the projects. Now, when i am trying to check out projects from the Team Repository, i get the following error:
org.tmatesoft.svn.core.SVNException: svn: CRLF expected at end of chunk: 121/43
svn: REPORT request failed on '/svnroot/Kratos-Repo/!svn/vcc/default'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:106)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:90)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:645)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:280)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:268)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:286)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1280)
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.i.a.b.s.a(s.java:489)
at com.neotys.nl.i.a.b.s.a(s.java:460)
at com.neotys.nl.gui.i.L.f(L.java:45)
at com.neotys.nl.gui.i.I.run(I.java:193)
What would be the possible solution for this?
Resolved. I had to check out the project into a different folder outside of default folder. The cause of this error most likely seems because NTS was still seeing the project in the older folder location creating conflict.
In case anyone else is looking for answers: I got this error when trying to save a project into a new repository.
I solved the problem by ensuring my user had permissions for Read and Write on the newly created repo (no permissions are set by default when the repo is created).