info-cvs archive search

Search String: Display: Description: Sort:

Results:

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

Total 860 documents matching your query.

221. Re: Retrieving deleted file from the Attic (score: 39)
Author: HIDDEN
Date: Thu, 14 Nov 2002 11:12:00 -0500 (EST)
Hardly -- you can still use most CVS commands on the file, you just have to give the file name explicitly since there's no local file: bash-2.02$ ls foo ls: foo: No such file or directory bash-2.02$
/archive/html/info-cvs/2002-11/msg00145.html (6,961 bytes)

222. Re: How to get log messages *after* one tag up to another tag (score: 39)
Author: HIDDEN
Date: 05 Feb 2002 23:00:58 -0500
I started using the current development release of CVS to get the revision range log feature mentioned above, and I've been very happy with how it works on the trunk of a simple example, but I've ru
/archive/html/info-cvs/2002-02/msg00133.html (8,097 bytes)

223. Re: BRANCH LABEL FOR DIRECTORIES (score: 39)
Author: HIDDEN
Date: Mon, 18 Jun 2001 01:25:28 -0700
And in a version control system, that baggage includes the file's entire revision history, by definition. A file under version control is not a normal Unix file. A specific revision of the file coul
/archive/html/info-cvs/2001-06/msg00658.html (15,303 bytes)

224. CVS 1.12.9 breaks emacs pcl-cvs mode - known bug? (score: 38)
Author: HIDDEN
Date: Thu, 26 Aug 2004 11:11:07 -0400
Hello all, The latest version of CVS, version 1.12.n (n>5), changed the format of its output on commit messages. This unfortunately breaks pcl-cvs mode in emacs, which uses the commit messages to det
/archive/html/info-cvs/2004-08/msg00230.html (9,436 bytes)

225. Re: commit question (score: 36)
Author: HIDDEN
Date: Wed, 10 Dec 2008 02:26:24 -0800 (PST)
-- Thanks, -Amaresh " "Walk with a hope in your heart....you will never walk alone"" -- View this message in context: http://www.nabble.com/commit-question-tp20521904p20932560.html Sent from the Gnu
/archive/html/info-cvs/2008-12/msg00024.html (8,259 bytes)

226. commit question (score: 36)
Author: HIDDEN
Date: Sat, 15 Nov 2008 21:57:21 -0500
You think you have it all figured out with the complexing branching model in CVS and then something happens where either you forget the basic ideas or you screwed something up. I never used "sticky t
/archive/html/info-cvs/2008-11/msg00052.html (8,416 bytes)

227. RE: Code-wise, How Does CVS Do Versioning? (score: 36)
Author: HIDDEN
Date: Fri, 21 Oct 2005 12:21:12 -0500
I should probably let those more qualified answer this question, but I'll take a shot at describing the repository file format. First off, take a look in the Cederqvist, I believe it discusses this t
/archive/html/info-cvs/2005-10/msg00219.html (10,460 bytes)

228. Re: commit -r (was: How to go back to the branch after mistakenly switching to the trunk) (score: 36)
Author: HIDDEN
Date: Sun, 11 Sep 2005 08:05:54 -0700
Furthur thinking about it, I really think it is a bad idea to call a branch a "branch revision". The title of A.10.2.1 is "Committing to a branch" not "Committing to a branch revision". I don't know
/archive/html/info-cvs/2005-09/msg00168.html (8,535 bytes)

229. RE: A couple of features in RCS that CVS lacks... why? (score: 36)
Author: HIDDEN
Date: Mon, 6 Aug 2001 13:58:17 -0700
Tags can be used as a STATE substitute, however the nice thing about STATEs is that it's much easier to revert to a last known good state, for example. With tags, however, once you've moved your tag,
/archive/html/info-cvs/2001-08/msg00156.html (10,501 bytes)

230. Re: A couple of features in RCS that CVS lacks... why? (score: 36)
Author: HIDDEN
Date: Fri, 27 Jul 2001 19:57:28 -0400 (EDT)
[ On Friday, July 27, 2001 at 13:48:25 (-0700), Josh Baudhuin wrote: ] RCS "states" are far far less useful in CVS than they can be in RCS. That's because CVS already uses the RCS state for "magic" i
/archive/html/info-cvs/2001-07/msg01082.html (9,370 bytes)

231. loginfo - 1.11.1p1 runs differently with %{sVv} (score: 36)
Author: HIDDEN
Date: Wed, 27 Jun 2001 13:49:27 -0500
I have been using CVS v1.11 on our DEC alpha. 'uname -a' = OSF1 cmp V4.0 878 alpha I downloaded it in June 2000, did the ./configure, make, make install without any modifications. I recently download
/archive/html/info-cvs/2001-06/msg01103.html (14,526 bytes)

232. Re: GPG-Signed Commits proposal (score: 35)
Author: HIDDEN
Date: Mon, 29 Aug 2005 23:40:12 +0200
I realize that the follow-up I sent a week or two ago didn't made it to the list :/ Please find here some comments to your reply, then my original follow-up :) Sounds good :) I had in mind to sign wh
/archive/html/info-cvs/2005-08/msg00382.html (13,589 bytes)

233. Re: loosing branch when updating to a tag on the branch (score: 35)
Author: HIDDEN
Date: Fri, 23 Jul 2004 11:14:26 -0400
Jim and Royan, Many thanks. In my example robots.txt did not change, but I did expected to see the status reflect that I still had the branch in my working directory. After updating to the test_tag_i
/archive/html/info-cvs/2004-07/msg00304.html (10,400 bytes)

234. Re: Branching and tags (score: 35)
Author: HIDDEN
Date: Tue, 26 Mar 2002 15:39:40 -0500 (EST)
Right. A revision tag is a snapshot in time -- you can't change it. I don't understand what you mean by this -- if you have a specific revision checked out (which you do if you've checked out with a
/archive/html/info-cvs/2002-03/msg01170.html (5,584 bytes)

235. Re: Strange diff behavior on branch (score: 34)
Author: HIDDEN
Date: Sun, 3 Aug 2003 22:43:46 -0400 (EDT)
[ On Sunday, August 3, 2003 at 20:30:04 (-0400), Larry Jones wrote: ] I don't see any ambiguity whatsoever with that specific form where there are two of each option supplied. Well, let's go through
/archive/html/info-cvs/2003-08/msg00017.html (7,240 bytes)

236. RE: How to add/commit a directory after the files therein are already added/commited (score: 32)
Author: HIDDEN
Date: Fri, 28 Apr 2006 15:21:49 -0700
I asked my sys admin to retrieve a backup copy of my doc directory and I do a cvs status under both my current working directory and the backup directory for the "Changelog" file. % cvs status -v ~/V
/archive/html/info-cvs/2006-04/msg00241.html (9,205 bytes)

237. Re: deleting a branch (score: 32)
Author: HIDDEN
Date: Fri, 9 Sep 2005 10:28:44 -0400
Thanks for the clarification Jim. They are left kind of floating around though. Cheers, --Russ
/archive/html/info-cvs/2005-09/msg00134.html (10,922 bytes)

238. Re: deleting a branch (score: 32)
Author: HIDDEN
Date: Fri, 09 Sep 2005 09:54:13 -0400
Hello all! I have a medium cvs experience, i know how to delete a tag(cvs rtag -d), but when i delete a branch(cvs rtag -d my_branch my_module), i receive following message: [...skip...] W /home/cvs
/archive/html/info-cvs/2005-09/msg00132.html (9,878 bytes)

239. UNSUBSCRIBE (score: 32)
Author: HIDDEN
Date: Tue, 12 Mar 2002 09:09:02 -0600
unsubscribe me... I don't want your emails. Send Info-cvs mailing list submissions to address@hidden To subscribe or unsubscribe via the World Wide Web, visit http://mail.gnu.org/mailman/listinfo/inf
/archive/html/info-cvs/2002-03/msg00605.html (31,315 bytes)

240. Re: address@hidden: Re: rename in cvs] (score: 31)
Author: HIDDEN
Date: Thu, 11 Oct 2001 22:46:15 -0400 (EDT)
[ On , October 11, 2001 at 17:31:05 (-0400), Sam Steingold wrote: ] Because that's not the way CVS works. Because that's not the way CVS works. Well, maybe you should try a little harder to learn how
/archive/html/info-cvs/2001-10/msg00491.html (10,813 bytes)


This search system is powered by Namazu