Hi all, We are planning to move MPICH2, ROMIO and MPE to SVN this Friday (11/02). If you have any outstanding changes, please commit them to either the trunk or a branch. Note that we are not moving the CVS history to SVN; we will only be moving the head of the trunk and the branches. Also, not all of the branches/tags will be moved. If you would like a branch to get moved, and you don't see if in the list below, please let me know. Similarly, if a branch listed below is no longer relevant, please let me know. Tags: MPICH2_1_0_6p1 Branches: MPICH2_1_0_6p0 nemesis-blocking nemesis-blocking-nolock romio-zoidfs-branch romio-portable-branch romio_rma_locks romio_avery_dtype_io mpig-dev-branch-20070808 Thanks. -- Pavan -- Pavan Balaji http://www.mcs.anl.gov/~balaji
Just a reminder that we will be moving MPICH2, ROMIO and MPE to SVN tomorrow. We'll disallow access to the CVS repository after lunch tomorrow. If you have any outstanding changes, please commit them. Thanks. -- Pavan On 10/30/2007 02:53 PM, Pavan Balaji wrote:
Hi all,
We are planning to move MPICH2, ROMIO and MPE to SVN this Friday (11/02). If you have any outstanding changes, please commit them to either the trunk or a branch. Note that we are not moving the CVS history to SVN; we will only be moving the head of the trunk and the branches. Also, not all of the branches/tags will be moved. If you would like a branch to get moved, and you don't see if in the list below, please let me know. Similarly, if a branch listed below is no longer relevant, please let me know.
Tags: MPICH2_1_0_6p1
Branches: MPICH2_1_0_6p0 nemesis-blocking nemesis-blocking-nolock romio-zoidfs-branch romio-portable-branch romio_rma_locks romio_avery_dtype_io mpig-dev-branch-20070808
Thanks.
-- Pavan
-- Pavan Balaji http://www.mcs.anl.gov/~balaji
Thanks for the heads up. It's much appreciated. --brian |-----Original Message----- |From: Pavan Balaji [mailto:[email protected]] |Sent: Thursday, November 01, 2007 17:13 |To: [email protected] |Cc: [email protected]; [email protected] |Subject: Re: Moving MPICH2 to SVN | | |Just a reminder that we will be moving MPICH2, ROMIO and MPE to SVN |tomorrow. We'll disallow access to the CVS repository after lunch |tomorrow. If you have any outstanding changes, please commit them. | |Thanks. | | -- Pavan | |On 10/30/2007 02:53 PM, Pavan Balaji wrote: |> Hi all, |> |> We are planning to move MPICH2, ROMIO and MPE to SVN this Friday |> (11/02). If you have any outstanding changes, please commit them to |> either the trunk or a branch. Note that we are not moving the CVS |> history to SVN; we will only be moving the head of the trunk and the |> branches. Also, not all of the branches/tags will be moved. If you would |> like a branch to get moved, and you don't see if in the list below, |> please let me know. Similarly, if a branch listed below is no longer |> relevant, please let me know. |> |> Tags: |> MPICH2_1_0_6p1 |> |> Branches: |> MPICH2_1_0_6p0 |> nemesis-blocking |> nemesis-blocking-nolock |> romio-zoidfs-branch |> romio-portable-branch |> romio_rma_locks |> romio_avery_dtype_io |> mpig-dev-branch-20070808 |> |> Thanks. |> |> -- Pavan |> | |-- |Pavan Balaji |http://www.mcs.anl.gov/~balaji
The move to SVN is now complete. You can check out the complete mpich2 source from here: https://svn.mcs.anl.gov/repos/mpi/mpich2. You'll need to use your UNIX password the first time, after which you machine caches it by default for most distributions. To check out the trunk: $ svn co https://svn.mcs.anl.gov/repos/mpi/mpich2/trunk mpich2 To check out a branch: $ svn co https://svn.mcs.anl.gov/repos/mpi/mpich2/branches/dev/<branch> To check out a tag: $ svn co https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/dev/<tag> Please verify that the branches you asked for are present and correct (if there is an error, it'll be very difficult to revert at a later time). All developer branches are present in https://svn.mcs.anl.gov/repos/mpi/mpich2/branches/dev and all release branches are present in https://svn.mcs.anl.gov/repos/mpi/mpich2/branches/release. The same is true for tags as well. If you are not aware of SVN commands, they are very similar to CVS. You can use "svn update", "svn commit", etc. The only major difference you should be aware of is that if you get a conflict on your changes, once you have fixed the conflict, you need to use "svn resolved <filename>" before doing an SVN commit -- SVN will not commit it without you specifying that you resolved the conflict. If you need more details about SVN, you can find them here: http://svnbook.red-bean.com. Let me know if you run into any issues. Thanks. -- Pavan On 11/01/2007 05:12 PM, Pavan Balaji wrote:
Just a reminder that we will be moving MPICH2, ROMIO and MPE to SVN tomorrow. We'll disallow access to the CVS repository after lunch tomorrow. If you have any outstanding changes, please commit them.
Thanks.
-- Pavan
On 10/30/2007 02:53 PM, Pavan Balaji wrote:
Hi all,
We are planning to move MPICH2, ROMIO and MPE to SVN this Friday (11/02). If you have any outstanding changes, please commit them to either the trunk or a branch. Note that we are not moving the CVS history to SVN; we will only be moving the head of the trunk and the branches. Also, not all of the branches/tags will be moved. If you would like a branch to get moved, and you don't see if in the list below, please let me know. Similarly, if a branch listed below is no longer relevant, please let me know.
Tags: MPICH2_1_0_6p1
Branches: MPICH2_1_0_6p0 nemesis-blocking nemesis-blocking-nolock romio-zoidfs-branch romio-portable-branch romio_rma_locks romio_avery_dtype_io mpig-dev-branch-20070808
Thanks.
-- Pavan
-- Pavan Balaji http://www.mcs.anl.gov/~balaji
On Fri, Nov 02, 2007 at 03:30:42PM -0500, Pavan Balaji wrote:
The move to SVN is now complete. You can check out the complete mpich2 source from here: https://svn.mcs.anl.gov/repos/mpi/mpich2. You'll need to use your UNIX password the first time, after which you machine caches it by default for most distributions.
Thanks, Pavan. Things look OK so far. ==rob -- Rob Latham Mathematics and Computer Science Division A215 0178 EA2D B059 8CDF Argonne National Lab, IL USA B29D F333 664A 4280 315B
Anthony just pointed out that I moved the empty directories to SVN as well. I'll need to clean them up. Please do not commit anything to the SVN as yet. I'll send out an email once this is fixed. Thanks. -- Pavan On 11/02/2007 04:08 PM, Robert Latham wrote:
On Fri, Nov 02, 2007 at 03:30:42PM -0500, Pavan Balaji wrote:
The move to SVN is now complete. You can check out the complete mpich2 source from here: https://svn.mcs.anl.gov/repos/mpi/mpich2. You'll need to use your UNIX password the first time, after which you machine caches it by default for most distributions.
Thanks, Pavan. Things look OK so far.
==rob
-- Pavan Balaji http://www.mcs.anl.gov/~balaji
Ok, here's attempt 2. Please check it out and make sure everything looks fine. Thanks. -- Pavan On 11/02/2007 04:12 PM, Pavan Balaji wrote:
Anthony just pointed out that I moved the empty directories to SVN as well. I'll need to clean them up. Please do not commit anything to the SVN as yet. I'll send out an email once this is fixed.
Thanks.
-- Pavan
On 11/02/2007 04:08 PM, Robert Latham wrote:
On Fri, Nov 02, 2007 at 03:30:42PM -0500, Pavan Balaji wrote:
The move to SVN is now complete. You can check out the complete mpich2 source from here: https://svn.mcs.anl.gov/repos/mpi/mpich2. You'll need to use your UNIX password the first time, after which you machine caches it by default for most distributions.
Thanks, Pavan. Things look OK so far.
==rob
-- Pavan Balaji http://www.mcs.anl.gov/~balaji
participants (3)
-
Brian R. Toonen -
Pavan Balaji -
robl@mcs.anl.gov