On Tue, May 21, 2013 at 12:09 PM, Corey Nolet <[email protected]> wrote:
> Keith: Correct. If you specify the revisions in reverse order, it reverses > those commits. > > I'm comfortable with this change and ready to push up. Here's what I'll do: > > Revert changes in 1.4.4 > Revert changes in 1.5 > Revert changes in 1.6 > Merge 1.5 to 1.6 > > Is this what you were describing above Keith? > slightly unrelated. We are trying to keep 1.5 and 1.6 in a state such that "svn merge -r 1:HEAD 1.5 1.6" will work nicely. The point of this is to ensure that bug fixes made in 1.5 are also made in 1.6. > > > On Tue, May 21, 2013 at 12:03 PM, Christopher <[email protected]> wrote: > > > git-svn is likely to do worse with preserving svn history. > > > > -- > > Christopher L Tubbs II > > http://gravatar.com/ctubbsii > > > > > > On Tue, May 21, 2013 at 11:05 AM, Vincent Russell > > <[email protected]> wrote: > > > Corey, > > > > > > You should try git-svn. That should give you an interface that you are > > used to. > > > > > > On Tue, May 21, 2013 at 10:53 AM, Corey Nolet <[email protected]> > wrote: > > >> Ill revert this and redo. Still getting used to svn. > > >> Corey, > > >> > > >> It seems these move were not done is such a way that history was > > preserved. > > >> 'svn move' should be used, it preserves history. Although I never > > use > > >> this. When I move things around in eclipse it automatically does 'svn > > >> move'. > > >> > > >> I looked into how to fix this. There does not seem to be an easy way > > other > > >> than reverting the changes and doing a move. > > >> > > >> Keith > > >> > > >> > > >> On Mon, May 20, 2013 at 10:12 PM, <[email protected]> wrote: > > >> > > >>> Author: cjnolet > > >>> Date: Tue May 21 02:12:28 2013 > > >>> New Revision: 1484644 > > >>> > > >>> URL: http://svn.apache.org/r1484644 > > >>> Log: > > >>> ACCUMULO-1438 Moving MiniAccumuloCluster into mini module > > >>> > > >>> > > >
