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

See page 113 of the Repository Admin:

cd into the folder where you need to retrieve the file and do

c:cvs -Q update -p -r 1.1 foo.jpg  foo.jpg
c:dir (to verify)
c:cvs add -kb foo.jpg
c:cvs ci -m comment foo.jpg





Original Message Follows
From: Dennis W. Bulgrien [EMAIL PROTECTED]
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=lists.gnu.org)by lists.gnu.org 
with esmtp (Exim 4.43)id 1Dqubp-py-HHfor [EMAIL PROTECTED]; Fri, 08 Jul 
2005 11:17:45 -0400
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)id 
1DquY6-0008AD-FQfor info-cvs@gnu.org; Fri, 08 Jul 2005 11:13:54 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)id 
1DquY3-000894-JDfor info-cvs@gnu.org; Fri, 08 Jul 2005 11:13:53 -0400
Received: from [199.232.76.173] (helo=monty-python.gnu.org)by lists.gnu.org 
with esmtp (Exim 4.43) id 1DquY3-00087M-2lfor info-cvs@gnu.org; Fri, 08 Jul 
2005 11:13:51 -0400
Received: from [80.91.229.2] (helo=ciao.gmane.org)by monty-python.gnu.org 
with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16)(Exim 4.34) id 
1DqubV-0002l7-Fsfor info-cvs@gnu.org; Fri, 08 Jul 2005 11:17:25 -0400
Received: from root by ciao.gmane.org with local (Exim 4.43)id 
1DquUW-0005YW-3Ffor info-cvs@gnu.org; Fri, 08 Jul 2005 17:10:12 +0200
Received: from saturn.vcsd.com ([64.238.237.215])by main.gmane.org with 
esmtp (Gmexim 0.1 (Debian))id 1AlnuQ-0007hv-00for info-cvs@gnu.org; Fri, 
08 Jul 2005 17:10:12 +0200
Received: from dbulgrien by saturn.vcsd.com with local (Gmexim 0.1 
(Debian))id 1AlnuQ-0007hv-00for info-cvs@gnu.org; Fri, 08 Jul 2005 
17:10:12 +0200

X-Message-Info: JGTYoYF78jG1CpPzNfJmeEfSZiYehpSFfnKOeq8XphM=
X-Injected-Via-Gmane: http://gmane.org/
Lines: 2
References: 
[EMAIL PROTECTED][EMAIL PROTECTED]

X-Complaints-To: [EMAIL PROTECTED]
X-Gmane-NNTP-Posting-Host: saturn.vcsd.com
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
X-BeenThere: info-cvs@gnu.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Announcements and discussions for the CVS version control 
systeminfo-cvs.gnu.org
List-Unsubscribe: 
http://lists.gnu.org/mailman/listinfo/info-cvs,mailto:[EMAIL PROTECTED]

List-Archive: http://lists.gnu.org/pipermail/info-cvs
List-Post: mailto:info-cvs@gnu.org
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.gnu.org/mailman/listinfo/info-cvs,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 08 Jul 2005 15:16:18.0034 (UTC) 
FILETIME=[FD41BD20:01C583CF]


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs




___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


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, (removed by one person on May 18th), but do not have the latest
revision numbers. What is the best/proper way to retrieve these files
from the Attic?

Deb Comeau


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?  I've noticed that I only get to
see the latter version under all my Attic subfolders, if this is the
case then I'm good but the original file needs to be visible in the
Attic too along with its file,v, then our developers have not been
properly deleting or removing files from cvs and we're in trouble.

I still have not managed to retrieve my lost files from 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]

No, it was committed to the Attic in the subfolder where the file was
deleted.  I'm now on the repository and see this file in the Attic.  
However, I'm not sure whether to retrieve from the server side or my
desktop/client side?  The 3 steps I posted seem to be done from the
client side?  Am I on the right track?  Thanks.

-
From: Russ Sherk [EMAIL PROTECTED]

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 myRepoPath/myFile.txt

(Note the lack of Attic in the path)

--Russ

On 5/25/05, S I [EMAIL PROTECTED] wrote:
  We're running the cvs Repo on a linux box with no shell access to
users   who're on the WinXP client side, except myself as the Admin.
 
  A user accidentally committed files to the Attic and we need to
retrieve   them.  I've committed files to the attic many times before
but we never had   the need to retrieve.  I myself access the Repo via
WinXP Dos prompt, as a   client too to do my work and never login to
shell except to create new users   or do maintenance, etc.
 
  Can I retrieve the dead files from winxp client side by being in my
working   copy's specific folder where the file was deleted, like so:
 
  cvs -Q update -p -r (revision) foo.jpg  foo.jpg cvs add -kb
foo.jpg (only if binary) cvs ci -m Resurrecting the Dead!
foo.jpg If this has to be done on the unix side, do I have create
a working copy in   my $home$ folder?  I need specifics please.  Your
help is very much   appreciated.  Thank you.
 
  Steven


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


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. When you 'cvs 
remove' a file, CVS adds a new revision to the ,v file, with the state 
dead, and the file is moved into the Attic.


I still have not managed to retrieve my lost files from the Attic, 
executing the 3 commands I listed.  They simply don't work and retrieve 
new files with zero or empty cotent.  Help!


Keep in mind that just because a file is in the Attic does not mean it 
is completely dead. It only means that the *trunk* is dead.


Unless the file was explicitly checked into the Attic directory (which 
is unlikely, because the developer really has to go through hoops to do 
that) then everything can be done from your client.


What does a 'cvs log' show for one of the files? (You can trim the log 
messages themselves, but please keep intact the header and the revision 
state info, e.g.:


RCS file: /cvs_repository/conversations/factory/save.txt,v
Working file: save.txt
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:

revision 1.1
date: 2003/03/09 16:26:19;  author: Jim;  state: Exp;
[log message trimmed]
=

--
Jim



___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


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 determine which files were
 removed, (removed by one person on May 18th), but do not have the latest
 revision numbers. What is the best/proper way to retrieve these files
 from the Attic?
 
 Deb Comeau
in a sandbox you can issue 
cvs history -cal name_of_removed_file
or
cvs log name_of_removed_file
to get the version numbers.

i.e. I issue:
cvs history -cal  $PATH/Makefile
and get:
R 2005-02-16 01:20 + tdennist 1.8 Makefile $PATH == remote

The R at the begining is where it was removed, 1.8 is the 'dead' version, so
to get back a live version...
cvs checkout -r1.7 -p $PATH/Makefile  $PATH/Makefile
cvs add $PATH/Makefile
I think...

This is not intended to be direction to a gov contractor to do anything,
just a listing of information which _may_ answer the question which was
asked.
-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the WarfighterThe opinions expressed here are not sanctioned by and do not necessarily 
represent those of my employer.
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


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 myRepoPath/myFile.txt

(Note the lack of Attic in the path)

--Russ

On 5/25/05, S I [EMAIL PROTECTED] wrote:
 We're running the cvs Repo on a linux box with no shell access to users
 who're on the WinXP client side, except myself as the Admin.
 
 A user accidentally committed files to the Attic and we need to retrieve
 them.  I've committed files to the attic many times before but we never had
 the need to retrieve.  I myself access the Repo via WinXP Dos prompt, as a
 client too to do my work and never login to shell except to create new users
 or do maintenance, etc.
 
 Can I retrieve the dead files from winxp client side by being in my working
 copy's specific folder where the file was deleted, like so:
 
 cvs Q update -p -r (revision) foo.jpg  foo.jpg
 
 cvs add kb foo.jpg (only if binary)
 
 cvs ci -m Resurrecting the Dead! foo.jpg
 
 If this has to be done on the unix side, do I have create a working copy in
 my $home$ folder?  I need specifics please.  Your help is very much
 appreciated.  Thank you.
 
 Steven
 
 
 
 
 ___
 Info-cvs mailing list
 Info-cvs@gnu.org
 http://lists.gnu.org/mailman/listinfo/info-cvs

___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


Re: Retrieving dead files from the Attic

2005-05-25 Thread S I
No, it was committed to the Attic in the subfolder where the file was 
deleted.  I'm now on the repository and see this file in the Attic.  
However, I'm not sure whether to retrieve from the server side or my 
desktop/client side?  The 3 steps I posted seem to be done from the client 
side?  Am 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: from wproxy.gmail.com ([64.233.184.201]) by mc7-f30.hotmail.com 
with Microsoft SMTPSVC(6.0.3790.211); Wed, 25 May 2005 10:04:37 -0700
Received: by wproxy.gmail.com with SMTP id 71so559239wrafor 
[EMAIL PROTECTED]; Wed, 25 May 2005 10:04:35 -0700 (PDT)
Received: by 10.54.37.8 with SMTP id k8mr457405wrk;Wed, 25 May 2005 
10:04:35 -0700 (PDT)

Received: by 10.54.7.76 with HTTP; Wed, 25 May 2005 10:04:35 -0700 (PDT)
X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8=
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;s=beta; d=gmail.com; 
   
h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; 
   
b=I5ZeHMM9PAhL7E7HwXpKU5oR/7ooUgzJAzW5dLwUYy9Hbb5+fkq6zb8n9Knw1JfNFThrUjPxexTE9G4Z+fBKiguyWQH3HxZvnU+dqAChGp1tReThEY48Xw54dnOpGepZCobK/ly5buxzosmJZ2lowvEtrhPqopTf+6dy4QJKK2c=
References: [EMAIL PROTECTED] 
[EMAIL PROTECTED]

Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 25 May 2005 17:04:37.0431 (UTC) 
FILETIME=[D5060470:01C5614B]


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 myRepoPath/myFile.txt

(Note the lack of Attic in the path)

--Russ

On 5/25/05, S I [EMAIL PROTECTED] wrote:
 We're running the cvs Repo on a linux box with no shell access to users
 who're on the WinXP client side, except myself as the Admin.

 A user accidentally committed files to the Attic and we need to retrieve
 them.  I've committed files to the attic many times before but we never 
had
 the need to retrieve.  I myself access the Repo via WinXP Dos prompt, as 
a
 client too to do my work and never login to shell except to create new 
users

 or do maintenance, etc.

 Can I retrieve the dead files from winxp client side by being in my 
working

 copy's specific folder where the file was deleted, like so:

 cvs –Q update -p -r (revision) foo.jpg  foo.jpg

 cvs add –kb foo.jpg (only if binary)

 cvs ci -m Resurrecting the Dead! foo.jpg

 If this has to be done on the unix side, do I have create a working copy 
in

 my $home$ folder?  I need specifics please.  Your help is very much
 appreciated.  Thank you.

 Steven




 ___
 Info-cvs mailing list
 Info-cvs@gnu.org
 http://lists.gnu.org/mailman/listinfo/info-cvs





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


Re: Retrieving dead files from the Attic

2005-05-25 Thread S I

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?  I've noticed that I only get to see the latter 
version under all my Attic subfolders, if this is the case then I'm good but 
the original file needs to be visible in the Attic too along with its 
file,v, then our developers have not been properly deleting or removing 
files from cvs and we're in trouble.


I still have not managed to retrieve my lost files from 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, 25 May 2005 11:38:24 -0700
MIME-Version: 1.0
X-Originating-IP: [206.173.244.27]
X-Originating-Email: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
Received: from lists.gnu.org ([199.232.76.165]) by mc7-f27.hotmail.com with 
Microsoft SMTPSVC(6.0.3790.211); Wed, 25 May 2005 11:44:17 -0700
Received: from localhost ([127.0.0.1] helo=lists.gnu.org)by lists.gnu.org 
with esmtp (Exim 4.43)id 1Db0tf-0003kq-DGfor [EMAIL PROTECTED]; Wed, 25 May 
2005 14:46:27 -0400
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)id 
1Db0su-0003ik-Nefor info-cvs@gnu.org; Wed, 25 May 2005 14:45:42 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)id 
1Db0ss-0003hb-5cfor info-cvs@gnu.org; Wed, 25 May 2005 14:45:38 -0400
Received: from [199.232.76.173] (helo=monty-python.gnu.org)by lists.gnu.org 
with esmtp (Exim 4.43) id 1Db0sr-0003go-Jgfor info-cvs@gnu.org; Wed, 25 May 
2005 14:45:37 -0400
Received: from [65.54.245.23] (helo=hotmail.com)by monty-python.gnu.org with 
esmtp (Exim 4.34) id 1Db0mL-00038F-3Ffor info-cvs@gnu.org; Wed, 25 May 2005 
14:38:53 -0400
Received: from mail pickup service by hotmail.com with Microsoft 
SMTPSVC;Wed, 25 May 2005 11:38:24 -0700
Received: from 206.173.244.27 by by1fd.bay1.hotmail.msn.com with HTTP;Wed, 
25 May 2005 18:38:24 GMT

X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPt4iogl2abg+M=
X-OriginalArrivalTime: 25 May 2005 18:38:24.0275 
(UTC)FILETIME=[EEE24630:01C56158]

X-BeenThere: info-cvs@gnu.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Announcements and discussions for the CVS version control 
systeminfo-cvs.gnu.org
List-Unsubscribe: 
http://lists.gnu.org/mailman/listinfo/info-cvs,mailto:[EMAIL PROTECTED]

List-Archive: http://lists.gnu.org/pipermail/info-cvs
List-Post: mailto:info-cvs@gnu.org
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.gnu.org/mailman/listinfo/info-cvs,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]

No, it was committed to the Attic in the subfolder where the file was 
deleted.  I'm now on the repository and see this file in the Attic.  
However, I'm not sure whether to retrieve from the server side or my 
desktop/client side?  The 3 steps I posted seem to be done from the client 
side?  Am 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: from wproxy.gmail.com ([64.233.184.201]) by mc7-f30.hotmail.com 
with Microsoft SMTPSVC(6.0.3790.211); Wed, 25 May 2005 10:04:37 -0700
Received: by wproxy.gmail.com with SMTP id 71so559239wrafor 
[EMAIL PROTECTED]; Wed, 25 May 2005 10:04:35 -0700 (PDT)
Received: by 10.54.37.8 with SMTP id k8mr457405wrk;Wed, 25 May 2005 
10:04:35 -0700 (PDT)

Received: by 10.54.7.76 with HTTP; Wed, 25 May 2005 10:04:35 -0700 (PDT)
X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8=
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;s=beta; d=gmail.com; 
   
h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; 
   
b=I5ZeHMM9PAhL7E7HwXpKU5oR/7ooUgzJAzW5dLwUYy9Hbb5+fkq6zb8n9Knw1JfNFThrUjPxexTE9G4Z+fBKiguyWQH3HxZvnU+dqAChGp1tReThEY48Xw54dnOpGepZCobK/ly5buxzosmJZ2lowvEtrhPqopTf+6dy4QJKK2c=
References: [EMAIL PROTECTED] 
[EMAIL PROTECTED]

Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 25 May 2005 17:04:37.0431 (UTC) 
FILETIME=[D5060470:01C5614B]


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 myRepoPath/myFile.txt

(Note the lack of Attic in the path)

--Russ

On 5/25/05, S I [EMAIL PROTECTED] wrote:
 We're running the cvs Repo on a linux box

Re: Retrieving dead files from the Attic

2005-05-25 Thread S I

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?  I've noticed that I only get to see the latter 
version under all my Attic subfolders, if this is the case then I'm good but 
the original file needs to be visible in the Attic too along with its 
file,v, then our developers have not been properly deleting or removing 
files from cvs and we're in trouble.


I still have not managed to retrieve my lost files from 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, 25 May 2005 11:38:24 -0700
MIME-Version: 1.0
X-Originating-IP: [206.173.244.27]
X-Originating-Email: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
Received: from lists.gnu.org ([199.232.76.165]) by mc7-f27.hotmail.com with 
Microsoft SMTPSVC(6.0.3790.211); Wed, 25 May 2005 11:44:17 -0700
Received: from localhost ([127.0.0.1] helo=lists.gnu.org)by lists.gnu.org 
with esmtp (Exim 4.43)id 1Db0tf-0003kq-DGfor [EMAIL PROTECTED]; Wed, 25 May 
2005 14:46:27 -0400
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)id 
1Db0su-0003ik-Nefor info-cvs@gnu.org; Wed, 25 May 2005 14:45:42 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)id 
1Db0ss-0003hb-5cfor info-cvs@gnu.org; Wed, 25 May 2005 14:45:38 -0400
Received: from [199.232.76.173] (helo=monty-python.gnu.org)by lists.gnu.org 
with esmtp (Exim 4.43) id 1Db0sr-0003go-Jgfor info-cvs@gnu.org; Wed, 25 May 
2005 14:45:37 -0400
Received: from [65.54.245.23] (helo=hotmail.com)by monty-python.gnu.org with 
esmtp (Exim 4.34) id 1Db0mL-00038F-3Ffor info-cvs@gnu.org; Wed, 25 May 2005 
14:38:53 -0400
Received: from mail pickup service by hotmail.com with Microsoft 
SMTPSVC;Wed, 25 May 2005 11:38:24 -0700
Received: from 206.173.244.27 by by1fd.bay1.hotmail.msn.com with HTTP;Wed, 
25 May 2005 18:38:24 GMT

X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPt4iogl2abg+M=
X-OriginalArrivalTime: 25 May 2005 18:38:24.0275 
(UTC)FILETIME=[EEE24630:01C56158]

X-BeenThere: info-cvs@gnu.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Announcements and discussions for the CVS version control 
systeminfo-cvs.gnu.org
List-Unsubscribe: 
http://lists.gnu.org/mailman/listinfo/info-cvs,mailto:[EMAIL PROTECTED]

List-Archive: http://lists.gnu.org/pipermail/info-cvs
List-Post: mailto:info-cvs@gnu.org
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.gnu.org/mailman/listinfo/info-cvs,mailto:[EMAIL PROTECTED]

Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]

No, it was committed to the Attic in the subfolder where the file was 
deleted.  I'm now on the repository and see this file in the Attic.  
However, I'm not sure whether to retrieve from the server side or my 
desktop/client side?  The 3 steps I posted seem to be done from the client 
side?  Am 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: from wproxy.gmail.com ([64.233.184.201]) by mc7-f30.hotmail.com 
with Microsoft SMTPSVC(6.0.3790.211); Wed, 25 May 2005 10:04:37 -0700
Received: by wproxy.gmail.com with SMTP id 71so559239wrafor 
[EMAIL PROTECTED]; Wed, 25 May 2005 10:04:35 -0700 (PDT)
Received: by 10.54.37.8 with SMTP id k8mr457405wrk;Wed, 25 May 2005 
10:04:35 -0700 (PDT)

Received: by 10.54.7.76 with HTTP; Wed, 25 May 2005 10:04:35 -0700 (PDT)
X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8=
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;s=beta; d=gmail.com; 
   
h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; 
   
b=I5ZeHMM9PAhL7E7HwXpKU5oR/7ooUgzJAzW5dLwUYy9Hbb5+fkq6zb8n9Knw1JfNFThrUjPxexTE9G4Z+fBKiguyWQH3HxZvnU+dqAChGp1tReThEY48Xw54dnOpGepZCobK/ly5buxzosmJZ2lowvEtrhPqopTf+6dy4QJKK2c=
References: [EMAIL PROTECTED] 
[EMAIL PROTECTED]

Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 25 May 2005 17:04:37.0431 (UTC) 
FILETIME=[D5060470:01C5614B]


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 myRepoPath/myFile.txt

(Note the lack of Attic in the path)

--Russ

On 5/25/05, S I [EMAIL PROTECTED] wrote:
 We're running the cvs Repo on a linux box