Cannot find base revision

Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
Post Reply
rickyjonesus
Posts: 1
Joined: Fri 09 Jan 2015 22:14

Cannot find base revision

Post by rickyjonesus » Fri 09 Jan 2015 22:16

When trying to compare files, we only get one revision of the file which is the latest.

Also when clicking View Base Version an error is displayed "Error while getting the file revision from the repository."

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: Cannot find base revision

Post by AlexeyN » Mon 12 Jan 2015 14:37

Please tell us what VCS do you use? Does the error occur at all files?

thijsm
Posts: 2
Joined: Wed 18 Mar 2015 10:30

Re: Cannot find base revision

Post by thijsm » Wed 18 Mar 2015 10:36

Same problem occurred here. Trying to Compare/View Last Revision of a file with comment, and the following error pops up:

Error while getting the file revision from the repository.

Possible cause:
You trying to open a file that was removed in an earlier or current revision.


Previous review projects of the same code base don't give that error. However, all the last review projects and all comments/files result in the same error.
We are using SVN, Visual Studio 2010.

Note: a team member created review with myself as Author and Moderator and himself as Reviewer.

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: Cannot find base revision

Post by AlexeyN » Thu 19 Mar 2015 12:33

We need more information to deal with your problem. What version of Review Assistant and Code Compare do you use? Also, please provide us with screen-shots showing revision tree from your VCS client. You can post your response here or write to support.

thijsm
Posts: 2
Joined: Wed 18 Mar 2015 10:30

Re: Cannot find base revision

Post by thijsm » Tue 24 Mar 2015 14:35

We solved the problem by changing the repo path of the project from

Code: Select all

https://xxx/production/LabelProgrammerLaserMachine
to

Code: Select all

https://xxx/production/LabelProgrammerLaserMachine/trunk
although the working directory pointed to the root, not the trunk:

Code: Select all

C:\Repo\production\LabelProgrammerLaserMachine

Post Reply