Requested file was not found in the change list
Hi,
after upgrading TeamCity to version 4.5, it's not possible to open the diff window anymore.
I'm using CVS and get the following error message:
Requested file was not found in the change list: VcsModification{myId=9999, myVcsRoot=1, myVersion='8353_2009/01/20 10:37:58 +0100', myUser='xxx@xxx.com'}
I also need to mention, that I installed new Build Agents with different names. Maybe this is the problem...
Many regards,
Timo Schäfer.
Please sign in to leave a comment.
Could you please take a look at the url used to open diff window and provide it here?
The following link has been generated by TeamCity:
http://teamcity.xxx.com/diffView.html?id=9999&vcsFileName=svn+ssh://subversion.xxx.com:22/trunk/root/xxx/file.java&personal=false
Probably the problem is caused by incorrect escaping in JSP. I attached updated jsp file, please try to save it to the following path: TeamCity/webapps/ROOT/ (backup original file first). Tomcat needs some time to discover changes in jsp (about minute or so), after that links to diff view should be fixed.
Attachment(s):
changedFile.jsp
Thanx a lot,
it's working fine now
I was having the same problem and the attached file solved the issue for me as well. Thanks.