Re: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-15 Thread Fabian Braennstroem
Hello, it is me again. Is this question to stupid or does nobody have an idea? Fabian Braennstroem [EMAIL PROTECTED] writes: Hello, This is probably my last chance to get an answer; I already wrote my problem in the Emacs, ViewCVS and German Debian-Group, with no solution :-( I have a

Re: Release command doesn't delete my working copy

2004-06-15 Thread Spiro Trikaliotis
Hello Anand, * On Tue, Jun 15, 2004 at 12:35:52AM +0200 Anand Graves wrote: Then I ran the command: cvs release -d I have never used release this way as you, but I always go to the directory above and release with cvs release -d directoryname and it works quite well. I assume you could

Re: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-15 Thread Spiro Trikaliotis
Hello Fabian, * On Tue, Jun 15, 2004 at 08:40:32AM +0200 Fabian Braennstroem wrote: it is me again. Is this question to stupid or does nobody have an idea? I believe nobody would have an idea. For the rest: Fabian already asked on other mailing lists, without success. So, if anyone has an

Re: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-15 Thread Frederic Brehm
At 02:40 AM 6/15/2004, Fabian Braennstroem wrote: The revision 1.10 is currently the last revision for 'main.f'. My problem is, that ViewCVS and PCL-cvs don't show any differences between revision 1.10 and 1.9; they say that there are no differences!? I'm not sure how ViewCVS and PCL-cvs run

RE: strange cvs diff problem with pcl-cvs and viewcvs

2004-06-15 Thread Jim.Hyslop
Fabian Braennstroem wrote: it is me again. Is this question to stupid or does nobody have an idea? Probably the latter. It *sounds* like a ViewCVS problem, but I'm guessing and I could easily be wrong. If ViewCVS is open source, you might try debugging it yourself to try to track down the

Best way to forward-diff from working copy to HEAD (was Re: strange cvs diff problem with pcl-cvs and viewcvs)

2004-06-15 Thread Doug Lee
Quick add-on question: On Tue, Jun 15, 2004 at 08:25:14AM -0400, Frederic Brehm wrote: To see the differences between the local file and the head version you need to use the command cvs diff -r HEAD main.f. Any way to reverse that so it's a forward diff, particularly on a whole file set at

RE: Remote CVS access via SSH

2004-06-15 Thread Christopher.Fouts
Thanks. This worked. However, instead of entering the password 100,000 times (every CVS command), I now have to enter the paraphrase 100,000 times (every CVS command.) Again as you know this is combersome. How can I manage this so I don't have to enter anything? -chris -Original Message-

RE: Backing up a Repository on MacOSX

2004-06-15 Thread Carucci, Jason
I backup my CVS repository on OS X by using the hdiutil (or you could use Disk Utility for a nice GUI interface to this tool) to create a disk image. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Gorr Sent: Monday, June 14, 2004 5:48 PM To: [EMAIL

RE: Remote CVS access via SSH

2004-06-15 Thread Tom Copeland
On Tue, 2004-06-15 at 10:39, [EMAIL PROTECTED] wrote: Thanks. This worked. However, instead of entering the password 100,000 times (every CVS command), I now have to enter the paraphrase 100,000 times (every CVS command.) Again as you know this is combersome. How can I manage this so I don't

RE: Remote CVS access via SSH

2004-06-15 Thread Christopher.Fouts
Du, why didn't I think of that. It worked! Thanks. -chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Tom Copeland Sent: Tuesday, June 15, 2004 10:49 AM To: [EMAIL PROTECTED] Subject: RE: Remote CVS access via SSH On Tue, 2004-06-15 at

Re: Remote CVS access via SSH

2004-06-15 Thread Geoff Beier
On Jun 15, 2004, at 10:49 AM, Tom Copeland wrote: On Tue, 2004-06-15 at 10:39, [EMAIL PROTECTED] wrote: Thanks. This worked. However, instead of entering the password 100,000 times (every CVS command), I now have to enter the paraphrase 100,000 times (every CVS command.) Again as you know this is

RE: Remote CVS access via SSH

2004-06-15 Thread Tom Copeland
On Tue, 2004-06-15 at 10:58, [EMAIL PROTECTED] wrote: Du, why didn't I think of that. It worked! Thanks. Cool, no problemo... Tom ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

RE: Remote CVS access via SSH

2004-06-15 Thread Christopher.Fouts
Ok, I'll look into this too. Thanks... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Geoff Beier Sent: Tuesday, June 15, 2004 10:53 AM To: Tom Copeland Cc: [EMAIL PROTECTED] Subject: Re: Remote CVS access via SSH On Jun 15, 2004, at 10:49 AM, Tom

RE: Remote CVS access via SSH

2004-06-15 Thread Christopher.Fouts
This worked too. You folks are cool! Thanks... -chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Geoff Beier Sent: Tuesday, June 15, 2004 10:53 AM To: Tom Copeland Cc: [EMAIL PROTECTED] Subject: Re: Remote CVS access via SSH On Jun 15, 2004,

Preserve empty directories when checking out a tagged version

2004-06-15 Thread Esther Parrilla Endrino
Hi all, I have seen that when a module in CVS contains empty folders and it is tagged, if I do a checkout of the module the empty folders are retrieved too but if I do a checkout of a tagged version of the module then those empty folders are not retrieved. I have read about the '-r' option and

How to undo a change to a branch

2004-06-15 Thread Kynn Jones
I just mistakenly committed a change to a (non-trunk) branch. What's the best way to undo this change? (I'm tempted to just delete the change in the RCS file, but I figure I'd better learn the right way to do this.) Thanks! kj ___ Info-cvs

Re: How to undo a change to a branch

2004-06-15 Thread Tyler
On Tue, Jun 15, 2004 at 02:12:42PM -0400, Kynn Jones wrote: I just mistakenly committed a change to a (non-trunk) branch. What's the best way to undo this change? (I'm tempted to just delete the change in the RCS file, but I figure I'd better learn the right way to do this.) cvs up

Branch revision numbers -- help

2004-06-15 Thread Jeeva Sarma
Hi I created a repository. First I imported sources from a release, say rel 1. Then I made a tag. Then I updated this with files from rel 2 by adding/committing. Made a tag again. Then I put another release on top of this and tagged. From this 3rd tag, I made a branch. I see the following when I

Re: Branch revision numbers -- help

2004-06-15 Thread Larry Jones
Jeeva Sarma writes: [stuff about import, branches, and revision numbers] Is this consistent or have I done something wrong? It looks fine to me. -Larry Jones There's never enough time to do all the nothing you want. -- Calvin ___ Info-cvs

Re: Preserve empty directories when checking out a tagged version

2004-06-15 Thread Larry Jones
Esther Parrilla Endrino writes: Is there a way to execute a checkout of a tagged version and retrieve the empty folders too? No. Getting empty directories when you don't specify a revision or -P is just an accident of history -- we generally suggest adding -P to your .cvsrc file so that it