Hi all, I has sent this mail some time back - maybe it got swallowed. (Ive added one more problem this time :-) This is a repeat. Regds arjun ---------------------- Forwarded by Arjun Roychowdhury/HSSBLR on 04/03/2000 09:04 AM --------------------------- [EMAIL PROTECTED] on 03/28/2000 09:18:45 AM To: [EMAIL PROTECTED] cc: Subject: cvswrappers , export, gid Hi all, Problem 1: ----------------- Im trying to modify my cvswrappers file so that all files inside the directories lib and doc are -kb while importing my CVSROOT=/cvs/Tango/SipUA and my lib and doc file paths are /cvs/Tango/SipUA/doc /cvs/Tango/SipUA/lib so in my cvswrappers, I have the line lib/* -k 'b' doc/* -k 'b' *.a -k 'b' *.so -k 'b' The *.a and *,so work fine, but the directory specification does not work - all files in lib and doc still have normal storage I also tried only lib and doc (ie without *) Problem 2 --------------- How do I run an export command which also exports empty directories ? I dont see any option to cvs export for doing this Also, when checking out, CVS does not check out empy dirs, I have to do a cvs update -d after that - cant I do it with checkout ? Problem 3 ---------------- Ive set up CVS for a few users. Ive created a new group called sipusers to which Ive added the group people's names in /etc/group. Now after creating the directory, I did a chgrp -R sipusers SipUA/ So now all users of group sipusers can ci-co. However, whenever someone creates a new element with cvs add , it sets uid and primary gid of the user. so when oher project members co, they get an error for that file. What is want is that when anyone adds an element, it automatically defaults to gid of sipusers. How do I do that ? Problem 4 ------------- I have kept tags for releasese in the main trunkof my CVS tree like this: xxx_release_2_2 | | xxx_release_2_1 | | xxx_release_2_0 Note that I dont have branches. Now just a few days ago, I received a version that is actually release_2_01 So what I want to do is put it in between. When I do a cvs rtag, it adds a label to the top - which is what I dont want. Neoither do I want to create branches. So how do I insert a release tag inbetween my source tree ? Thx Regds Arjun
