info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Retrieving dead files from the Attic


From: S I
Subject: Re: Retrieving dead files from the Attic
Date: Wed, 25 May 2005 11:38:24 -0700

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 <address@hidden>
Reply-To: Russ Sherk <address@hidden>
To: S I <address@hidden>
CC: address@hidden
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 71so559239wra for <address@hidden>; 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: <address@hidden> <address@hidden>
Return-Path: address@hidden
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 <address@hidden> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/info-cvs
>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]