... I'm not shure if this is what you are looking for, but try the File > Browse ... menue item. Max (Posted and Mailed) -- Maximilian Weißböck | softlab...
Maximilian Weissboeck
wei@...
Apr 1, 1998 8:19 am
7811
... Here is an archive dating back to Oct 1995: http://info-cvs.findmail.com/ Scott Hassan FindMail Communications...
Scott Hassan
hassan@...
Apr 1, 1998 11:30 am
7812
Another question for the assembled experts. Sometimes, when updating, the users here see messages of the form: cvs update ... [...] cvs client: refetching...
John R. Dunning
jrd@...
Apr 1, 1998 3:18 pm
7813
The Per Cederqvist manual describes a way to keep a checked-out copy of your module(s) "by having loginfo invoke cvs update". It goes on to warn that "the cvs...
Lipscomb, Kevin
KLipscomb@...
Apr 1, 1998 11:37 pm
7814
Hi Richard: No, as yet there are no web servers detailing cvswebedit - I've just moved jobs so my priorities have changed. If somebody would like to give me...
Martin Cleaver
Martin.Cleaver@...
Apr 2, 1998 1:42 am
7815
Hi, Can anyone tell me how to delete a tag (Symbolic name) created for a particular revision of a file? I have the following situation: $ cvs tag ver-1_0...
G Satheesh
gsat@...
Apr 2, 1998 6:30 am
7816
I'm moving some sources into CVS, and I can't seem to figure out how to define modules such that I can have certain files that are common to several modules. I...
Clyde Smith-Stubbs
clyde@...
Apr 2, 1998 9:39 am
7817
"tag" command tags only those file that are fetched in the local directory. So if you want to delete any tag... then you can fetch that version of the file in...
ANUJ GARG.... #UNIX G...
alpha5!anujg@...
Apr 2, 1998 3:43 pm
7818
... My question is a little bit similar. We're making some generic libraries that we want to be part of few projects. Say, we call this project Lib-TCL. Now we...
Fred Leeflang
fredl@...
Apr 2, 1998 5:06 pm
7819
Somebody here asked me how to identify which files had changed between two tags. I came up with this (below), but was wondering if there was another better...
Cameron, Steve
Steve.Cameron@...
Apr 2, 1998 5:07 pm
7820
<stuff about doing a checkout in the background snipped> ... I asked this question last week and figured that someone must have hit this before. But alas,...
Teichholtz, David
davet.2@...
Apr 2, 1998 6:13 pm
7821
... Did you install rcs --with-gnu-diffutils (not sure that's the exact configure flag, look at the install notes for rcs)? Many people have had the "binary...
Carol E. Blanco
cb@...
Apr 2, 1998 6:16 pm
7822
... To move an existing tag, in a checked-in sandbox containing the revisions to which you wish to move the tag: cvs tag -F reused-tag-name [files] If you...
Dan Wilder
dan@...
Apr 2, 1998 7:21 pm
7823
... I did not see the original query since I am a very recent subscriber, but it looks like you could also have directly issue : cvs tag -F -r 1.2 tag-name...
Olivier Hainque
hainque@...
Apr 2, 1998 7:24 pm
7824
There are to ways to do that: $cvs tag -d ver-1_0 gg-of-extns.doc (In your working directory) This command removes the tag from the file, and ALL history...
... How about just... % cvs checkout -r tag1 everything % cvs -nq update -d -j tag1 -j tag2 everything > list_of_changed_files.txt I don't think the middle...
Erik Kluzek
erik@...
Apr 2, 1998 8:37 pm
7827
We would like to be able to add a hierarchy of file recursively (to an existing tree). So far, we have only been able to do this by using import. Is there...
Scott McCaskill
scott@...
Apr 2, 1998 9:20 pm
7828
Thanks for the all quick replies. I received several alternatives to my procedure: 1) cvs rdiff -s -r tag1 -r tag2 module 2) cvs rdiff -r tag1 -r tag2...
Cameron, Steve
Steve.Cameron@...
Apr 2, 1998 9:45 pm
7829
... How about cvs rdiff -s -r tag1 -rtag2 everything ? Ian...
ian@...
Apr 2, 1998 11:38 pm
7830
alas
Alastair.Metcalfe@...
Apr 3, 1998 9:24 am
7831
Cameron, Steve wrote: *snip* ... There's a patch called "cvs log -r" at http://www.cyclic.com/cyclic-pages/unoff.html Hardly "easy" but I use it. There are...
Peter Brandstrom
qraprbm@...
Apr 3, 1998 10:29 am
7832
Drew Sudell
asudell@...
Apr 3, 1998 5:40 pm
7833
It sounds like cvs could not remove a directory as removing a file by "cvs rm" and "cvs commit". I tried to use these command to remove a directory and the...
Christine Yan
cyan@...
Apr 3, 1998 8:47 pm
7834
... For a patch and (small amounts of) discussion, see "Filenames in cvs diff output" on http://www.cyclic.com/cyclic-pages/unoff.html...
Jim Kingdon
kingdonc@...
Apr 3, 1998 11:14 pm
7835
I used cvswrapper to set the flag "-kb" for a zip file during importing. Checking status, the flag seemed to set properly. Doing a check out, the file was...
Van Tran
vtran@...
Apr 4, 1998 3:11 am
7836
Hi! I have been using some completion commands for cvs when using tcsh for a long time. I find them extremely convenient. Some other people might want to use...
Dan Nicolaescu
done@...
Apr 4, 1998 9:21 pm
7837
Hi, ... That's really cool - I've been using a much 'easier' version of this completinon - but this looks much more sophisticated .. anyone knows, if this is...
Henner Zeller
zeller@...
Apr 4, 1998 9:25 pm
7838
Hi CVS-users, I've been recently working on an improved cvsweb (a cgi-script that allows for readonly browsing a CVS-tree with a web-browser; written by Bill...