3090: Review Board Error when uploading SVN Diff

a20***@motoro****** (Google Code) (Is this you? Claim this profile.)
Sept. 12, 2013
What version are you running? - Review Board 1.5

What's the URL of the page containing the problem? - http://ca25rbs.am.mot.com/reviews/iptv/r/2815/#


What steps will reproduce the problem?
1. Take an SVN diff of the two revisions from the SVN repository "http://ca25csvn01.w1.bcs.mot.com/svn/repos/iptv/vip/branches/WINCE500_BCM7405_PLAYCAST/" running the command as below on a linux machine:
svn diff -r7125:7268 http://ca25csvn01.w1.bcs.mot.com/svn/repos/iptv/vip/branches/WINCE500_BCM7405_PLAYCAST/ > svndiff_BLS2_7125_7268_new.txt
2. Create a new review and specify the base directory as : http://ca25csvn01.w1.bcs.mot.com/svn/repos/iptv/vip/branches/WINCE500_BCM7405_PLAYCAST
2.Choose file as "svndiff_BLS2_7125_7268_new.txt" as the diff.
3.Do not Choose Parent Diff
4. Click "Upload" button.

What is the expected output? What do you see instead?
Expected proceed to the next screen and show the file difference; so that I can publish the review.

Instead I am getting an error message "The file "http://ca25csvn01.w1.bcs.mot.com/svn/repos/iptv/vip/branches/WINCE500_BCM7405_PLAYCAST/PLATFORM/Bcm97405/SRC/BOOTLOADER/PlaycastBLS2/PlaycastBLS2_B0.bib" (revision 7125) was not found in the repository" as given in the attached picture.

What operating system are you using? What browser?
Using Windows 7 and Chrome(Version 29.0). (I tried with IE Version 8)

Please provide any additional information below:
Attached zip file contains the SVN diff and the screen capture of the error.
chipx86
#1 chipx86
The base directory is not valid. It should be a path relative to the root of the SVN repository (not containing the path to the repository) where you generated the diff.

In your case, I would assume it's /svn/erpos/iptv/vip/branches/WINCE500_BCM7405_PLAYCAST.

By the way, do you want us to delete the uploaded file? This is a publicly visible bug tracker.
  • +NeedInfo
#2 a20***@motoro****** (Google Code) (Is this you? Claim this profile.)
I am getting a similar error as below; When I use "/svn/repos/iptv/vip/branches/WINCE500_BCM7405_PLAYCAST".


The file "/svn/repos/iptv/vip/branches/WINCE500_BCM7405_PLAYCAST/PLATFORM/Bcm97405/SRC/BOOTLOADER/PlaycastBLS2/PlaycastBLS2_B0.bib" (revision 7125) was not found in the repository
#3 a20***@motoro****** (Google Code) (Is this you? Claim this profile.)
Issue got resolved by setting the base directory to "/iptv/vip/branches/WINCE500_BCM7405_PLAYCAST"
david
#4 david
  • -NeedInfo
    +UserError