info-cvs archive search

Search String: Display: Description: Sort:

Results:

References: [ rcsinfo: 178 ] [ verifymsg: 289 ]

Total 87 documents matching your query.

61. Re: Problem migrating to new cvs-server (score: 16)
Author: HIDDEN
Date: Mon, 21 Aug 2006 12:18:54 +0200
Hi Mark, While debugging I found that this only happens when connecting from a remote computer and not while working locally on the cvs server. I've tried both with 32 and 64 bit executables, but the
/archive/html/info-cvs/2006-08/msg00111.html (9,114 bytes)

62. Re: Why only files are checked out and not the directories? (score: 16)
Author: HIDDEN
Date: Mon, 21 Aug 2006 11:12:31 +0200
Thank you Mark, but rlog will be recursive and I work on a large repository, thus this command would read the history of the entire repository (below the path) and would be very slow. Zsolt cvs rlog
/archive/html/info-cvs/2006-08/msg00110.html (8,304 bytes)

63. Re: Why only files are checked out and not the directories? (score: 16)
Author: HIDDEN
Date: Mon, 21 Aug 2006 02:04:49 -0700
cvs rlog -R dir | xargs -n 1 dirname | sort -u Enjoy! -- Mark Here is the example output: Here was the setup... % export CVSROOT=:ext:remote-host/tmp/mdb.repos % cvs init % cvs co -d top . % mkdir di
/archive/html/info-cvs/2006-08/msg00109.html (7,909 bytes)

64. Re: Problem migrating to new cvs-server (score: 16)
Author: HIDDEN
Date: Fri, 18 Aug 2006 19:10:10 -0700
Hi Thomas, I have tried cvs 1.11.17-FreeBSD on a FreeBSD 6.1-RELEASE i386 box without any problems. Could you advise if your cvs executable is an ELF 32-bit or an ELF 64-bit executable? You might try
/archive/html/info-cvs/2006-08/msg00102.html (8,427 bytes)

65. RE: Question with modules (score: 16)
Author: HIDDEN
Date: Wed, 31 May 2006 16:31:36 -0400
product. -- with Just after getting very close to give up, I found the solution: stdc -d ./librairies standard/librairies grade2 -d . grade &stdc Phew! ;-) Thanks for everyone's suggestion
/archive/html/info-cvs/2006-05/msg00209.html (11,363 bytes)

66. RE: Question with modules (score: 16)
Author: HIDDEN
Date: Wed, 31 May 2006 11:13:04 -0500
Ok, there's nothing like a little bit of experimentation with a test repository in conjuction with the manual to learn how things work. With a certain amount of open-source-software-leg-work, a samp
/archive/html/info-cvs/2006-05/msg00208.html (9,408 bytes)

67. Trigger not working (score: 16)
Author: HIDDEN
Date: 12 Dec 2005 02:26:25 -0800
I am following the steps mentioned below to apply trigger on commit in CVS. Create a template file '/usr/cvssupport/tc.template'. BugId: The script '/usr/cvssupport/bugid.verify' is used to evaluate
/archive/html/info-cvs/2005-12/msg00131.html (5,336 bytes)

68. Re: How to find the changes related to a check in? (score: 16)
Author: HIDDEN
Date: Tue, 01 Nov 2005 09:38:57 -0500
<SNIP> Three suggestions other than CVSNT, or posibly even in addition too. 1) implement rcsinfo + verifymsg [1] to make your coders put in appropriate bug/change/SCR information with thier comments.
/archive/html/info-cvs/2005-11/msg00001.html (7,243 bytes)

69. RE: mechanisms for reviews needed (score: 16)
Author: HIDDEN
Date: Tue, 2 Aug 2005 20:49:45 +0100
--Original Message-- Yep, that's exactly the sort of thing I envisage: a two-part solution Part 1 - Technical - A commitinfo script that disallows any commit unless the log message includes the strin
/archive/html/info-cvs/2005-08/msg00038.html (7,093 bytes)

70. Re: CVS and tracability (score: 16)
Author: HIDDEN
Date: Sun, 06 Mar 2005 07:26:19 -0800
You could alter your CVSROOT/rcsinfo to provide a log message template with something like a 'request:' field and enforce good values via the CVSROOT/verifymsg trigger and have your loginfo trigger s
/archive/html/info-cvs/2005-03/msg00066.html (5,722 bytes)

71. Re: Tags usage -- comments please (score: 16)
Author: HIDDEN
Date: Mon, 14 Jun 2004 11:49:28 -0500
For me, a few times. more interesting was tracking when something that had not worked was fixed and by which set of changes. It could be that most of my repositories were small (<300MB) but I have al
/archive/html/info-cvs/2004-06/msg00217.html (7,915 bytes)

72. Re: Commit script (score: 16)
Author: HIDDEN
Date: Tue, 23 Mar 2004 15:31:25 -0500
<SNIP> there is no 'default commit template` with cvs, but you can make and use your own following the directions: http://www.cvshome.org/docs/manual/cvs-1.11.14/cvs_18.html#SEC156 specifically the t
/archive/html/info-cvs/2004-03/msg00296.html (7,006 bytes)

73. Re: enforcing comments when checking in (score: 16)
Author: HIDDEN
Date: Tue, 13 Jan 2004 11:13:49 -0800
This is outside of the scope of what cvs does for you. The script you run is doing whatever you tell it to do, there should be no problem for you to have a list of users that are allowed to break the
/archive/html/info-cvs/2004-01/msg00116.html (7,212 bytes)

74. Re: enforcing comments when checking in (score: 16)
Author: HIDDEN
Date: Tue, 13 Jan 2004 12:30:44 -0500
I was able to get the CVS templates to work, thanks a ton. Now, I would like to know if its possible to selectively turn off the enforcement for comments when checking-in for certain users. Thanks Pu
/archive/html/info-cvs/2004-01/msg00112.html (6,561 bytes)

75. Re: cvsignore (score: 16)
Author: HIDDEN
Date: Wed, 22 Oct 2003 02:21:41 -0700
By default, cvs will try to add ~/.cvsignore to the wildcards found in $CVSROOT/CVSROOT/cvsignore, ~/.cvsignore and in the CVSIGNORE environment variable. As root is starting the cvs server side of t
/archive/html/info-cvs/2003-10/msg00198.html (9,305 bytes)

76. RE: cvsignore (score: 16)
Author: HIDDEN
Date: Wed, 22 Oct 2003 17:18:24 +0800
thanks for the 'interactive' emailing (and it's getting late now in here) maybe ill drop-bye tomorrow and check out if others have some comment not yet yah.... i just noticed it and i tried to refer
/archive/html/info-cvs/2003-10/msg00197.html (9,905 bytes)

77. RE: cvsignore (score: 16)
Author: HIDDEN
Date: Wed, 22 Oct 2003 16:59:20 +0800
ok i will start from the 1st step i am in my workstation address@hidden repo]$ cvs login Logging in to :pserver:address@hidden:2401/repo CVS password: address@hidden repo]$ address@hidden repo]$ cvs
/archive/html/info-cvs/2003-10/msg00196.html (7,296 bytes)

78. modules confusion? (score: 16)
Author: HIDDEN
Date: Sun, 23 Feb 2003 18:45:37 +0100
We have a CVS-repository with a modules basicly like this: src -d src/org/mmbase mmbase all -d mmbase all &src &config &html &documentation It is possible to check out 'src' or 'all', or one of the o
/archive/html/info-cvs/2003-02/msg00253.html (5,579 bytes)

79. Re: CVS Update Behaviour (score: 16)
Author: HIDDEN
Date: Sat, 23 Feb 2002 16:12:25 -0500 (EST)
No, "cvs log" works just fine on a removed file: jones:/tmp/CVSROOT $ ls CVS config loginfo taginfo checkoutlist cvswrappers modules verifymsg commitinfo editinfo rcsinfo jones:/tmp/CVSROOT $ cvs log
/archive/html/info-cvs/2002-02/msg00989.html (7,479 bytes)

80. Re: Fw: Question regarding commit logs. (score: 16)
Author: HIDDEN
Date: Wed, 17 Oct 2001 16:16:15 -0400 (EDT)
Yes. -Larry Jones I think if Santa is going to judge my behavior over the last year, I ought to be entitled to legal representation. -- Calvin
/archive/html/info-cvs/2001-10/msg00747.html (4,750 bytes)


This search system is powered by Namazu