info-cvs archive search

Search String: Display: Description: Sort:

Results:

References: [ rcs: 2660 ] [ keywords: 324 ]

Total 125 documents matching your query.

101. Re: cvs-1.12.9 features (score: 11)
Author: HIDDEN
Date: Mon, 29 Nov 2004 15:50:40 -0300
Thanks, Mark D. Baushke wrote: --BEGIN PGP SIGNED MESSAGE-- Hash: SHA1 I can use the LocalKeyword, but I can't use Log in this definition. I don't have any problems with the others keywords. Let see,
/archive/html/info-cvs/2004-11/msg00320.html (7,463 bytes)

102. Re: cvs-1.12.9 features (score: 11)
Author: HIDDEN
Date: Mon, 29 Nov 2004 10:24:16 -0800
No. Look at src/rcs.c RCS_setlocalid() for how it is parsing the line. Anything up to the next '=' sign that is a a valid character will be okay. This allows for many iso-8859-1 characters to be in t
/archive/html/info-cvs/2004-11/msg00319.html (6,805 bytes)

103. Re: Add tagging info within perl comments/header (score: 11)
Author: HIDDEN
Date: Wed, 13 Oct 2004 11:21:41 -0500
<SNIP> <SNIP> You are looking for the RCS keywords, in particular $Log:$ [1]. however I think many people[2] would advise you against using them, as they cause problems[3] when merging[4], and you ca
/archive/html/info-cvs/2004-10/msg00149.html (6,706 bytes)

104. Re: Info-cvs Digest, Vol 19, Issue 17 (score: 11)
Author: HIDDEN
Date: Tue, 8 Jun 2004 20:10:21 +0200
Hello Bret, Yes, this has to be run for every file to be changed. Anyway, you can use wildcards, so a cvs admin -kk *.c *.cc *.h makefile and so on works very good. Even if you forget to change a fil
/archive/html/info-cvs/2004-06/msg00114.html (5,525 bytes)

105. RE: how to checkin binary files (score: 11)
Author: HIDDEN
Date: Thu, 22 Apr 2004 12:26:24 -0400
There are a couple of advantages of storing RTF instead of .doc. You _might_ get slightly more efficient file storage using .RTF. If you check in without -kb, then you could use the RCS keywords ($Id
/archive/html/info-cvs/2004-04/msg00300.html (6,453 bytes)

106. RE: revision/version numbers (score: 11)
Author: HIDDEN
Date: Fri, 31 Oct 2003 16:53:33 -0500
If you are not too worried a few odd merge conflicts, you could always add the $Revision$ or $Id$ keywords to a comment in your source code and the write the canonical 5 lines of Perl to snag the rev
/archive/html/info-cvs/2003-11/msg00000.html (5,245 bytes)

107. RE: Info-cvs Digest, Vol 9, Issue 4 (score: 11)
Author: HIDDEN
Date: Wed, 6 Aug 2003 23:14:03 +1000
Hi Gu, These are intermediate files used by C++ to make builds quicker that you don't need to keep in CVS. You're better off adding them to your .cvsignore file instead. HTH, Matthew Herrmann -- VB6/
/archive/html/info-cvs/2003-08/msg00040.html (6,230 bytes)

108. Re: file changed in cvs-1.11.5 on win2k (score: 11)
Author: HIDDEN
Date: Mon, 4 Aug 2003 21:52:41 -0400
Gu, I believe these are all binary files. You should have added them to cvs with cvs add -kb so that keyword expansion was turned off and the file was recognized as binary. By default cvs assumes fil
/archive/html/info-cvs/2003-08/msg00028.html (5,672 bytes)

109. Moving branch to trunk (score: 11)
Author: HIDDEN
Date: Tue, 01 Apr 2003 17:39:15 -0800
A long time ago, we started a new branch that has since become the main development line. A few changes occurred on the trunk as well but that line has effectively died out. Now I would like to merge
/archive/html/info-cvs/2003-04/msg00009.html (4,845 bytes)

110. Re: binary file ? (score: 11)
Author: HIDDEN
Date: Mon, 31 Mar 2003 17:23:29 -0500 (EST)
Some systems distinguish between text and binary file (e.g., Windows) and some do not (e.g., Unix and Linux). If your system(s) do not distinguish between text and binary, you can import, add, checko
/archive/html/info-cvs/2003-03/msg00340.html (4,835 bytes)

111. Re: cvs commit behavior (score: 11)
Author: HIDDEN
Date: Fri, 07 Mar 2003 10:52:41 -0500
If the file is in $CVSROOT/CVSROOT, then you need to put the name of the file in $CVSROOT/CVSROOT/checkoutlist. See http://www.cvshome.org/docs/manual/cvs_18.html#SEC176 If the file is in some other
/archive/html/info-cvs/2003-03/msg00102.html (5,887 bytes)

112. Re: Tracking third party software (score: 11)
Author: HIDDEN
Date: Wed, 5 Jun 2002 11:25:21 -0400 (EDT)
[ On Wednesday, June 5, 2002 at 10:37:57 (-0400), Larry Jones wrote: ] If you do that then it's critical to use "-ko", at least when managing sources that include RCS keywords There's also a potentia
/archive/html/info-cvs/2002-06/msg00043.html (5,356 bytes)

113. Re: cvs update; merge (score: 11)
Author: HIDDEN
Date: 29 Aug 2001 21:21:24 +0100
I'm not sure it's only two... a) eol conversions (at leat three types of these, neglecting fixed-record systems) b) mergeable vs. non-mergeable files c) files in which RCS keywords should be expanded
/archive/html/info-cvs/2001-08/msg01165.html (8,208 bytes)

114. Re: Accessing CVS files during commit (via a script) (score: 11)
Author: HIDDEN
Date: Mon, 16 Jul 2001 19:39:12 -0700 (PDT)
Mark, I think you are using cvs in local mode. If you where using it in a client/server mode, cvs would have the tmp files a location on the server (the /tmp by default with pserver). Since you are i
/archive/html/info-cvs/2001-07/msg00604.html (19,363 bytes)

115. Re: Accessing CVS files during commit (via a script) (score: 11)
Author: HIDDEN
Date: Mon, 16 Jul 2001 14:47:27 -0700 (PDT)
Output from a trigger script: use Cwd; use strict; use Carp; my $pwd = cwd(); open (F, ">/tmp/junk/test.txt") or croak ('can not open /tmp/junk/test.txt'); print F "PWD: $pwd\n"; print F map { "$_\n"
/archive/html/info-cvs/2001-07/msg00586.html (16,146 bytes)

116. Re: Accessing CVS files during commit (via a script) (score: 11)
Author: HIDDEN
Date: Mon, 16 Jul 2001 11:31:13 -0700 (PDT)
I just did some testing, and modifying the server tmp copies is a real bad idea, like Dennis said. But it is good that CVS makes the to-be-commited files available (whether or not by design) to the t
/archive/html/info-cvs/2001-07/msg00572.html (14,629 bytes)

117. Re: Accessing CVS files during commit (via a script) (score: 11)
Author: HIDDEN
Date: Mon, 16 Jul 2001 10:53:45 -0700
Mark, Is this really a good idea? If you do what you are proposing, after you commit a file, changes will be made to the file (unbeknownst to you) and I suspect your local copy will immediately be ou
/archive/html/info-cvs/2001-07/msg00570.html (12,362 bytes)

118. Re: The hated $Log$ keyword (score: 11)
Author: HIDDEN
Date: Sun, 8 Jul 2001 20:13:40 -0400
It would indeed avoid the merge problem (or at least reduce it) ... but it's *impossible* to compute in the presence of branches. CVS doesn't keep around enough info to know which revisions of which
/archive/html/info-cvs/2001-07/msg00182.html (6,305 bytes)

119. Re: The hated $Log$ keyword (score: 11)
Author: HIDDEN
Date: Sat, 7 Jul 2001 17:49:30 -0400 (EDT)
[ On , July 7, 2001 at 18:22:09 (+0100), James Youngman wrote: ] Why not just add "cvs log" to the release process?????? You can even use "rcs2log" to get ChangeLog-style files. Using "cvs log" (or "
/archive/html/info-cvs/2001-07/msg00167.html (6,049 bytes)

120. Re: How to avoid conflicts avalanche (score: 11)
Author: HIDDEN
Date: Tue, 26 Jun 2001 09:20:05 -0400 (EDT)
We have a similar situation where multiple releases are being developed concurrently and commits to one branch are required to be merged into several other branches. I created a wrapper script 'check
/archive/html/info-cvs/2001-06/msg01044.html (6,805 bytes)


This search system is powered by Namazu