What version are you running?
2.0.15
What's the URL of the page containing the problem?
/reviewboard
What steps will reproduce the problem?
1. Use eReviewBoard to connect from Eclipse using SVN folder names having space in between.
2. It gives the Error while creating review request.
What is the expected output? What do you see instead?
-> It should not show the Error message
What operating system are you using? What browser?
-> Window 7
Please provide any additional information below.
Failed creating new review request: No file named '/ARC/PP/Loyalty247/Client/Android/Customized%20for%20Customer/Robinsons/Loyalty_247_1.0.0_src/Manthan/gen/com/google/android/gms/R.java' found in the repository at revision '73619'
I feel this is coming when there is space in the names of folders. It is adding %20 in between:
E.g.: ReviewBoard (Working fine)
Review Broard (Not working)
I think, This is happening when my folders are containing space. If space is not present, It is working fine.
E.g.: /Test/ReviewBoard/Codebase (It will work fine).
/Test/Review Board/Code Base (It doesn’t work as space is present in folder names).