info-cvs archive search

Search String: Display: Description: Sort:

Results:

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

Total 860 documents matching your query.

241. converting a file from binary to plain text (score: 29)
Author: HIDDEN
Date: Mon, 6 Oct 2008 08:39:16 -0700 (PDT)
How do I switch a file checked in (whether on purpose or inadvertently) from binary to plain text? I found this discussion, but it doesn't seem to be working as expected: http://groups.google.com/gro
/archive/html/info-cvs/2008-10/msg00006.html (6,646 bytes)

242. Re: Tags and uncommited resources... (score: 29)
Author: HIDDEN
Date: Mon, 30 Jul 2007 11:12:35 -0500
James Depaul wrote, On 07/30/2007 10:49 AM: Few followup questions for clarification: Great, apparently I made things worse. :{ 1) I'm a bit confused about this statement: >>The 'cvs tag' command ope
/archive/html/info-cvs/2007-07/msg00110.html (13,550 bytes)

243. Re: How to go back to the branch after mistakenly switching to the trunk (score: 29)
Author: HIDDEN
Date: Sun, 04 Sep 2005 20:07:25 -0700
Yeah, you should NEVER subvert internal cvs revision numbers unless you are an expert... and then, you should know better than to do it. Well, it is not impossible to do, you just never want to do it
/archive/html/info-cvs/2005-09/msg00038.html (8,498 bytes)

244. RE: mechanisms for reviews needed (score: 29)
Author: HIDDEN
Date: Tue, 2 Aug 2005 07:23:52 +1000
Jacob, OK well there is a common ground then... In the CVS world the graphical front ends lead a life very separate to the actual engine (and tend to live several generations behind). It will probabl
/archive/html/info-cvs/2005-08/msg00009.html (8,647 bytes)

245. Re: BUG: "cvs status" can do an update (score: 29)
Author: HIDDEN
Date: Wed, 08 Aug 2001 15:32:13 -0700
Have recreated this behavior in CVS 1.11.1p1 on Solaris 7. Does not happen in CVS 1.10.7 on Solaris 7. address@hidden
/archive/html/info-cvs/2001-08/msg00199.html (10,819 bytes)

246. BUG: "cvs status" can do an update (score: 29)
Author: HIDDEN
Date: Wed, 8 Aug 2001 17:14:15 -0400
This bug exists in CVS 1.11.1p1; it was tested on Solaris 7, but is probably system-independent. Under certain specific circumstances, "cvs status" does an "update". The circumstances are: - a file f
/archive/html/info-cvs/2001-08/msg00198.html (8,526 bytes)

247. End-of-line patch (score: 29)
Author: HIDDEN
Date: Wed, 13 Dec 2000 14:03:17 -0500
We needed this at work to suit our working environment. Maybe you do too. The CVS client always works with text files in the platform's native end-of-line style. On Win32 platforms, a line is ended w
/archive/html/info-cvs/2000-12/msg00258.html (25,017 bytes)

248. Re: versions (score: 29)
Author: HIDDEN
Date: Tue, 10 Oct 2000 12:28:25 -0700 (PDT)
You should ignore the revision numbers. CVS uses a detailed revision numbering scheme that allows it to keep track of branches. All you need to know is that after a commit, the revision number of the
/archive/html/info-cvs/2000-10/msg00234.html (5,669 bytes)

249. Re: cvs add `find ./` (score: 29)
Author: HIDDEN
Date: Mon, 09 Oct 2000 18:37:21 -0400
I just checked in a change to allow '-q' to suppress those warnings. CVS will still exit with an error code, however. Not sure if this is optimal. Let me know. The patch against the dev version is at
/archive/html/info-cvs/2000-10/msg00203.html (15,270 bytes)

250. Re: CVS diff and unknown files. (score: 28)
Author: HIDDEN
Date: Sun, 30 Jan 2005 15:48:54 -0800
Paul Sander <address@hidden> writes: On Jan 27, 2005, at 1:07 AM, address@hidden wrote: [...] Just to understand your point better, do you propose 'cvs add -c new_file' and 'cvs ci new_file' run exa
/archive/html/info-cvs/2005-01/msg00377.html (65,115 bytes)

251. Re: cvs commitinfo - remote access issues - enforced code beautification (score: 28)
Author: HIDDEN
Date: Thu, 21 Mar 2002 09:08:18 -0800
On Thu, Mar 21, 2002 at 09:15:00 +0530, Shubhabrata Sengupta sent 3.1K bytes: This is true. Greg, I'm replying to your stuff here, since your message never appeared on my server. My experience is tha
/archive/html/info-cvs/2002-03/msg00986.html (11,176 bytes)

252. commit fail (score: 28)
Author: HIDDEN
Date: Tue, 24 Apr 2001 13:23:35 -0400
I am trying to commit changes and I am not having much luck. first I tried to checkout a module, make a few changes and then commit it back and I get the following error. cvs commit -m "minor change"
/archive/html/info-cvs/2001-04/msg00628.html (5,212 bytes)

253. RE: How to disable the cvs versioning for a specific binary file in our program CVS repository (score: 26)
Author: HIDDEN
Date: Fri, 20 Apr 2012 13:11:57 -0500
There is no way to use CVS to store a file without a revision. You can manage the repository to contain only one revision, but it requires effort on your part, and depending on the scenario, could e
/archive/html/info-cvs/2012-04/msg00003.html (8,959 bytes)

254. RE: CVS History on non compilable file formats (score: 26)
Author: HIDDEN
Date: Wed, 23 Dec 2009 11:15:03 -0500
For the .jsp files specifically, could you put JSP comment tags (<%-- .. --%>) around the CVS keywords and any other sensitive text? ________________________________ Hi, I have a lot of files in CVS
/archive/html/info-cvs/2009-12/msg00038.html (5,946 bytes)

255. CVS History on non compilable file formats (score: 26)
Author: HIDDEN
Date: Wed, 23 Dec 2009 08:28:23 +0000
Hi, I have a lot of files in CVS that are not compilable files. (e.g. *.html, *.jsp etc). I use the following template on each new file that is checked in to cvs. [code] File : $RCSfile$ ($Source$) S
/archive/html/info-cvs/2009-12/msg00036.html (5,399 bytes)

256. Re: Tags and uncommited resources... (score: 26)
Author: HIDDEN
Date: Mon, 30 Jul 2007 09:49:15 -0600
Few followup questions for clarification: 1) I'm a bit confused about this statement: >>The 'cvs tag' command operates on your local sandbox.<< I've been following this CvS doc: http://cvsbook.red-be
/archive/html/info-cvs/2007-07/msg00109.html (9,468 bytes)

257. Re: Exp state on top of dead (score: 26)
Author: HIDDEN
Date: Fri, 08 Sep 2006 10:20:57 -0700
Given that it is possible to have more than one 'corruption' in a given file, but that not all checks would be performed once some kind of corruption is detected, I am not certain how useful a keycod
/archive/html/info-cvs/2006-09/msg00060.html (7,377 bytes)

258. cvs commit: sticky tag `1.4' for file `foo' is not a branch (score: 26)
Author: HIDDEN
Date: Tue, 20 Dec 2005 12:01:29 -0500
I am not sure what I have done wrong here but this project is on the Trunk and now I have sticky tag 1.4. if I try to change the file and commit it I get this message: cvs commit: sticky tag `1.4' fo
/archive/html/info-cvs/2005-12/msg00210.html (6,476 bytes)

259. Re: Best practices for initial import and versioning (score: 26)
Author: HIDDEN
Date: Fri, 21 Oct 2005 09:22:52 -0400
Corey, Have a look at this http://ximbiot.com/cvs/manual/cvs-1.11.21/cvs_5.html#SEC54. It gives good overview of branching and merging. I personally find it less painful if development is done on the
/archive/html/info-cvs/2005-10/msg00213.html (16,716 bytes)

260. RE: Best practices for initial import and versioning (score: 26)
Author: HIDDEN
Date: Fri, 21 Oct 2005 15:00:41 +1000
Corey, Well that's only one way to use CC of course, I've used it a little and I know you don't have to do things that way (because I didn't) - I didn't get into the rational unified process enough t
/archive/html/info-cvs/2005-10/msg00211.html (13,889 bytes)


This search system is powered by Namazu