Re: Retrieving dead files from the Attic

2005-07-08 Thread Dennis W. Bulgrien
___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: Retrieving dead files from the Attic

2005-07-08 Thread S I
] To: info-cvs@gnu.org Subject: Re: Retrieving dead files from the Attic Date: Fri, 8 Jul 2005 10:00:29 -0500 Received: from lists.gnu.org ([199.232.76.165]) by mc10-f16.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 8 Jul 2005 08:16:17 -0700 Received: from localhost ([127.0.0.1] helo

RE: Retrieving dead files from the Attic

2005-05-26 Thread Deborah Comeau \(LCL\)
Hi I am also interested in the best way to retrieve dead files. We have had several files and some directories deleted properly through CVS. We are working only on the head (no branches or tags yet, as it is a new project). I have run a few unix commands to determine which files were removed,

Re: Retrieving dead files from the Attic

2005-05-26 Thread Jim Hyslop
S I wrote: Here's another question I have on the same topic: If a file is removed from CVS properly (by rm, cvs rm, cvs ci), what gets committed to the Attic exactly? Both the file and its sister comapnion file,v or just the latter? The original file is never copied into the repository.

Re: Retrieving dead files from the Attic

2005-05-26 Thread Todd Denniston
Deborah Comeau (LCL) wrote: Hi I am also interested in the best way to retrieve dead files. We have had several files and some directories deleted properly through CVS. We are working only on the head (no branches or tags yet, as it is a new project). I have run a few unix commands to

Re: Retrieving dead files from the Attic

2005-05-25 Thread Russ Sherk
Did you commit the file to the Attic? i.e. cvs ci myRepoPath/Attic/myFile.txt Or did you commit to a branch but not to main trunk (or vice-a-versa)? If the second is the case, then you can just merge the file from the branch to the main trunk: cvs co myRepoPath/ cvs up -j branch_name

Re: Retrieving dead files from the Attic

2005-05-25 Thread S I
on the right track? Thanks. Original Message Follows From: Russ Sherk [EMAIL PROTECTED] Reply-To: Russ Sherk [EMAIL PROTECTED] To: S I [EMAIL PROTECTED] CC: info-cvs@gnu.org Subject: Re: Retrieving dead files from the Attic Date: Wed, 25 May 2005 13:04:35 -0400 MIME-Version: 1.0 Received

Re: Retrieving dead files from the Attic

2005-05-25 Thread S I
the Attic, executing the 3 commands I listed. They simply don't work and retrieve new files with zero or empty cotent. Help! Thanks. Original Message Follows From: S I [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: info-cvs@gnu.org Subject: Re: Retrieving dead files from the Attic Date: Wed

Re: Retrieving dead files from the Attic

2005-05-25 Thread S I
the Attic, executing the 3 commands I listed. They simply don't work and retrieve new files with zero or empty cotent. Help! Thanks. Original Message Follows From: S I [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: info-cvs@gnu.org Subject: Re: Retrieving dead files from the Attic Date: Wed