info-cvs archive search

Search String: Display: Description: Sort:

Results:

References: [ Log: 3896 ] [ keyword: 813 ]

Total 291 documents matching your query.

1. Re: Change a keyword for another keyword (score: 380)
Author: HIDDEN
Date: Wed, 09 Feb 2005 15:08:39 -0300
Thanks, I executed the following thing: find . -type f -exec sed 's/\$revision_history[^\$]*/$Log/g' {} \; This it seems to work well, the output of the SED shows the change, but when I observe the f
/archive/html/info-cvs/2005-02/msg00156.html (6,927 bytes)

2. Re: Change a keyword for another keyword (score: 366)
Author: HIDDEN
Date: Wed, 09 Feb 2005 15:35:02 -0300
Thanks, When I run: find . -type f -exec sed -i 's/\$revision_history[^\$]*/$Log/g' {} \; I get the next error message: sed: invalid option -- i Regards, Paola Jim.Hyslop wrote: Paola Attadio wrote:
/archive/html/info-cvs/2005-02/msg00159.html (6,709 bytes)

3. Re: Change a keyword for another keyword (score: 363)
Author: HIDDEN
Date: Wed, 09 Feb 2005 16:15:04 -0300
Mark, thank you very much!!!!!!!!!!!!!! Best Regards, Paola I get the next error message: sed: invalid option -- i Clearly your sed() doesn't support the '-i/--in-place' option. Something like this s
/archive/html/info-cvs/2005-02/msg00164.html (6,614 bytes)

4. Re: Change a keyword for another keyword (score: 363)
Author: HIDDEN
Date: Wed, 09 Feb 2005 12:02:06 -0700
I get the next error message: sed: invalid option -- i Clearly your sed() doesn't support the '-i/--in-place' option. Something like this shell script should work instead: for f in $(find . -name CV
/archive/html/info-cvs/2005-02/msg00162.html (6,382 bytes)

5. RE: Change a keyword for another keyword (score: 363)
Author: HIDDEN
Date: Wed, 9 Feb 2005 13:54:56 -0500
Please follow the rest of my instructions, reproduced below: -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. ( http://www.leitch.com ) Columnist, C/C++ Users Journal ( htt
/archive/html/info-cvs/2005-02/msg00161.html (6,184 bytes)

6. Re: Change a keyword for another keyword (score: 363)
Author: HIDDEN
Date: Wed, 09 Feb 2005 15:57:22 -0300
Thanks, Paola Jim.Hyslop wrote: Paola Attadio wrote: When I run: find . -type f -exec sed -i 's/\$revision_history[^\$]*/$Log/g' {} \; I get the next error message: sed: invalid option -- i Please fo
/archive/html/info-cvs/2005-02/msg00160.html (6,400 bytes)

7. RE: Change a keyword for another keyword (score: 363)
Author: HIDDEN
Date: Wed, 9 Feb 2005 13:30:45 -0500
You're missing the -i parameter to sed. Without it, it will just send the output of sed to stdout. If your sed does not support -i, then you'll have to redirect the output to a file, and rename the f
/archive/html/info-cvs/2005-02/msg00158.html (6,287 bytes)

8. Re: The hated $Log$ keyword (score: 330)
Author: HIDDEN
Date: Mon, 9 Jul 2001 04:12:30 -0400 (EDT)
[ On Monday, July 9, 2001 at 00:01:01 (-0400), Eric Siegerman wrote: ] Well, with CVS the meaning of "frozen" file is quite a bit different. In the most basic sense what I'm saying is that "-kv" shou
/archive/html/info-cvs/2001-07/msg00190.html (16,300 bytes)

9. Re: The hated $Log$ keyword (score: 325)
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)

10. Re: The hated $Log$ keyword (score: 321)
Author: HIDDEN
Date: Thu, 10 May 2001 00:40:19 +0200 (CEST)
Back in the 80's when I was starting with rcs I considered $Log$ entries to be cute at first. I soon found out that the entries have these handicaps: - At rev 1.20, the old entries tend to turn into
/archive/html/info-cvs/2001-05/msg00325.html (5,696 bytes)

11. Re: The hated $Log$ keyword (score: 315)
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)

12. Re: Log Keyword and Merge Conflict (score: 315)
Author: HIDDEN
Date: Wed, 25 Apr 2001 18:27:11 -0400 (EDT)
[ On Wednesday, April 25, 2001 at 14:11:01 (-0500), Valarie Flick wrote: ] It would only make sense to remove $Log from all your files. Use of $Log, even with bare RCS, can only provide a confusing d
/archive/html/info-cvs/2001-04/msg00696.html (4,656 bytes)

13. Re: The hated $Log$ keyword (score: 314)
Author: HIDDEN
Date: 07 Jul 2001 18:22:09 +0100
I also get bitten by $Log$ when merging, but OTOH I still use it. This is partly because some of the projects I work on use "cvs export" to affiliated projects whose only access to log information is
/archive/html/info-cvs/2001-07/msg00165.html (5,675 bytes)

14. Re: The hated $Log$ keyword (score: 310)
Author: HIDDEN
Date: Wed, 2 May 2001 14:32:42 -0400 (EDT)
[ On Wednesday, May 2, 2001 at 10:39:47 (-0700), Richard Wesley wrote: ] Teach them to use "cvs log" (and even "cvs rlog" now). Either that or teach them to use GNU-style "ChangeLog" files (which is
/archive/html/info-cvs/2001-05/msg00069.html (5,028 bytes)

15. Re: The hated $Log$ keyword (score: 307)
Author: HIDDEN
Date: Wed, 02 May 2001 16:44:25 -0500
<SNIP> I have found that cvs2cl.pl also does a really nice job of generating the logs I need (and I used to like $Log$ when we used rcs), it even tries to generate the 'GNU-style "ChangeLog" files' G
/archive/html/info-cvs/2001-05/msg00075.html (5,740 bytes)

16. Log Keyword and Merge Conflict (score: 307)
Author: HIDDEN
Date: Wed, 25 Apr 2001 14:11:01 -0500
Cederqvist 1.10 states "... CVS is not good at handling $Log$ entries when a branch is merged onto the main trunk. Conflicts often result from the merging operation.". My question is: has anyone figu
/archive/html/info-cvs/2001-04/msg00689.html (4,373 bytes)

17. Re: The hated $Log$ keyword (score: 305)
Author: HIDDEN
Date: Wed, 11 Jul 2001 15:40:04 -0400
Ah, now I get it. Agreed -- except that it shouldn't override "-kb" of course. Or even if there was only one site. I tried this with a couple of open-source things I downloaded, and quickly ran into
/archive/html/info-cvs/2001-07/msg00292.html (7,878 bytes)

18. Re: The hated $Log$ keyword (score: 305)
Author: HIDDEN
Date: Mon, 9 Jul 2001 00:01:01 -0400
Mmm, yes. If it stripped out the values at commit time, and just stored the keywords, all these *#(! merge conflicts would go away. Why is this a problem? I very much prefer it. Suppose, using SCCS o
/archive/html/info-cvs/2001-07/msg00185.html (8,430 bytes)

19. Re: The hated $Log$ keyword (score: 305)
Author: HIDDEN
Date: Sun, 8 Jul 2001 22:39:52 -0400 (EDT)
[ On Sunday, July 8, 2001 at 20:13:40 (-0400), Eric Siegerman wrote: ] The "evil" thing abou RCS keyword design is that they contain their values when stored in the ,v file, and that they contain the
/archive/html/info-cvs/2001-07/msg00184.html (6,740 bytes)

20. Re: The hated $Log$ keyword (score: 302)
Author: HIDDEN
Date: Thu, 12 Jul 2001 01:15:08 -0400 (EDT)
[ On Wednesday, July 11, 2001 at 15:40:04 (-0400), Eric Siegerman wrote: ] If you believe '-kb' should even exist, of course! ;-) Yes, that's another good idea -- and it's probably even been mentione
/archive/html/info-cvs/2001-07/msg00316.html (6,363 bytes)


This search system is powered by Namazu