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...
3589
Uwe Fritsch
uwe.fritsch@...
Jan 2, 1997 4:40 pm
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 ...
3590
Ramanand Singh
rsingh@...
Jan 2, 1997 6:40 pm
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...
3591
Rohit Khera
rohit@...
Jan 2, 1997 8:08 pm
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...
3592
rk
tumuluri@...
Jan 2, 1997 10:41 pm
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...
3593
Greg A. Woods
woods@...
Jan 3, 1997 6:48 am
[ 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...
3594
Noel Yap
nyap@...
Jan 3, 1997 6:44 pm
... It would be great if CVS could treat directories as proper objects. I don't know how it could do this, though. Noel...
3595
Michael L.H. Brouwer
michael@...
Jan 3, 1997 11:16 pm
... 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 ...
3596
Maeve Kennedy
mkennedy@...
Jan 4, 1997 2:34 am
Is it safe to delete a branch with rtag -d OldBranchTag ? -- Maeve...
3597
Paul Sander
paul@...
Jan 4, 1997 5:23 am
... 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...
3598
Greg A. Woods
woods@...
Jan 4, 1997 8:48 pm
[ 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...
3599
John Mitchell
johnm@...
Jan 4, 1997 11:38 pm
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...
3600
eww@...
Jan 5, 1997 11:17 pm
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...
3601
Noel Yap
nyap@...
Jan 6, 1997 6:51 pm
... 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. ...
3602
Winfried Froehlich
wfh@...
Jan 6, 1997 6:58 pm
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...
3603
Joel MERLIN
jmerlin@...
Jan 6, 1997 10:28 pm
... 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...
3604
rayer
rayer@...
Jan 6, 1997 10:30 pm
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"....
3605
Laurent Duperval
laurent@...
Jan 6, 1997 10:39 pm
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)....
3606
Gerd Kluger
gerd@...
Jan 6, 1997 11:51 pm
... 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...
3607
Brenda J. Butler
bjb@...
Jan 7, 1997 12:44 am
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...
3608
Noel Yap
nyap@...
Jan 7, 1997 12:57 am
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...
3609
Noel Yap
nyap@...
Jan 7, 1997 1:17 am
... 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,...
3610
Dave New
den@...
Jan 7, 1997 2:12 am
... 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,...
3611
Mike.McLeish@...
Jan 7, 1997 2:13 am
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...
3612
Noel Yap
nyap@...
Jan 7, 1997 3:41 am
... 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...
3613
Karen Hensley
kfh@...
Jan 7, 1997 4:53 am
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...
3614
Jean Schuller
schuller@...
Jan 7, 1997 12:08 pm
unsubscribe schuller@......
3615
Torsten Hannemann
HMN@...
Jan 7, 1997 3:37 pm
unsubscribe hmn@......
3616
Noel Yap
nyap@...
Jan 7, 1997 6:32 pm
... 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...
3617
Noel Yap
nyap@...
Jan 7, 1997 9:44 pm
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...