Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 1995 13:38:02 -0700
From:      Peter Wemm <peter>
To:        CVS-commiters, cvs-gnu
Subject:   cvs commit: src/gnu/usr.bin/cvs/cvs import.c
Message-ID:  <199508152038.NAA26516@freefall.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
peter       95/08/15 13:38:02

  Modified:    gnu/usr.bin/cvs/cvs  import.c
  Log:
  This changes two things when importing an unreadable file:
  1: It stops invalid files being created in the cvs tree
  2: It stops the import from aborting without mailing a commit message..
  
  The first is simple, it opens the file for reading before touching the
  repository, and the second catches the pieces when it hits an unreadable
  file rather than just aborting mid-way through, leaving the repository in
  a bit mess.
  
  Reviewed by:	rgrimes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508152038.NAA26516>