2013/7/23 Ryan Ollos <[email protected]>

> On Mon, Jul 22, 2013 at 6:06 PM, Hua Xiang <[email protected]> wrote:
>
> > Hi!
> >
> > I am doing the project 'generate time series reports'.
> > Details are:
> > (https://issues.apache.org/bloodhound/wiki/Proposals/BEP-0008)
> >
> > I have created SQL statements to generate reports locally and I also
> > committed the changes needed for display. However, I would like to know
> how
> > to commit my SQL statements to the repository so that other developer can
> > see my change?
> >
> > Thanks!
> >
> > Best,
> > Hua
> >
>
>
> I had pasted a link to "ViewVC" earlier, so that could have been
> misleading, sorry about that.
>
> Please try the following:
>  - $ svn co
> svn.apache.org/repos/asf/bloodhound/branches/bep_0008_time_series_reports
>  - apply your changes in the working copy "bep_0008_time_series_reports"
>  - check-in your changes as you did earlier (but you'll be pushing to your
> branch this time, not the trunk).
>

Commit failed. Please check my last email.

Be careful about unnecessary whitespace changes. In the changeset you
> pushed to the trunk there seemed to be a lot of unnecessary whitespace
> changes, and the "changeset noise" makes it harder for other developers to
> code review the changeset.


Apologize. I will be careful.


> Also, you had made some changes to the Trac
> codebase. In most cases, it should not be necessary for you to touch the
> Trac code (anything under bloodhound/trac in the source code tree). There
> are some exceptions to this, and we can help you work through this after
> you publish your changes.
>

I did changes on api.py and report.py in order to map report column names
and provide correct time format.
I will explain this later.

Reply via email to