Diffs with revision number

2008-11-20 Thread Tomas Friml
Hi, I'm trying to get reviewboard working (for pre-reviews), but somehow can't create new review requests. The problem is that SVN puts date in diff instead of revision number and rb can't parse it. I couldn't find any information how to force SVN (I'm using 1.5.1 client) to put revision number in

Re: Diffs with revision number

2008-11-20 Thread Christian Hammond
This should happen automatically. You're using "svn diff"? Also, is this on Windows or Linux? I'm also running 1.5.1 and I'm not seeing this behavior. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Nov 20, 2008 at 12:18 PM, Tomas Friml <[EMAIL PROTECTED]>wrote: > > H

Re: Diffs with revision number

2008-11-20 Thread Tomas Friml
D'oh! I found out. The problem obviously is in my diffwrapper script. I normally use vimdiff for diffing or normal diff for diffs for reviews (invoked by svn diff -x u command). So it's GNU diff which obviously put the dates there not the SVN. So now I'm able to upload diffs! :) Cheers On 21 Li