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 ?


Thx
Regds
Arjun



Reply via email to