[dcmf] Re: BGP patch for MPICH2
Dave Goodell
goodell at mcs.anl.gov
Mon Feb 25 15:28:09 CST 2008
On Feb 25, 2008, at 3:16 PM, Joe Ratterman wrote:
> I've broken the patch into 4 sections--and gzipped them to reduce the
> size for the list--which modify these parts only:
> + device : mpich/src/mpid/
> + romio : mpich/src/mpi/romio
> + test-suite : mpich2/test/ (these are probably almost completely
> pointless for you)
> + other : everything else
>
> Git uses ignore files much like cvs did, but I've found that
> subversion does not. Since there should be ignored files in the
> mpich/test/util/timer/ directory, it seems most simple to keep the
> .cvsignore file. That file doesn't have to stay, but I don't know how
> to get that info into SVN. Do you know how to handle that?
Hi Joe,
See the "svn:ignore" section of the following link for an explanation
of how this is handled in SVN. The ultra-brief summary is that you
set the "svn:ignore" property on the relevant directories to a
pattern that includes the files to be ignored.
http://svnbook.red-bean.com/en/1.1/ch07s02.html
The cvsignore file should be simple enough for us to import as the
corresponding property.
-Dave
More information about the dcmf
mailing list