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]


-- 
Tim Mattox, Ph.D. - http://homepage.mac.com/tmattox/
 tmat...@gmail.com || timat...@open-mpi.org
    I'm a bright... http://www.the-brights.net/

Reply via email to