info-cvs archive search

Search String: Display: Description: Sort:

Results:

References: [ change: 5097 ] [ revision: 4257 ]

Total 860 documents matching your query.

41. Re: Branching From Old Revision (score: 122)
Author: HIDDEN
Date: Sun, 26 Apr 2009 16:30:58 -0400
First thing you want to do is create a non-branch tag based on the -D tag. That tag will indicate the base, or branch point, of the branch. You can use the same tag as the branch, with a suffix such
/archive/html/info-cvs/2009-04/msg00053.html (6,226 bytes)

42. Branching From Old Revision (score: 122)
Author: HIDDEN
Date: Sun, 26 Apr 2009 08:10:04 -0700 (PDT)
I am a bit confused about creating a branch off old revision. Basically I checked out a previous revision via "-D" option. Now I want to create a branch and commit the change. I don't want it to merg
/archive/html/info-cvs/2009-04/msg00052.html (4,612 bytes)

43. Re: Why is revision on 1st import 1.1.1.1 instead of 1.1? (score: 122)
Author: HIDDEN
Date: Sun, 24 Jun 2001 13:29:12 -0400 (EDT)
Hi, Really short answer: This is normal behavior. Short answer: In general, revision numbers are internally used by cvs. Don't stress about them. In particular, revision 1.1.1.1 (and everything on th
/archive/html/info-cvs/2001-06/msg00973.html (5,817 bytes)

44. Re: Major change in conflict handling between 1.12.9 and 1.12.13? (score: 121)
Author: HIDDEN
Date: Thu, 1 Jun 2006 21:57:19 +0100
Well, my original mail described the problem I thought. Checkout the same source tree into two sandboxes. Then edit one file in both, making incompatible changes (e.g. append a different line to each
/archive/html/info-cvs/2006-06/msg00012.html (8,946 bytes)

45. Major change in conflict handling between 1.12.9 and 1.12.13? (score: 121)
Author: HIDDEN
Date: Tue, 30 May 2006 00:43:31 +0100
Hi, I've updated from 1.12.9 to 1.12.13 and I'm seeing a *really* major change in behaviour when conflicts happen; a merge conflict is only reported during the merge itself. The conflict marker itsel
/archive/html/info-cvs/2006-05/msg00182.html (6,235 bytes)

46. RE: CVS Version CHange (score: 121)
Author: HIDDEN
Date: Tue, 2 Dec 2003 10:47:46 -0500
If that's the case, then why was the revision number ever exposed in the first place? Is it a legacy of RCS or SCCS - do they not support symbolic tags? So are you saying that "cvs ci -r <revision nu
/archive/html/info-cvs/2003-12/msg00037.html (6,368 bytes)

47. Re: change date of a commit (score: 121)
Author: HIDDEN
Date: Thu, 28 Jun 2001 22:34:10 -0400
One way that's kind of in between would be to use "cvs admin -o" to delete the offending revisions, then recommit them, but it'll be a pain to get it right, and it'll only work if the bum revision is
/archive/html/info-cvs/2001-06/msg01160.html (7,288 bytes)

48. Re: How to undo a change to a branch (score: 120)
Author: HIDDEN
Date: Tue, 15 Jun 2004 11:28:41 -0700
cvs up -j[revision including change you didn't mean to commit] -j[revision before change you didn't mean to commit] filename will merge out the change you meant to get rid of. Sanity check the file,
/archive/html/info-cvs/2004-06/msg00254.html (4,512 bytes)

49. Re: CVS bug - invalid change text (score: 120)
Author: HIDDEN
Date: Wed, 13 Jun 2001 11:55:53 -0400 (EDT)
No, it didn't. No, it isn't. CVS almost certainly did not enter that change request in that form. The number of lines is computed from the number of newline characters in the change text, so there we
/archive/html/info-cvs/2001-06/msg00476.html (7,172 bytes)

50. Re: Weird revision number on trunc. (score: 119)
Author: HIDDEN
Date: Mon, 16 Jul 2007 14:40:44 +0400
Yes, thanks for the idea, -- it seems that was indeed the case, -- I've tried to import 2 times a test project containing single file (changing it between first and second import), and got similar re
/archive/html/info-cvs/2007-07/msg00039.html (5,891 bytes)

51. Re: changing revision number (score: 119)
Author: HIDDEN
Date: Tue, 08 Feb 2005 16:05:01 -0500
1. UM, if I read the help right that will DELETE the specified version. 2. Don't think that will work. 3. that might work. Note that there are some assumptions that CVS makes about version numbers an
/archive/html/info-cvs/2005-02/msg00133.html (6,320 bytes)

52. Re: Updating revision number on a branch. (score: 119)
Author: HIDDEN
Date: Mon, 20 Dec 2004 10:21:45 -0500
The basic problem is that you will may very well find out that CVS is making assumptions about revision numbers fitting some 1.x format, as revision numbers starting with anything other than `1.' are
/archive/html/info-cvs/2004-12/msg00210.html (8,454 bytes)

53. Re: Updating revision number on a branch. (score: 119)
Author: HIDDEN
Date: Mon, 13 Dec 2004 16:38:59 -0700
Heh, I think you misunderstood my second message. I meant that we wanted to make the change for cosmetic reasons, not that it WAS a cosmetic change. After reading on how the branches are created, I
/archive/html/info-cvs/2004-12/msg00167.html (8,068 bytes)

54. Re: Reverting a concrete revision (score: 119)
Author: HIDDEN
Date: Wed, 01 Sep 2004 16:15:51 +0200
Hi Fabian & all, It does not work. It does do nothing!. My idea is generate a new revision but deleting changes made in a very old revision... Thanks Rolo
/archive/html/info-cvs/2004-09/msg00007.html (5,455 bytes)

55. Re: How to determine the previous revision number? (score: 119)
Author: HIDDEN
Date: Thu, 7 Aug 2003 15:56:41 -0700
The rinfo program can display a list of version numbers between two given versions. It accomodates removed revisions, branches, and magic branches, which complicate the computation. And its output is
/archive/html/info-cvs/2003-08/msg00059.html (5,871 bytes)

56. How to determine the previous revision number? (score: 119)
Author: HIDDEN
Date: Thu, 7 Aug 2003 18:42:43 -0400
I am trying to customize some change reports we generate using the CVS tools available in Ant - which basically means I can execute any arbitrary CVS command line. The reports can already determine w
/archive/html/info-cvs/2003-08/msg00058.html (5,812 bytes)

57. CVS Revision (score: 119)
Author: HIDDEN
Date: Tue, 12 Mar 2002 11:32:47 -0800
hello, I want to set revision of module in cvs as 1.2.0.1 by cvs import -b command. But now if somebody checkout this module and change some thing in this module and then commit. So i don't want that
/archive/html/info-cvs/2002-03/msg00612.html (4,479 bytes)

58. Re: Anybody any idea on how to set back a revision number? (score: 119)
Author: HIDDEN
Date: 30 Oct 2001 16:12:15 +0000
In general, the individual file revision numbers are, or should be, largely irrelevant; the thing that is really needed are the tags (because in general, the revision of one particular file is meani
/archive/html/info-cvs/2001-10/msg01005.html (7,344 bytes)

59. RE: "could not fild desired version" - Latest revision was deleted. (score: 119)
Author: HIDDEN
Date: Wed, 15 Aug 2001 11:26:47 -0700
Personally I would just hack at the CVS/Entries file in your sandbox and change the revision to 1.2 for foo.bar it will let you commit then.... You can all throw tomatoes at me now, I'm a naught than
/archive/html/info-cvs/2001-08/msg00762.html (5,492 bytes)

60. Re: Revision numbers (score: 119)
Author: HIDDEN
Date: 19 Mar 2001 13:56:59 -0500
That will only happen if you manually force the revision number in a commit (I forget if this is even an option in cvs - the only time I've ever actually done it is with RCS, which does allow specify
/archive/html/info-cvs/2001-03/msg00362.html (4,614 bytes)


This search system is powered by Namazu