What version are you running?
1.6.9
What's the URL of the page containing the problem?
http://127.0.0.1/admin/db/scmtools/repository/1/
What steps will reproduce the problem?
1.create .reviewboardrc within working copy containing REVIEWBOARD_URL = "http://127.0.0.1/"
2.set repository within review board to : https://XXX.com/svn/infinity/trunk/0.1
3. run post-review
What is the expected output? What do you see instead?
- a diff file to be generated
- instead i see "Error uploading diff Your review request still exists, but the diff is not attached."
What operating system are you using? What browser?
linux (ubuntu)
Please provide any additional information below.
when debug is enabled i see:
post-review --output-diff --debug>>> RBTools 0.4.1
>>> Home = /home/tom
>>> HTTP GETting api/
>>> HTTP GETting http://127.0.0.1/api/info/
>>> Using the new web API
Index: /trunk/0.1/scripts/configure-apache.sh
===================================================================
--- /trunk/0.1/scripts/configure-apache.sh (revision 143)
+++ /trunk/0.1/scripts/configure-apache.sh (working copy)
@@ -5,7 +5,7 @@
SRCHEAD=$SRC_HEAD
APACHECONF=$SRCHEAD/src/third-party/build/apache/conf/
ROLLBACKFILE=httpd.conf.rollback
-
+echo test
cd $APACHECONF
HTTPCONFBACKUP=httpd.conf.backup
CONFIGFILE=httpd.conf