rombert / ereviewboard

A mylyn-based Eclipse integration for Review Board
46 stars 31 forks source link

Failed creating new review request : No file named ''/ABC/Customized%20for%20Customer/'' found in the repository at revision #143

Open tapasalok opened 9 years ago

tapasalok commented 9 years ago

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)

test1

I think, This is happening when my folders are containing space. If space is not present, It is working fine. E.g.: Working: http://test123/svn/CAR/Branches/CAR6.4.2_Support/ (It will work fine). http://test123/svn/CAR/CAR%20Support/Customer%20Labels/CAR6.2/CAR6.2.03/son/ (It doesn’t work as space is present in folder names).


/Test/ReviewBoard/Codebase (It will work fine). /Test/Review Board/Code Base (It doesn’t work as space is present in folder names).