hi,all i'm a newer of cvs . i have delete a directory and it's files by steps following rm -r directory ; cvs remove ; cvs commit -m "delete" ; but when i...
lfq@...
Sep 1, 2000 10:12 am
24828
From: lfq@... Subject: how to delete a directory and all it's files ? Date: Fri, 1 Sep 2000 19:47:35 +0900 (JST) ... Read the document. info -f...
鯉江英隆
hide@...
Sep 1, 2000 12:11 pm
24829
... Tom, I've effectively done that by creating a branch at the tag point, then doing all new development in that branch. Of course, it was somewhat easy for...
Bill Mills-Curran
bcurran@...
Sep 1, 2000 12:27 pm
24830
... The place where there is LOTS of trouble (not insurmountable, but close) is in the whole {commit,log}info/verifymsg mechanism. If you don't run any...
Laird Nelson
ljnelson@...
Sep 1, 2000 2:01 pm
24831
[ On Thursday, August 31, 2000 at 09:21:11 (-0700), Eugene Kramer wrote: ] ... If anyone used RCS before 1971 then I want to meet them because I'd dearly love...
Greg A. Woods
woods@...
Sep 1, 2000 3:28 pm
24832
... It looks like you don't have an --allow-root=/usr/local/MYCVS option on the CVS command line in inetd.conf. -Larry Jones I don't need to do a better job....
Larry Jones
larry.jones@...
Sep 1, 2000 3:47 pm
24833
... Why do you say it's incorrect? It's doing the merge backwards to remove all of the intervening changes, so it sure looks like a rollback to me. -Larry...
Larry Jones
larry.jones@...
Sep 1, 2000 3:57 pm
24834
Hi I deleted a file from a local repository, did a cvs update r 1.1 blahfile I then edited it. I tried to commit the file & got the eof from server error, see...
TC
trclark@...
Sep 1, 2000 4:58 pm
24835
... We have a version of log_accum.pl that seems to work well with filenames with spaces -- except the automatic status doesn't work if more than one file is ...
Peter Becker
becker@...
Sep 1, 2000 5:21 pm
24836
I am still trying to implement verifymsg. when i make my template a c++ executable or a .bat file, it works, however, when i leave it as bugid.verify it...
krapivka@...
Sep 1, 2000 5:48 pm
24837
Hi all, first of all, sorry for the newbie question...! ... but i got "permission denied" after... the remote shell is working correctly (i can logon using the...
Alexandre Florio
amf@...
Sep 1, 2000 6:16 pm
24838
... Almost certainly. How would CVS know that it's supposed to use bash to run the template? The command in verifymsg needs to be a *system* command. You...
Larry Jones
larry.jones@...
Sep 1, 2000 6:38 pm
24839
... It tells CVS "commit all changes to (a newly created) revision 1.1", which obviously doesn't make any sense, as 1.1 already exists. (The mechanism is...
Eric Siegerman
erics@...
Sep 1, 2000 6:50 pm
24840
... This makes me a bit nervous. The current offset between UTC and TAI is about 31 seconds. I always wonder if this means that the apparent time of the Unix...
James Youngman
jay@...
Sep 1, 2000 7:14 pm
24841
... The included/excluded deltas feature of SCCS does a slightly different thing. It allows you to check out a version of the controlled file, for editing if...
James Youngman
jay@...
Sep 1, 2000 7:19 pm
24842
... I don't use CVS under Win32, but... It's probably relying on Windows' file associations. If you doubleclick on something named "bugid.verify", you get...
Dave Sherohman
dave@...
Sep 1, 2000 7:41 pm
24843
... The Posix/SUS standards dictate that leap seconds be ignored. Thus, the apparent time of the epoch has not moved and the C libraries on such systems are...
Larry Jones
larry.jones@...
Sep 1, 2000 8:07 pm
24844
Hello. I'm have a terrible time with cvs. I just recently downloaded and installed the newest latest greatest version. After all the setup and other such...
Chris Gardner
cgardner@...
Sep 1, 2000 8:48 pm
24845
[ On , September 1, 2000 at 08:03:45 (+0100), James Youngman wrote: ] ... Ooops. I mistakenly read Gary's request the other way around..... ... I can try to...
Greg A. Woods
woods@...
Sep 1, 2000 8:52 pm
24846
... So What is the CVS correct way to revert to a previous revision & edit it, & then have this new edit version of the previous revision become the HEAD for...
TC
trclark@...
Sep 1, 2000 8:55 pm
24847
Hello, are there any know security problem with CVS (or TCP/IP port number 2401)? I want to use CVS in the following way: Inside a firewall there are several...
Matthias Stolt
matthias@...
Sep 1, 2000 9:47 pm
24848
... Something like this: # make sure you don't have any sticky tags cvs update -A file.ext # get the older revision without setting a sticky tag # (see the...
Laine Stump
laine+info-cvs@...
Sep 1, 2000 9:59 pm
24849
... 1) Get a checked-out copy of the current version of the file. 2) Change the contents to what you want them to be. 3) Commit the changes. This should look...
Larry Jones
larry.jones@...
Sep 1, 2000 10:08 pm
24850
... From: Larry Jones [mailto:larry.jones@...] Sent: Friday, September 01, 2000 2:13 PM To: TC Cc: erics@...; info-cvs@... Subject: Re:...
Nhat Nguyen
nhatn@...
Sep 1, 2000 11:14 pm
24851
... Lots, but they mainly pertain to servers, not clients. ... So we're talking about clients, not servers. Since the clients connect to the server, you only...
Larry Jones
larry.jones@...
Sep 1, 2000 11:16 pm
24852
Remove that file... Try again.. donald...
Donald Sharp
sharpd@...
Sep 1, 2000 11:58 pm
24853
Trying to get cvs working, and it works fine when everything is done locally. But when I try to checkout remotely, I get this: [me@myserver me]$ cvs co hello ...
YEO CHUN GUAN, PSSD
cgyeo@...
Sep 2, 2000 3:26 am
24854
Greetings, I have my hookup to my cvs server going correctly. I cannot remotely checkout my project successfully. A test module, which has a couple of files...
Allan Greenier
agreenier@...
Sep 2, 2000 4:12 am
24855
This follows my previous post after another half hour of debugging. I've determined that my remote checkouts fail depending on file size in the module...
Allan Greenier
agreenier@...
Sep 2, 2000 4:33 am
24856
Hi, I want to rename a file that is in a module. Can I do without to delete the current name from the repository and import in then with the new name, because ...