Tim Mattox, Thanks for your very good suggestion; I will make sure that the author of that script incorporates it. It is possible he may not have a history of using Subversion and may not have understood the significance. Since ORNL now has four people working on the BTL move project (cf., "Author: lb7" in the commit message, whereas my username is "koenig") I am not always aware of what some of the other worker bees may have done. Thanks again -- Greg Koenig.
On 1/29/09 4:58 PM, "Tim Mattox" <timat...@open-mpi.org> wrote: > Greg Koenig, > I would suggest that for this tmp/koenig-btl/modif script > that you use this construct to move files within a > subversion checkout: "svn mv ompi/mca/allocator onet/mca/" > rather than without the "svn". > Using "svn mv" preserves the change history of the files. > > On Wed, Jan 28, 2009 at 1:10 PM, <l...@osl.iu.edu> wrote: >> Author: lb7 >> Date: 2009-01-28 13:10:36 EST (Wed, 28 Jan 2009) >> New Revision: 20380 >> URL: https://svn.open-mpi.org/trac/ompi/changeset/20380 >> >> Log: >> modifying script updated >> Text files modified: >> tmp/koenig-btl/modif | 17 +++++++++++++++++ >> 1 files changed, 17 insertions(+), 0 deletions(-) >> >> Modified: tmp/koenig-btl/modif >> =============================================================================>> = >> --- tmp/koenig-btl/modif (original) >> +++ tmp/koenig-btl/modif 2009-01-28 13:10:36 EST (Wed, 28 Jan 2009) >> @@ -159,6 +159,14 @@ >> mv ompi/mca/common onet/mca/ >> >> echo >> +echo Moving the allocator there >> +mv ompi/mca/allocator onet/mca/ >> + >> +echo >> +echo Moving the rcache there >> +mv ompi/mca/rcache onet/mca/ >> + > [snip] >