newbie: my own ssh key

2005-04-28 Thread Horst Jäger
Hi, I need to know my own ssh-key to work with a remote cvs repository. I use a Win 98 Machine. Any ideas how I can get it? The known-hosts-file only contains the ssh-keys oft the remote-server. Thanks in advance Horst Horst Jäger Schaafenstr. 25 50676 Köln Tel: 0221/93187015 ___

RE: Continuous Integration with CVS

2005-04-28 Thread Chris Edgar
Yes, we are using CI with CVS on a large scale RIA project.   I have found the following books a must when starting to introduce CI with CVS;     Pragmatic Version Control with CVS ISBN: 0-9745140-0-4     Pragmatic Automation ISBN: 0-9745140-3-9   Regards, Chris Edgar

PVCS TO CVS

2005-04-28 Thread Natarajan, Ramya [IT]
Hi, I am trying to migrate from PVCS(with history files) to CVS. We have PVCS installed in PC. I am trying to run the script pvcs2rcs. The script needs binaries 'vcs','vlog','rcs','ci'. So i downloaded RCS,PERL in windows and i gave them in the path. But when i run the script in windows,it

RE: PVCS TO CVS

2005-04-28 Thread Rancier, Jeff
They are PVCS administrative tools. Do you have just the repository and no tools? -Original Message- From: Natarajan, Ramya [IT] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 11:06 AM To: info-cvs@gnu.org Subject: PVCS TO CVS Hi, I am trying to migrate from PVCS(with hi

RE: PVCS TO CVS

2005-04-28 Thread Natarajan, Ramya [IT]
Yes i think so. -Original Message- From: Rancier, Jeff [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 11:18 AM To: Natarajan, Ramya [IT]; info-cvs@gnu.org Subject: RE: PVCS TO CVS They are PVCS administrative tools. Do you have just the repository and no tools? -Original

Re: newbie: my own ssh key

2005-04-28 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Horst Jäger <[EMAIL PROTECTED]> writes: > I need to know my own ssh-key to work with a remote cvs repository. I > use a Win 98 Machine. > > Any ideas how I can get it? The known-hosts-file only contains the > ssh-keys oft the remote-server. You prob

Need to merge an export to another module

2005-04-28 Thread Maya Vayner
Hi, Is there a way to safely merge a whole exported tree of one version of the same module to another version of that same module? These are the same basically but have being living at 2 different locations and were updated independently with things that needs to end up in single final place. We a

Re: updating Entries files only

2005-04-28 Thread Steve Sapovits
Getting back to my original issue here: I did an update -d but the Entries file remains the same. When I checkout to a clean area, I get a full Entries file. Is there something else I have to do to sync the Entries files up? With the partial file, the other commands run from that root directory

Re: Won't let me "cvs commit config"

2005-04-28 Thread twoeyedhuman1111
I see. So i can't edit things as root. But, can I still install cvs as root? ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: Won't let me "cvs commit config"

2005-04-28 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 twoeyedhuman <[EMAIL PROTECTED]> writes: > I see. So i can't edit things as root. But, can I still install cvs > as root? I suppose you could. I would not recommend it. I usually verify the tarball's gpg signature, unpack the tarball, configur

removing a revision

2005-04-28 Thread Igor Schein
Hi, let's say I have 4 revisions of a file, 1.1, 1.2, 1.3 and 1.4, and I want to wipe out rev 1.2 completely, shiting the later 2 revisions: 1.1->1.1 1.2->gone 1.3->1.2 1.4->1.3 I can do cvs admin -o 1.2 filename, but I can't figure out an easy way to shift the other 2 revisions. The only way I

Re: Won't let me "cvs commit config"

2005-04-28 Thread twoeyedhuman1111
I got it. I was using root before, lol, and now i see why i shouldn't use it. I'm going to reinstall cvs and take your advice about root. Thanks my good man! ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

different ssh key for each user?

2005-04-28 Thread twoeyedhuman1111
Is it possible to have a different ssh key for each user that logs into my cvs server? ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: different ssh key for each user?

2005-04-28 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 twoeyedhuman <[EMAIL PROTECTED]> writes: > Is it possible to have a different ssh key for each user that logs into > my cvs server? Yes, you just want to configure your server to allow logins which give each user their own home directory and ther

Re: removing a revision

2005-04-28 Thread Spiro Trikaliotis
Hello, * On Thu, Apr 28, 2005 at 10:36:02PM -0400 Igor Schein wrote: > let's say I have 4 revisions of a file, 1.1, 1.2, 1.3 and 1.4, and I > want to wipe out rev 1.2 completely, shiting the later 2 revisions: > > 1.1->1.1 > 1.2->gone > 1.3->1.2 > 1.4->1.3 > > I can do cvs admin -o 1.2 filenam