cvs add -m in client/server

2002-09-24 Thread Dimitrie O. Paun
Hi folks, It looks like cvs add -m drops the file description when working in client/server mode. Ir is important that I get this feature working again, but before I start hacking away, I would like to ask a few questions of the ones in the know: 1. Has this been fixed already? 2. Is there

Re: log script which shows diffs of committed files

2000-10-19 Thread Dimitrie O. Paun
[Sorry for the late reply, I was away for longer than I initially thought] I've Cc:ed this message to the list as well, as it may prove useful for other people. To get back our problem, just as I was preparing this message, I ran across a similar (and probably much better) script that

Re: rollback in cvs

2000-07-17 Thread Dimitrie O. Paun
From: "Paul Sander" [EMAIL PROTECTED] Have you tried this? cvs update -A readme.txt cvs update -p -r 1.3 readme.txt readme.txt make changes cvs commit readme.txt Any idea how one does this easily in WinCVS? TIA, Dimi.

WinCVS crashing

2000-07-12 Thread Dimitrie O. Paun
Hello everybody, We have a rather strange problem here at work with WinCVS -- it is crashing on startup. The problem is present on only one machine, a WinNT 4.0 build 1381 with Service Pack 6a, WinCVS 1.1b14. The strange thing is that WinCVS worked last night, but in the morning (after a

Re: WinCVS crashing

2000-07-12 Thread Dimitrie O. Paun
Hi, We've solved the problem by uninstalling and installing again. Simply installing on top of the old one did not work. Any clues? Thanks, Dimi.

Re: cvs problems

2000-07-06 Thread Dimitrie O. Paun
From: "Larry Jones" [EMAIL PROTECTED] The last part of the lock file name is the PID of the process that created the lock -- since there doesn't appear to be any current CVS process with those PIDs, I'd say that you have a problem with CVS crashing. Hmm, I figured that would be the case,

Re: cvs problems

2000-07-06 Thread Dimitrie O. Paun
From: "Larry Jones" [EMAIL PROTECTED] 1. What is the CVS dir used for on the server Storing various extra per-directory information. Currently, the only thing stored there is the fileattr file that records information about watches and editors. This is a bit offtopic, but why do we go to

cvs problems

2000-07-05 Thread Dimitrie O. Paun
Hi people, I am having no end of problem with the cvs server. I am running: RedHat 6.2 cvs 1.10.8 with the patch for file handles We get very often locks left around the repository. For example, today we've got: [root@redpill evolve-client]# find -name "*cvs*"

cvs 1.10.8 RPMS

2000-06-05 Thread Dimitrie O. Paun
Quick questions: Where can I find RedHat 6.2 RPMs for cvs 1.10.8? Right now I am using cvs-1.10.7-7 and it gives me some grief. TIA, Dimi.

Re: Compressed CVS Repositories?

2000-06-01 Thread Dimitrie O. Paun
From: "Derek R. Price" [EMAIL PROTECTED] If you wanted to go all out you could write, say gzfs, as an extension to the Linux kernel that stored all files on the mounted partition compressed. That should make it transparent to just about everybody who doesn't notice the extra CPU cycles.

forced updates

2000-06-01 Thread Dimitrie O. Paun
Hi, Very often I run in this problem: I edit some files to add debugging stuff, and after a while I want to updated from CVS and to simply _overwrite_ the changes I made. I know, I can delete the files and then update. But, this is difficult 'cause sometimes I don't know what I've modified (and

Re: forced updates

2000-06-01 Thread Dimitrie O. Paun
On Thu, 1 Jun 2000, Noel L Yap wrote: cvs-1.10.8 has "cvs up -C" that'll give you a clean copy of the file. Anyone working to update WinCVS to 1.10.8? I'm OK with the command line, it's just that my coworkers are not... Otherwise, you can do something like: cvs -n up | grep '^M' | awk '{

Re: Error Messages

2000-05-28 Thread Dimitrie O. Paun
On Sun, 28 May 2000, Mark Derricutt wrote: $ grep -n DebugFmt Main.PAS 545: DebugFmt('main.pas:542: starting steamfield manager (%s)', This is wrong! You should use some magic constants that the compiler replaces with the real file name and line number. In C, this would go something like

Re: WinCVS: cvsignore

2000-05-26 Thread Dimitrie O. Paun
From: "Mark Derricutt" [EMAIL PROTECTED] As I understand it - WinCvs does not know anything about cvsignore 'cause it can't see it! It can see .cvsignore as you noticed You can place a 'global' .cvsignore in your selected "home directory" which WinCVS will use, Which "home

Selecting files in many directories

2000-05-26 Thread Dimitrie O. Paun
Hi Alex, I have a small proposal to improve WinCVS. I realize WinCVS can keep oen ratehr busy, so I will not bother you too much, in the sense that I will code it myself. However, I will ask of you if you can read through this proposal to let me know if it is acceptable to you. Problem ---

WinCVS: cvs diff -u

2000-05-26 Thread Dimitrie O. Paun
How can I specify flags for the diffs? Personally, I like my unified diffs (cvs -q diff -u), but I don't know how to say that in WinCVS? TIA, Dimi.

WinCVS: cvsignore

2000-05-25 Thread Dimitrie O. Paun
Hi ppl, 1. is WinCVS using the CVSROOT/cvsignore file or do I have to have a .cvsignore file in each dir? 2. How can I make WinCVS hide the files specified by cvsignore? (rather than show them with a different icon) TIA, Dimi.

Re: WinCVS: cvsignore

2000-05-25 Thread Dimitrie O. Paun
On Thu, 25 May 2000, Win32 M$ wrote: 1. is WinCVS using the CVSROOT/cvsignore file or do I have to have a .cvsignore file in each dir? As I understand it - WinCvs does not know anything about cvsignore 'cause it can't see it! True, that can be a problem! :) But, we should be able to

Re: WinCvs users - query

2000-05-24 Thread Dimitrie O. Paun
On Wed, 24 May 2000, Win32 M$ wrote: The change is a good idea, but: OK, what if: 1. Quick solution: I put one more button on this dialog, and then if clicked it would open another dialog with the fonts set to let's say "Courier New 10" and the edit box to enter the message only. After OK

Re: WinCVS: select in many dirs

2000-05-22 Thread Dimitrie O. Paun
On Mon, 22 May 2000, Harald Kucharek wrote: Something like managing working sets of files would be nice, so you can assign different files to different tasks. When a task is completed, you commit it. Would not only help with the revision control, but also with the development side. You don't

WinCVS: select in many dirs

2000-05-19 Thread Dimitrie O. Paun
Hello everybody, I am using WinCVS 1.1b12, with cvs-1.10.7 server on linux. How can one select several files (using WinCVS) in different directories such that I can commit them at once. This is very important for me, because it is quite often the case that a functional change spreads over