4439: There was an error displaying this diff. The patch to 'pom.xml' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.5kc5pw' for debugging purposes. `patch` returned: This may be a bug in the software, a temporary outage, or an issue with the form

skumaravel

What version are you running?

What's the URL of the page containing the problem?

What steps will reproduce the problem?

What is the expected output? What do you see instead?

What operating system are you using? What browser?

Please provide any additional information below.

david
#1 david

This is almost always a configuration problem with the repository. Can you send us details of how it's set up in the Review Board admin site on the community mailing list?

  • -New
    +SetupIssue
#2 skumaravel

Really sorry I am a fresher in working with review board so I dont know how to get these details.Can you please help me with it?

david
#3 david

In the Review Board administration page, click the repository configuration. Take a screenshot of that, and send it to the community mailing list (https://www.reviewboard.org/mailing-lists/). If possible, please also share the contents of the temporary directory listed in the error output.

#4 skumaravel

Hi,

I dont have administration tab in my organization's review board page.
I will give you details of how I had set up the repository.
I cloned it from the main url: git clone <url name>
Sunced from another branch: git checkout <branch name>
git pull
Created a local branch: git checkout -b <local branch name>
Then edited some of the exixting files and added new files.
For the first time without staging the newly added files I committed the edited ones and posted a review.
Then again adding the newly added files I commited and got a new commit id and posted the review for that.
Then there was corrections to be made to those files.So I edited those files and committed. But now when I post review using commands, post-review <new-commit-id> or post-review <new-commit-id> -r <old-reviewreq-no> there was an error in displaying the diff.
So now I get this error only when i edit those existing files and if I add a new file it is diaplyed correctly.
Can you please provide me a solution for this?

david
#5 david

If you're not the administrator, you'll have to talk to them first.

#6 skumaravel

If I am not publishing a review request and creating a new nequest for the same number will the older one be replaced?

david
#7 david

Please use the community mailing list for questions. This bug tracker is an inappropriate place for it.

#8 skumaravel

Is there a way to delete that request and create a new one?