Re: How to create patch for project?

2004-08-31 Thread Alexander Taler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > "Mak" == Mak <[EMAIL PROTECTED]> writes: Mak> I have a situation where I cannot understand how rdiff can help me. I Mak> have a CVS repository where I do development for a client. To ship code, Mak> I checkout the project to a clean area w

LibCVS Perl 1.00.01 released

2004-08-31 Thread Alexander Taler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 LibCVS Perl 1.00.01 released The purpose of LibCVS is to make it easier to write client side CVS tools. This release significantly extends the API, and expands connection support to the most common local, ext (ssh), and pserver. lcvs-logsummary is a

Re: Step-by-step guide to setup CVS server on Fedora Core ?

2004-08-31 Thread Alexander Taler
>> I am [EMAIL PROTECTED] and this also looks strange to me. I did not >> send this message. mklinke> Apparently, this message triggers a sudden "self-identification mklinke> syndrome" in mail servers as it seems, for at least a few of us, to mklinke> have had the "from:" address fill

Re: Aliasing the trunk with a branch tag

2004-08-31 Thread Pierre Asselin
Keith Refson <[EMAIL PROTECTED]> wrote: > One problem I regularly face is: how to build two different versions of > a project which differ in only a very small subset of files. One of > these versions is obviously the trunk version. It would be extremely > convenient if this could be achieved by

Re: Step-by-step guide to setup CVS server on Fedora Core ?

2004-08-31 Thread MKlinke
On Tuesday 31 August 2004 14:35, Miller Dale C Contr AFWA/SDHS wrote: > Mike Klinke, > > I am [EMAIL PROTECTED] and this also looks strange to me. > I did not send this message. > > Dale Miller > > Apparently, this message triggers a sudden "self-identification syndrome" in mail servers as it se

RE: Step-by-step guide to setup CVS server on Fedora Core ?

2004-08-31 Thread Miller Dale C Contr AFWA/SDHS
Mike Klinke, I am [EMAIL PROTECTED] and this also looks strange to me. I did not send this message. Dale Miller -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MKlinke Sent: Tuesday, August 31, 2004 12:40 PM To: [EMAIL PROTECTED] Subject: Re: Step-by-s

Question about process scheduling - revisited.

2004-08-31 Thread Lynch, Harold
Title: Question about process scheduling - revisited. I originally had a question about the way cvs server process get scheduled. Let me elaborate. The setup:     Server:     DELL dual intel processor (2.0 gig hertz).     4 gig ram     500 gig harddriver.     Du

Re: Step-by-step guide to setup CVS server on Fedora Core ?

2004-08-31 Thread MKlinke
On Tuesday 31 August 2004 10:53, [EMAIL PROTECTED] wrote: > Where can I find step-by-step guide to setup CVS server on Fedora > Core ? > Hmmm, now that's wierd! I'm pretty familiar with the domain this message was supposed to have come from and I'm pretty much the only one here that would send

Step-by-step guide to setup CVS server on Fedora Core ?

2004-08-31 Thread cvs
Where can I find step-by-step guide to setup CVS server on Fedora Core ? ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

Re: Merge problem

2004-08-31 Thread Larry Jones
Erik Andersson writes: > > cvs update: file myfile1 exists, but has been added in revision > my_branch_20040826_01 Like it says, myfile1 was created on the branch between the two tags you specified for the merge, so CVS should create it on the trunk, but it already exists on the trunk, so it can'

RE: Merge problem

2004-08-31 Thread Erik Andersson
Title: Message I guess my concern is in the following lines:   file myfile1 exists, but has been added in revision my_branch_20040826_01   and:   myfile2 already contains the differences between 1.5.14.1 and 1.5.14.2   Cheers / Erik     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sen

RE: Merge problem

2004-08-31 Thread Christopher.Fouts
Title: Message What "error" messages?   -chris -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik AnderssonSent: Tuesday, August 31, 2004 6:13 AMTo: [EMAIL PROTECTED]Subject: Merge problem Hi all! I have some problems.

Update

2004-08-31 Thread Erik Andersson
Hi I have some problems recieving a totally clean update. I started with checking out the main trunk. Then I updated to a branch (create missing directories). Then I did some test merges (without committing) and then I wanted to get the clean copy of the main trunk and start all over again.. But,

Re: CVS login with system passwords and MD5

2004-08-31 Thread Arthur Barrett
Stephen, This page here explains the authentication in much more detail than I can go into here: http://www.cvsnt.org/manual/Remote-repositories.html This documentation is for CVSNT which runs on Linux/Unix/Windows/Mac etc and is the "default" client for WinCVS and TortoiseCVS. CVSNT is free ope

Merge problem

2004-08-31 Thread Erik Andersson
Hi all! I have some problems.. Scenario:Rebase main trunk into my_branch (seems ok) Merge my_branch into main trunk (gives me some "error" messenges):cvs -q update -jmy_branch_20040712_02 -jmy_branch_20040826_01 Could someone please explain these "error messenges" to me? cvs update: file