[Python-checkins] python/dist/src/Doc/dist dist.tex,1.73,1.74

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon May 31 15:28:31 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/dist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9423/Doc/dist

Modified Files:
	dist.tex 
Log Message:
SF patch 959726:  sdist versus SVN
The disutils sdist command now ignores .svn directories.


Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** dist.tex	31 Mar 2004 01:50:37 -0000	1.73
--- dist.tex	31 May 2004 19:27:58 -0000	1.74
***************
*** 1067,1071 ****
  \begin{itemize}
  \item all files in the Distutils ``build'' tree (default \file{build/})
! \item all files in directories named \file{RCS} or \file{CVS}
  \end{itemize}
  Now we have our complete list of files, which is written to the manifest
--- 1067,1071 ----
  \begin{itemize}
  \item all files in the Distutils ``build'' tree (default \file{build/})
! \item all files in directories named \file{RCS}, \file{CVS} or \file{.svn}
  \end{itemize}
  Now we have our complete list of files, which is written to the manifest
***************
*** 1099,1104 ****
    \code{prune} command in the manifest template comes after the
    \code{recursive-include} command
! \item exclude the entire \file{build} tree, and any \file{RCS} or
!   \file{CVS} directories
  \end{enumerate}
  Just like in the setup script, file and directory names in the manifest
--- 1099,1104 ----
    \code{prune} command in the manifest template comes after the
    \code{recursive-include} command
! \item exclude the entire \file{build} tree, and any \file{RCS},
!   \file{CVS} and \file{.svn} directories
  \end{enumerate}
  Just like in the setup script, file and directory names in the manifest




More information about the Python-checkins mailing list