Re: passphrase and WinCVS

2005-06-13 Thread Asbjørn Sæbø
On Tue, Jun 14, 2005 at 01:34:53AM -0400, Huaer XC wrote: > Dear CVS users: > > I just have one question on the passphrase and WinCVS. I am now trying > to use both WinCVS and Linux ssh to access to the CVS server. When I > generate authorized_key with ssh-keygen, shall I setup a passphrase? Nor

Re: migration of CVS repositery from one machine to another

2005-06-13 Thread Asbjørn Sæbø
On Mon, Jun 13, 2005 at 06:06:19PM +0300, ravish agarwal wrote: > Hi all, > We need to migrate CVS repositery from one HP-UX machine to another > HP-UX machine. We are using cvs-1.11.1p1. For that I need to install > that version on second machine. Now my queries are: > 1. Where can I find the cvs

passphrase and WinCVS

2005-06-13 Thread Huaer XC
Dear CVS users: I just have one question on the passphrase and WinCVS. I am now trying to use both WinCVS and Linux ssh to access to the CVS server. When I generate authorized_key with ssh-keygen, shall I setup a passphrase? I didnt find a place that I can input passphrase within WinCVS(version 1.

Re: migration of CVS repositery from one machine to another

2005-06-13 Thread ravish agarwal
Hi Todd, thanx for the information. But here is still a problem. The setup for cvs-1.11.1p1 is not available on the link you have specified. can you please give any other link where I can find that binary. Also please tell me if I need to do version upgrade which version is the best to install. and

cvs update locked

2005-06-13 Thread Mr. Question
Hi, I am having trouble updating. I can't even access the CVS directory. Any ideas? [EMAIL PROTECTED] asdf]$ cvs update cvs [update aborted]: cannot remove file CVS/Entries.Static: Permission denied [EMAIL PROTECTED] asdf]$ ls -la CVS total 0 ?- ? ? ? ? ? . ?- ? ? ? ?

RE: Removing Without Committing

2005-06-13 Thread Rod Macpherson
Thanks! -Original Message- From: Mark E. Hamilton [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 12:16 PM To: Rod Macpherson Cc: Info-cvs@gnu.org Subject: Re: Removing Without Committing Rod, Information about pending removals (or modifications, for that matter) is not stored in

Re: Removing Without Committing

2005-06-13 Thread Mark E. Hamilton
Rod, Information about pending removals (or modifications, for that matter) is not stored in the repository. It is stored in the CVS/Entries file in your sandbox directory. If you completely removed your sandbox then there is no leftover indication that the file is scheduled for removal. You

Re: Removing Without Committing

2005-06-13 Thread Larry Jones
Rod Macpherson writes: > > Remove says it "schedules removal" so does that mean the repository > still thinks there is a pending removal? Adding and removing only affect your sandbox, they don't affect the repository at all until you commit them. -Larry Jones Fortunately, that was our plan from

Removing Without Committing

2005-06-13 Thread Rod Macpherson
I checked out a sandbox, removed some files then changed my mind. I deleted the sandbox from my file system and did another fresh checkout to undo that remove. There was no commit but there was no re-add either. Remove says it "schedules removal" so does that mean the repository still thinks there

Re: migration of CVS repositery from one machine to another

2005-06-13 Thread Todd Denniston
ravish agarwal wrote: > > Hi all, > We need to migrate CVS repositery from one HP-UX machine to another > HP-UX machine. We are using cvs-1.11.1p1. For that I need to install > that version on second machine. Now my queries are: > 1. Where can I find the cvs-1.11.1p1 installable(binary) on HP-UX.

migration of CVS repositery from one machine to another

2005-06-13 Thread ravish agarwal
Hi all, We need to migrate CVS repositery from one HP-UX machine to another HP-UX machine. We are using cvs-1.11.1p1. For that I need to install that version on second machine. Now my queries are: 1. Where can I find the cvs-1.11.1p1 installable(binary) on HP-UX. 2. what are the steps involved in m

Re: cannot checkout new tag

2005-06-13 Thread Neil Watson
On Thu, Jun 09, 2005 at 06:14:07PM -0400, Jason Sicotte wrote: > One thing that might be helpful is to use CVS with the -t (trace), flag. > This causes CVS to be really verbose as to what it is doing, and my help you > find out where the holdup is. Thanks. I did that and here is the output: Co

Re: Question about CVS-SSH

2005-06-13 Thread Asbjørn Sæbø
On Fri, Jun 10, 2005 at 02:23:03PM -0400, Huaer XC wrote: > Dear CVS users: > > I am a newbie in this field. And I am trying to setup CVS on a Linux > Mandrake server, and maintain my codes through SSH by different PCs > including Win-XP and Linux system. (I followed a instruction on the > followi