Is it possible to checkout a (sub) module into a (main) module with one CVS (1.9) checkout command by appropriately constructed module definition(s) in the...
Srinivas Maddhi
smaddhi@...
Jan 2, 1997 1:46 am
3589
Hello CVS users, on this list it was sometimes mentioned that you should not use RCS keywords like $Log and $Revision in your checked in files because this ...
Uwe Fritsch
uwe.fritsch@...
Jan 2, 1997 4:40 pm
3590
If I understood your question correctly, you want to checkout sub_system_src! If it is true, you can checkout this sub-module by saying cvs checkout...
Ramanand Singh
rsingh@...
Jan 2, 1997 6:40 pm
3591
I seem to be having a problem removing a file form my repository. I am using cvs 1.8.1 under Solaris 2.5.1 and upon scheduling a file for removal and...
Rohit Khera
rohit@...
Jan 2, 1997 8:08 pm
3592
You don't need to use the modules file for this. A plain % cvs checkout system will checkout the entire "system" module recursively, while retaining the same...
rk
tumuluri@...
Jan 2, 1997 10:41 pm
3593
[ On Tue, December 24, 1996 at 11:29:59 (PST), Paul Sander wrote: ] ... In the view of CVS, directories are containers, not proper objects. If you think of...
Greg A. Woods
woods@...
Jan 3, 1997 6:48 am
3594
... It would be great if CVS could treat directories as proper objects. I don't know how it could do this, though. Noel...
Noel Yap
nyap@...
Jan 3, 1997 6:44 pm
3595
... How about having a special file in the repository for each directory that does not get checked out and only contains information about the directory the ...
Michael L.H. Brouwer
michael@...
Jan 3, 1997 11:16 pm
3596
Is it safe to delete a branch with rtag -d OldBranchTag ? -- Maeve...
Maeve Kennedy
mkennedy@...
Jan 4, 1997 2:34 am
3597
... The ability to check out empty directories by tag is just one corner case of a much more general problem of tracking changes to the organization of a...
Paul Sander
paul@...
Jan 4, 1997 5:23 am
3598
[ On Fri, January 3, 1997 at 09:13:32 (-0500), Noel Yap wrote: ] ... I don't know. I'm quite happy to treat directories as just containers. This way they are...
Greg A. Woods
woods@...
Jan 4, 1997 8:48 pm
3599
Has anyone done a reply/rebuttal to the Perforce vs CVS comparion that Perforce has done (http://www.perforce.com/perforce/cvs.html)? Thanks, John...
John Mitchell
johnm@...
Jan 4, 1997 11:38 pm
3600
I just compiled 1.9 and ran the regression test. I got an error on test 168. Is this a problem? I am using Linux w/ gcc 2.7.2 rcs 5.7. I realize this...
eww@...
Jan 5, 1997 11:17 pm
3601
... I've never had any problems with it. If I'm not mistaken, it just deletes the symbolic name for the branch; it doesn't delete the physical branch itself. ...
Noel Yap
nyap@...
Jan 6, 1997 6:51 pm
3602
Hi all, we have a problem with cvs. since we think that this is a common problem someone out there might have a solution for it and can give us some clues on...
Winfried Froehlich
wfh@...
Jan 6, 1997 6:58 pm
3603
... I cannot get it to work when importing the project from the client side. Is this supposed to work in Client/Server mode ? If so, how is this supposed to...
Joel MERLIN
jmerlin@...
Jan 6, 1997 10:28 pm
3604
I don't think there is a way to access all the files in a repository. For instance, suppose I want to update the access list of every file under module "foo"....
rayer
rayer@...
Jan 6, 1997 10:30 pm
3605
Hello, I'm using cvs 1.8.1 and I would like to check out a file in CVSROOT without having to specify the entire directory structure (since it's fairly deep)....
Laurent Duperval
laurent@...
Jan 6, 1997 10:39 pm
3606
... You are right, that is exactly the way you should handle it. Commit the changes, log them as developement for platform A, then check them out on platform...
Gerd Kluger
gerd@...
Jan 6, 1997 11:51 pm
3607
Branches are the best solution to your problem. They are not that difficult. The smaller the group, the easier it is to merge. cheerio, bjb Brenda Butler...
Brenda J. Butler
bjb@...
Jan 7, 1997 12:44 am
3608
A while ago some of us were talking about managing multiple repositories by introducing a CVSPATH environment variable that would be used iff CVSROOT was not...
Noel Yap
nyap@...
Jan 7, 1997 12:57 am
3609
... With the process you have now, if you check into the HEAD revision, there's no guarantee that the HEAD will work properly on all your platforms, therefore,...
Noel Yap
nyap@...
Jan 7, 1997 1:17 am
3610
... 1) The example does not show multiple extensions, for good reason -- they aren't supported on the command line. Only one to a customer. Rather useless,...
Dave New
den@...
Jan 7, 1997 2:12 am
3611
I know, this should be a no-brainer, but .... I'm working with half my brain tied behind my back here- I'm on a SCO Unix box, behind a firewall, so I can't get...
Mike.McLeish@...
Jan 7, 1997 2:13 am
3612
... I think you could place the following line in your modules file: foo.html -a module/a/b/c/d/e/foo.html or, perhaps: e -d e module/a/b/c/d/e Another...
Noel Yap
nyap@...
Jan 7, 1997 3:41 am
3613
I always check out all of my libraries, for all machines, whenever I check out a module. We just added 2 more operating systems to our product line for a total...
Karen Hensley
kfh@...
Jan 7, 1997 4:53 am
3614
unsubscribe schuller@......
Jean Schuller
schuller@...
Jan 7, 1997 12:08 pm
3615
unsubscribe hmn@......
Torsten Hannemann
HMN@...
Jan 7, 1997 3:37 pm
3616
... If a module is platform dependent, we use branch tags to manage the platform dependent files within it. This has the drawback of, among others, having to...
Noel Yap
nyap@...
Jan 7, 1997 6:32 pm
3617
How would I create a branch tag alias (ie branch tag b0 and branch tag b1 both point to the latest version on the same branch). I've seen it done before...