Re: Nothing happens when I upload a patch

2008-10-09 Thread Christian Hammond
That bare except sucks. We definitely need to do something about it, we just haven't yet. I thought at one point we actually relayed the error back to the web UI, but I don't recall for sure. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Thu, Oct 9, 2008 at 12:25 PM, Chris

Re: Nothing happens when I upload a patch

2008-10-09 Thread Chris Clark
On 10/9/2008 12:12 PM, Paulo Eduardo Neves wrote: > > Here it is, the Abominable Except Catch All code smell. I can't count > how many times this beast hurt me. The exception is eaten and nothing > happens in the interface. I've put a raise after the pass and got > this: > . > Should I op

Re: Nothing happens when I upload a patch

2008-10-09 Thread Paulo Eduardo Neves
On Oct 8, 8:31 pm, Chris Clark <[EMAIL PROTECTED]> wrote: > On 10/8/2008 4:21 PM, Paulo Eduardo Neves wrote: > > I've already did some patch uploads through the web interface, but now > > when I try to upload a diff generated by subversion nothing happens. > When I was debugging my SCM diffs, I a

Re: Nothing happens when I upload a patch

2008-10-08 Thread Chris Clark
On 10/8/2008 4:21 PM, Paulo Eduardo Neves wrote: > I've already did some patch uploads through the web interface, but now > when I try to upload a diff generated by subversion nothing happens. > > My steps: > 1) generate diff with this command: >svn diff -r 15854:15855 > e:\revision15855.patch