On Sat, Apr 21, 2012 at 07:03:52AM -0000, as...@apache.org wrote: > Author: ashod > Date: Sat Apr 21 07:03:51 2012 > New Revision: 1328595 > > URL: http://svn.apache.org/viewvc?rev=1328595&view=rev > Log: > Pristine.db created during db-init. > ** Checkpoint: raw code. Not ready for review yet! **
> - > + > - > + > - * > + * > - moved_to_relpath = svn_sqlite__column_text(stmt, 21, NULL); > + moved_to_relpath = svn_sqlite__column_text(stmt, 21, NULL); > - > + > - > + All of the above changes trim trailing whitespace. Did you make these changes on purpose or is your editor configured to strip trailing whitespace automatically? The branch focuses on compressed pristines, and so should the diffs you commit there. Apart from the necessary sync merges to trunk, of course (which should not contain unrelated changes either). It would be better to make cosmetic changes like this on trunk. Remember that you can commit to trunk if you get a +1 from a full committer. Also note that Blair did a whitespace sweep recently in r1328097. Maybe that commit overlaps with the changes above?