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).

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. 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.

Reply via email to