Re: Error uploading diff files

2012-08-30 Thread Varun Luthra
Hi Christian, I Created a java class - Test.java uploaded it to SVN -> Made changes to it on my local i.e. version 2 -> now generated diff/patch file using Tortoise SVN -> committed the generated patch/diff file to SVN repository. In reviewboard, when i use the upload diff option from my review r

Re: Error uploading diff files

2012-08-30 Thread Christian Hammond
Hi Varun, The problem you're hitting is with the base directory you specified. This needs to be the relative path within the SVN repository to where you generated the diff. For example, /trunk, or /trunk/myproj. The post-review tool will do this for you. Christian On Aug 30, 2012, at 21:51,

Re: Error uploading diff files

2012-08-30 Thread Christian Hammond
Hi Varun, We recommend installing our RBTools Python package. (See our docs for the post-review tool in the user manual on reviewboard.org). This handles the generation of a diff, creation of a review request, and the uploading of the diff. If you wanted to do it manually, I'd need to know a b

Error uploading diff files

2012-08-29 Thread Varun Luthra
Hi everyone, I am new to reviewboard and trying to explore the features of this tool as we need to use this tool for our company. I am facing quite a few issues in uploading Diff files. Could anyone please help out me on how to upload the diff file, please provide steps if possible. Any help with