info-cvs archive search

Search String: Display: Description: Sort:

Results:

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

Total 860 documents matching your query.

361. Re: CVS Tagging and Releases (score: 16)
Author: HIDDEN
Date: Tue, 11 Apr 2006 07:53:59 -0500
If the stuff you were rolling out was bad/broken then you _may_ not want any of the other developers to build on that source. By committing the current (sandbox you ran `cvs update -jDEV_1_32 -jDEV_1
/archive/html/info-cvs/2006-04/msg00101.html (8,443 bytes)

362. Re: merge a new file from the trunk onto a branch? (score: 16)
Author: HIDDEN
Date: Thu, 30 Mar 2006 10:39:35 -0700
cvs update -kk -j build-15 -j build-20 helpers/DocAbstractValidateHandler.java But when I commit it, it complains: cvs commit -r build-15-va -m "Merged document abstract changes from trunk" helpers/D
/archive/html/info-cvs/2006-03/msg00251.html (6,265 bytes)

363. merge a new file from the trunk onto a branch? (score: 16)
Author: HIDDEN
Date: Mon, 27 Mar 2006 12:10:25 -0700
I'm in the working directory for branch build-15-va. I want to merge the new helpers/DocAbstractValidateHandler.java directory/file that was introduced on the trunk between build-15 (the GCA) and bui
/archive/html/info-cvs/2006-03/msg00221.html (5,860 bytes)

364. branch checkin question (score: 16)
Author: HIDDEN
Date: 15 Nov 2005 16:08:53 -0800
Hi, I can not make my branch check in work correctly with rtag. I has a module called sample with has four files: sample/Makefile sample/f1.c sample/foo.c sample/main.c. Under directory: /home/yzhang
/archive/html/info-cvs/2005-11/msg00169.html (5,662 bytes)

365. branch checkin question (score: 16)
Author: HIDDEN
Date: 15 Nov 2005 16:08:53 -0800
Hi, I can not make my branch check in work correctly with rtag. I has a module called sample with has four files: sample/Makefile sample/f1.c sample/foo.c sample/main.c. Under directory: /home/yzhang
/archive/html/info-cvs/2005-11/msg00168.html (5,633 bytes)

366. Re: changing trunk commit to branch (score: 16)
Author: HIDDEN
Date: Mon, 24 Oct 2005 19:36:55 -0400 (EDT)
Sure: back out the change, create the branch, then redo the change on the branch. For example, assuming the revision in question in 1.27: cvs up -j1.27 -j1.26 file # back out unwanted change cvs ci #
/archive/html/info-cvs/2005-10/msg00265.html (4,942 bytes)

367. Having trouble with branching on a repository that already has a Vendor branch (score: 16)
Author: HIDDEN
Date: Fri, 30 Sep 2005 20:07:33 -0600
Hi I am having trouble creating a branch on a project that already has a vendor branch. At least the results seem strange to me. I am importing an open source project (GMOD) as a vendor branch. I cha
/archive/html/info-cvs/2005-09/msg00497.html (6,399 bytes)

368. Re: How to go back to the branch after mistakenly switching to the trunk (score: 16)
Author: HIDDEN
Date: Mon, 12 Sep 2005 17:07:51 -0700
cvs update -j2.1 -jRoot-of-Branch cvs commit should get the mainline text to be what it was before your problem commit... assuming that Root-of-Branch was still the top-of-tree version prior to your
/archive/html/info-cvs/2005-09/msg00230.html (9,733 bytes)

369. RE: cvs "grouping" feature (score: 16)
Author: HIDDEN
Date: Wed, 31 Aug 2005 07:21:34 +0200
Can you give me some information about the "commit ids" features functionality and when it will be released? I'm also looking for some 'functional' grouping. We are working with softwarereleases whic
/archive/html/info-cvs/2005-08/msg00402.html (8,365 bytes)

370. Re: Idea for reducing disk IO on tagging operations (score: 16)
Author: HIDDEN
Date: Mon, 28 Mar 2005 13:37:52 -0500
I followed this discussion only loosely and kept silent because I suspect someone will shoot me to pieces for the complaint I'm about to make, but now that we're to the stage of actual implementation
/archive/html/info-cvs/2005-03/msg00265.html (33,120 bytes)

371. RE: Info-cvs Digest, Vol 28, Issue 35 (score: 16)
Author: HIDDEN
Date: Wed, 23 Mar 2005 15:39:03 -0600
Hi When I tried to execute the following command cvs log -Nb -r -d >2005-03-22 CentrexMateWeb I am getting the following error.. cvs [log aborted]: Can't parse date/time: CentrexMateWeb What may be i
/archive/html/info-cvs/2005-03/msg00226.html (11,566 bytes)

372. RE: Modif timestamps of files in CVS repository (score: 16)
Author: HIDDEN
Date: Thu, 6 Jan 2005 11:21:08 -0500
Ah, gotcha. I'm wondering if it might be easier to modify viewCVS to handle 2 digit dates safely. I doubt that CVS uses the timestamp - there are operations that can change the timestamp of the file,
/archive/html/info-cvs/2005-01/msg00053.html (7,075 bytes)

373. RE: invalid sender email addresses (score: 16)
Author: HIDDEN
Date: Thu, 11 Nov 2004 21:43:32 -0800
If you want to use a fake email addr, it would be much friendlier to have it at a domain that resolves. example.com might be a good choice... Many MTAs reject unresolvable domains, others just whine
/archive/html/info-cvs/2004-11/msg00105.html (7,114 bytes)

374. Re: Problem with importing third-party sources and adding/committing changes (score: 16)
Author: HIDDEN
Date: Fri, 12 Nov 2004 00:56:40 +0000 (UTC)
So far, so good. Side note: if you never made changes on your trunk, you're ok. If you ever committed changes to 1.11.17 on your trunk, you need to perform a merge, as in https://www.cvshome.org/docs
/archive/html/info-cvs/2004-11/msg00104.html (8,935 bytes)

375. RE: How to create patch for project? (score: 16)
Author: HIDDEN
Date: Wed, 1 Sep 2004 09:14:20 -0500
Mak, The rdiff -s argument using two dates or two tags gives you good information. It shows what files have changed, are new, or removed (in attic) with revision numbers. cvs -Q rdiff -s -Dyyyymmdd -
/archive/html/info-cvs/2004-09/msg00006.html (5,899 bytes)

376. Re: binary files bad idea? why? (score: 16)
Author: HIDDEN
Date: Mon, 19 Jul 2004 10:27:48 -0700
Mark, you understand the problem perfectly. It's not possible to have a plug-in merge tool unless there's a guarantee that all of the possible combinations of data fed to it are compatible. CVS does
/archive/html/info-cvs/2004-07/msg00206.html (12,083 bytes)

377. Re: binary files bad idea? why? (score: 16)
Author: HIDDEN
Date: Mon, 12 Jul 2004 17:10:46 -0700
Hi Greg, It is a pity that you didn't bother to read what I wrote and instead ranted on a question that was not asked. Have you been ill? If so, I am sorry to hear it, please get well soon. Let me pu
/archive/html/info-cvs/2004-07/msg00135.html (16,268 bytes)

378. Re: Smoke, FUD (was Re: CVS corrupts binary files ...) (score: 16)
Author: HIDDEN
Date: Tue, 29 Jun 2004 02:18:26 -0700
Nobody has suggested abandoning diff for computing RCS deltas. All discussion relating to replacement of diff and merge tools have revolved around the user interface. That's completely different. Yo
/archive/html/info-cvs/2004-06/msg00437.html (12,120 bytes)

379. RE: Info-cvs Digest, Vol 18, Issue 34 (score: 16)
Author: HIDDEN
Date: Thu, 20 May 2004 00:27:41 +1000
Hi, Run this python script from within a checked out sandbox. It will create a file called table.txt. Load this file into excel and use PivotTables to get statistics. (This is called DataPilot in Ope
/archive/html/info-cvs/2004-05/msg00329.html (8,359 bytes)

380. RE: Differences between revisions - ALL Files (score: 16)
Author: HIDDEN
Date: Wed, 21 Apr 2004 16:44:35 -0500
Barry, Try cvs -q rdiff -s -r oldrev -r newrev module Note that the -s option is available on rdiff and not on diff Usage: cvs rdiff [-flR] [-c|-u] [-s|-t] [-V %d] -r rev|-D date [-r rev2 | -D date2]
/archive/html/info-cvs/2004-04/msg00266.html (6,293 bytes)


This search system is powered by Namazu