Re: Loginfo and Exit with a non-zero value

2001-12-07 Thread Franck Marchand
Thank you for your help. I agree with you but if you read the Foguel's documentation, there is : * loginfo If PROGRAM exits with nonzero status, the commit fails; otherwise, it succeeds. (See also the Shared

Re: logs of revisions since release

2001-12-07 Thread Colm Murphy
Hi Chuck, I think that there is a bug in cvs log (and cvs rlog) in 1.11.1.p1 in that it returns information on all the files in the module/directory you specify and not just the ones with the tags you specify. This is probably what you are seeing. Colm A [EMAIL PROTECTED] wrote:

YpoOUbdLvaHZ3AHq0sc n2SuVfUEDKv8vLGAP

2001-12-07 Thread cGDABqfngQnfR
¥x ÆW ´« ©d ­Ñ ¼Ö ³¡ ¤J ·| »¡ ©ú ÀÉ ÂÅ ¤Ñ ¸É ©« ¤u §@ «Ç ³Ì ·s ¥ú ºÐ ¥Ø ¿ý

Re: Updated version of cvs

2001-12-07 Thread Larry Jones
Zanabria, Moises writes: Thanks for quickly replay Larry, I was forgot to mention that I need to upgrade in cvs server no in client, just to sure if this is the same thing??? Yes. -Larry Jones I must have been delirious from having so much fun. -- Calvin

Re: how to get CVS client username

2001-12-07 Thread Larry Jones
gaoth writes: I want to know how to get CVS remote username(use pserver mode),thanks a lot. http://www.cvshome.org/docs/manual/cvs_18.html#SEC176 For an example, see: http://www.cvshome.org/docs/manual/cvs_18.html#SEC170 -Larry Jones Everything's gotta have rules, rules,

Re: Rename a directory?

2001-12-07 Thread James A. N. Stauffer
It looks like http://www.cvshome.org/docs/manual/cvs_7.html#SEC74 covers that. --- James Knowles [EMAIL PROTECTED] wrote: I've looked through the FAQ and the Cederqvist, but I didn't find an answer. (I could be blind.) I have a subdirectory in a module that I need to rename. I can rename

[cvsgui] cvs with msvc

2001-12-07 Thread Sasha Case
G'day, We're having a problem with resources in msvc with multiple developers. We get conflicts all the time in .rc files and files such as resource.h when two people try to add resources. The problem is that the id numbers allocated automagically by devstudio are the same for both

Re: cvs commit as root

2001-12-07 Thread Greg A. Woods
[ On Thursday, December 6, 2001 at 22:17:21 (-0800), Harry Putnam wrote: ] Subject: cvs commit as root I'd like to override the taboo on committing as root. I imagine it is possible but not clear how to do it. It is possible, but you don't want to do it. On my setup, I use cvs as much for

Re: logs of revisions since release

2001-12-07 Thread Colm Murphy
Hi Larry, It looks like I have mis-understood the purpose of cvs log. That said I still have a problem with its operation. Say I have a directory with two files: file1 and file2. file1 contains MyTag and file2 does not. cvs rlog -rMyTag:: directory returns the RCS logs for file1 since MyTag

Reverting changes of Locally Modified

2001-12-07 Thread Richard
Here's the scenario 1) cvs checkout PROJECT 2) make changes to file1, file2, file3 3) ooops, it didn't want to make changes to file2 4) cvs status file2 = 'Locally Modified' Question: how to get back the clean/original file?? Correct me if I'm wrong, but... - cvs release only works on

cvs co error: No space left on device

2001-12-07 Thread Vinh Cao
Hello All, Our Linux cvs server is working great for the pass two years. For the pass couple week it has the error: No space left on device when my users are checking out or do cvs update. CVS server has 1GB RAM and below is it partitions: FilesystemSize Used Avail Use% Mounted

Re: cvs co error: No space left on device

2001-12-07 Thread Marcus Crafter
Hi Vinh, Are your users checking out files onto the server somewhere or on another client machine ? If they are checking files out to another machine over the network, that's the one to check for disk space, not the server. Cheers,

RE: cvs co error: No space left on device

2001-12-07 Thread Vinh Cao
Thank you for your quick respond. Yes, my users are checking on Linux xterm server. These systems has a lots disk space left. Also users home directory are on netapp filer and this filer has 200GB left over from tetrabyte. Vinh -Original Message- From: Marcus Crafter [mailto:[EMAIL

time and date in CVS...

2001-12-07 Thread Hamid Ghassemi
How can I make CVS to preserve date and time of a file. When I add and commit a file to the CVS repository and then remove the file and try to update it, the file I get does not have the original date and time. The following is an example; # ls -l foo.c -rwxr-xr-x 1 root swdev 18 Jun 6

RE: RFC, patch -- loginfo behavior for commitinfo

2001-12-07 Thread Jerry Nairn
From: Logan Johnson [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 2:38 PM My company has implemented a commit control system, but it is currently applied by a call from loginfo, which means that the best we can do is sound an alarm if a commit we don't like goes through. We

Re: logs of revisions since release

2001-12-07 Thread Larry Jones
Colm Murphy writes: cvs rlog -rMyTag:: directory returns the RCS logs for file1 since MyTag along with all of the RCS logs for file2 with a warning that file2 doesn't contain the tag MyTag. I would expect that if a file doesn't contain the tag then no RCS logs are returned. That

Re: RFC, patch -- loginfo behavior for commitinfo

2001-12-07 Thread Logan Johnson
On Friday 07 December 2001 10:30 am, Jerry Nairn wrote: Log message can be checked with verifymsg, branch and operation can be checked with commitinfo, although it takes a little extra effort. So I don't see the need for this unless you want to have special requirements for log messages

RE: RFC, patch -- loginfo behavior for commitinfo

2001-12-07 Thread Jerry Nairn
From: Logan Johnson [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 11:00 AM On Friday 07 December 2001 10:30 am, Jerry Nairn wrote: Log message can be checked with verifymsg, branch and operation can be checked with commitinfo, although it takes a little extra effort. So

RE: cvs co error: No space left on device

2001-12-07 Thread Thornley, David
-Original Message- From: Vinh Cao [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 11:59 AM To: '[EMAIL PROTECTED]' Subject: cvs co error: No space left on device Hello All, Our Linux cvs server is working great for the pass two years. For the pass couple week it

Re: cvs commit as root

2001-12-07 Thread Harry Putnam
[EMAIL PROTECTED] (Larry Jones) writes: Harry Putnam writes: I'd like to override the taboo on committing as root. I imagine it is possible but not clear how to do it. You're only not allowed to commit as root if CVS can't figure out who you really are. As long as you login as yourself

Re: merge losing changes, no Conflict

2001-12-07 Thread Jacob Burckhardt
Larry Jones writes: Dave Thorn writes: However, several times recently I have found code to mysteriously stop working (investigation suggests this is after someone else commits changes to the file), not through compile errors, but logic, and when I look, the changes I made recently

Re: cvs commit as root

2001-12-07 Thread Harry Putnam
[EMAIL PROTECTED] (Larry Jones) writes: Harry Putnam writes: I'd like to override the taboo on committing as root. I imagine it is possible but not clear how to do it. You're only not allowed to commit as root if CVS can't figure out who you really are. As long as you login as yourself

Re: cvs commit as root

2001-12-07 Thread Harry Putnam
[EMAIL PROTECTED] (Greg A. Woods) writes: [ On Thursday, December 6, 2001 at 22:17:21 (-0800), Harry Putnam wrote: ] Subject: cvs commit as root I'd like to override the taboo on committing as root. I imagine it is possible but not clear how to do it. It is possible, but you don't want

Re: cvs commit as root

2001-12-07 Thread Larry Jones
Harry Putnam writes: server.c:31:21: krb5.h: No such file or directory make[3]: *** [server.o] Error 1 That's a bug in the configure script that has been fixed in the current development version. Do make distclean to get rid of the cached data and then run configure --without-gssapi.

Re: cvs commit as root

2001-12-07 Thread Larry Jones
Harry Putnam writes: Yes, it works like you describe on my linux boxes. But on a solaris 8 (intel) I have problems with it. Probably more due to local config than anything else. Plain su root on the solaris box gives and root path is too short. Doesn't know about cvs binary. Yes,

pserver

2001-12-07 Thread Schwenk, Jeanie
I've been told something by a contractor and I would like it confirmed as I could not find it described in the documentation. I was told that if I used pserver to check files even though I am on the same machine where the repository resides, it will eliminate the eol problem between checkins

Re: pserver

2001-12-07 Thread Larry Jones
Schwenk, Jeanie writes: I was told that if I used pserver to check files even though I am on the same machine where the repository resides, it will eliminate the eol problem between checkins via windoze verses unix. First, is it true that pserver takes care of that? Yes and no -- CVS

Re: Is this possible? More Info

2001-12-07 Thread Don Weeks
Jerry, Dave Thanks, based on some things Jerry put in his first e-mail I have discovered a couple of ways to do what I need. It appears that rtag will do the work of labeling and both history and log will do the rest. I will also look at cvszilla as well. Don -- Don .~. Weeks /V\ L I N U X

RE: Is this possible? More Info

2001-12-07 Thread Jerry Nairn
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 4:53 PM Karl Fogel's cvs2cl perl script also digs up change sets. Over a year ago, I hacked it to produce a HTML page, and also added the generation of diffs. This would be really cool to have. I

Re: cvs commit as root

2001-12-07 Thread Greg A. Woods
[ On Friday, December 7, 2001 at 11:13:14 (-0800), Harry Putnam wrote: ] Subject: Re: cvs commit as root This sounds like a very smooth way to have it setup. However well above my level of understanding of the needed proceedures. Definitely something to look into... thanks. There's

Re: Reverting changes of Locally Modified

2001-12-07 Thread James A. N. Stauffer
I usually delete the file an update (much like what you did). --- Richard [EMAIL PROTECTED] wrote: Here's the scenario 1) cvs checkout PROJECT 2) make changes to file1, file2, file3 3) ooops, it didn't want to make changes to file2 4) cvs status file2 = 'Locally Modified' Question:

[±¤°í]Ç×°ø±ÇÀ» °¡Àå ½Î°Ô »ç´Â ¹æ¹ýÀº Ç×°ø±Ç°æ¸Å·Î...

2001-12-07 Thread ÁÖ
Title: ¡Ø ÀÌ ¸ÞÀÏÀº °Ô½ÃÆÇ¿¡¼­ ÀÓÀÇ·Î »ÌÀº °ÍÀÌ¿À´Ï,À̸ÞÀÏ ÀÌ¿Ü´Â ¾î¶°ÇÑ °³ÀÎÀÚ·áµµ ¾ËÁö ¸ø ¡Ø ÀÌ ¸ÞÀÏÀº °Ô½ÃÆÇ¿¡¼­ ÀÓÀÇ·Î »ÌÀº °ÍÀÌ¿À´Ï,À̸ÞÀÏ ÀÌ¿Ü´Â ¾î¶°ÇÑ °³ÀÎÀÚ·áµµ ¾ËÁö ¸øÇÕ´Ï´Ù.ÀÓÀÇÀûÀ¸·Î ó¸®ÇÑ ¸ÞÀÏ¿¡ ´ëÇؼ­´Â ¼ö½Å°ÅºÎÇÏ¿© ÁÖ½Ã¸é ¸ÞÀÏÀ» ¹ß¼ÛÇÏÁö ¾Êµµ·ÏÇÏ°Ú½À´Ï´Ù. ¢Ñ ¼ö½Å°ÅºÎ

Re: Viewing a list of projects

2001-12-07 Thread Paul Sander
--- Forwarded mail from [EMAIL PROTECTED] Robert Thorpe writes: What you are saying is that I should make a pointless alias in the modules file to the modules in question and whenever I wish to create a new module I must do the same. It's not pointless, it allows co -c to provide useful

RE: Is this possible? More Info

2001-12-07 Thread Paul Sander
Another approach that has been used successfully is to supply some tools that collect state from the CVS/Entries and CVS/Repository files and store them in a separate database as a change list to be applied to an existing baseline. The system works best if there's a manifest collected for the