Skip to search.
info-cvs · installing and using CVS

Group Information

  • Members: 1091
  • Category: Development
  • Founded: Aug 7, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 12841 - 12870 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12841 Marcin Kasperski
Marcin.Kasperski@... Send Email
Jun 1, 1999
7:06 am
... Those are in fact RCS keywords. Read about them in man co (co is part of RCS). The keywords I found useful (put them into file and look what they do ;-) ):...
12842 Pavel Roskin
pavel_roskin@... Send Email
Jun 1, 1999
10:03 am
Hello! The patches to sanity.sh to make it work on Linux were insufficient. First of all, if the 4th argument to dotest() is "" it is ignored. I don't know...
12843 Bill Wohler
wohler@... Send Email
Jun 1, 1999
4:23 pm
... Wouldn't it make more sense to include them with the CVS documentation, especially since you don't have to install RCS separately any more (I think)? -- ...
12844 Noah Romer
noah.romer@... Send Email
Jun 1, 1999
4:32 pm
... Well, I have no idea how to do this on the Win98 client unless you've a set of unix tools on it, but you can do the following: 1. log into the linux...
12845 Pavel Roskin
pavel_roskin@... Send Email
Jun 1, 1999
5:08 pm
Hello! When running "cvs commit" with a valid CVSROOT but without "CVS" directory cvs dumps the core. This is the backtrace (for the CVS/current sources): This...
12846 Pavel Roskin
pavel_roskin@... Send Email
Jun 1, 1999
6:08 pm
Hello! I have already reported this, but now I understand the situation better, so my report may be useful. When a file is imported, it gets two revisions tags...
12847 sean dreilinger
sean@... Send Email
Jun 1, 1999
9:10 pm
i am wondering how cvs advocates describe cvs to layfolk. i'm thinking of describing it as a tool for quality assurance, which leads into CM, into version...
12848 Jim Kingdon
kingdonc@... Send Email
Jun 1, 1999
9:58 pm
... That makes a lot of sense. Too much sense :-). dotest() had a bug such that if the 3rd argument is "", the 4th argument is ignored. However, that was...
12849 Thomas Jordan
ace@... Send Email
Jun 1, 1999
11:16 pm
Hi Tor: Once this is done; how would you extract the difference between that latest vendor version and your changes? For example: 1. I import a release from a...
12850 dee@... Send Email Jun 1, 1999
11:46 pm
I have noticed that several of my co-workers do not actually logout of a CVS session after the "cvs login" command. Is there a way to have CVS time out or...
12851 Martin Pool
martinp@... Send Email
Jun 2, 1999
3:03 am
... Off the top of my head, $ cvs diff -rV_1 -rHEAD -u That is: show the differences between vendor version 1 and the most recent committed version on the...
12852 Mark Derricutt
mark@... Send Email
May 31, 1999
11:05 pm
I was wondering where I could some information on document modifier tags, I'm using "%Log: filename,v %" in my files which I learnt about by seeing it in some...
12853 Mark Derricutt
mark@... Send Email
May 31, 1999
11:34 pm
Is there a specific mailing list for WinCVS itself? To talk about specific WinCVS issues/features etc. etc. or is this list where we do -- Mark Derricutt, PB...
12854 Gerhard Ahuis
gerhard@... Send Email
Jun 2, 1999
6:13 am
... H'm that's the same work around I'm using at the moment :)) ... But is it a bug or is this the normal behaviour, maybee someone can explain this. Thanks, ...
12855 Greg A. Woods
woods@... Send Email
Jun 2, 1999
7:01 am
[ On Tuesday, June 1, 1999 at 20:39:45 (+0400), Pavel Roskin wrote: ] ... Since all "cvs import" operations are require a unique tag that's placed on all...
12856 Pavel Roskin
pavel_roskin@... Send Email
Jun 2, 1999
9:36 am
Hello, Jim! ... Thank you for your work. Unfortunately, the test ends with: PASS: basicc-9 cvs [release aborted]: cannot get working directory: No such file or...
12857 Pavel Roskin
pavel_roskin@... Send Email
Jun 2, 1999
10:46 am
Hello! ... I'm affraid I don't quite undestand you. Let's consider the following example. There are files file1 and file2 in all versions. "cvs commit" assumes...
12858 Tor Arntsen
tor@... Send Email
Jun 2, 1999
10:52 am
... Hm, I never log out.. it isn't a 'login' as such, cvs login is just a way to get the password into your $HOME/.cvspass file, to put it simply. cvs logout...
12859 Tor Arntsen
tor@... Send Email
Jun 2, 1999
10:52 am
... The main branch is anonymous, so you will have to give it a tag first: cvs -q upd -A -kk cvs -q tag local_fixes_1 And then you produce your diffs. You can...
12860 Pavel Roskin
pavel_roskin@... Send Email
Jun 2, 1999
11:20 am
Hello! Using "-I" argument for the "update" command doesn't prevent the mentioned files from being updated from the CVS server. It only suppresses question...
12861 Stefan Monnier
monnier+lists/cvs/new... Send Email
Jun 2, 1999
12:55 pm
... Because he's doing the -D on the trunk (not the vendor branch). The problem is that the magic branch (like most other RCS metadata) is not versioned. So...
12862 Stefan Monnier
monnier+lists/cvs/new... Send Email
Jun 2, 1999
2:54 pm
How can I get rid of the message cvs update: use `cvs add' to create an entry for foo if I really don't want to `cvs add foo' ? I'd expect .cvsignore to do...
12863 Hannu Koivisto
azure@... Send Email
Jun 2, 1999
3:13 pm
Greetings, I just started to move the configuration files of my three Debian systems under cvs. If available (i.e. the file is not generated afterwards which...
12864 Peter A. Vogel
pvogel@... Send Email
Jun 2, 1999
4:12 pm
Hi all, I'm a long time user of CVS, but since I've usually been involved in setting up CVS from the start of a project, or I've been converting from a...
12865 Randy Coulman
RandyC@... Send Email
Jun 2, 1999
4:37 pm
... Perhaps the solution would be to fall back on the former gethostname() behaviour in the :local: case (which is to call GetComputerName). The only problem I...
12866 Jim Kingdon
kingdonc@... Send Email
Jun 2, 1999
4:47 pm
... Well, it seems like having CVS skip WinSock calls if :local: is specified might be worth thinking about. Although not having the hostname might be bad in...
12867 Michael Starkie
Starfire@... Send Email
Jun 2, 1999
5:03 pm
I have been asked to develop an application for a client. The code will be stored in the clients CVS repository for which I have limited and have only...
12868 Jim Kingdon
kingdonc@... Send Email
Jun 2, 1999
5:37 pm
... http://www.cyclic.com/cvs/dev-namespace.html...
12869 Malcolm Box
malcolm@... Send Email
Jun 2, 1999
5:38 pm
Has anyone tried to use pluggable authentication modules (PAM) with CVS on Linux? I would like to use an NT domain controller login to authenticate access to...
12870 Jing Kong
jkong1@... Send Email
Jun 2, 1999
5:39 pm
Dear Netters, I am compiling cvs 1.10 on a HP server and I got the following error: cc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -c server.c cc:...
Messages 12841 - 12870 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help