Setting up a CVS repository
Hello all,
I am trying to set up a CVS repository. Everything goes fine. I want to create the repostory from an existing tree. So when i tried this command:
cvs import -m "Malayalam Editor" yoyodyne/uniedit yoyo start
it shows errors like this:
I yoyodyne/uniedit/maleditor.gladep.bak
I yoyodyne/uniedit/maleditor.glade.bak
L yoyodyne/uniedit/install-sh
L yoyodyne/uniedit/mkinstalldirs
L yoyodyne/uniedit/missing
L yoyodyne/uniedit/COPYING
L yoyodyne/uniedit/INSTALL
L yoyodyne/uniedit/depcomp
I yoyodyne/uniedit/src/interface.h.bak
cvs import: cannot make path to /home/cvsroot/yoyodyne/uniedit: Permission denied
N yoyodyne/uniedit/config.h.in
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/config.h.in,v: No such file or directory
N yoyodyne/uniedit/configure
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/configure,v: No such file or directory
N yoyodyne/uniedit/Makefile
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/Makefile,v: No such file or directory
N yoyodyne/uniedit/stamp-h.in
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/stamp-h.in,v: No such file or directory
N yoyodyne/uniedit/Makefile.in
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/Makefile.in,v: No such file or directory
N yoyodyne/uniedit/config.h
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/config.h,v: No such file or directory
N yoyodyne/uniedit/ChangeLog
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/ChangeLog,v: No such file or directory
N yoyodyne/uniedit/config.log
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/config.log,v: No such file or directory
N yoyodyne/uniedit/AUTHORS
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/AUTHORS,v: No such file or directory
N yoyodyne/uniedit/NEWS
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/NEWS,v: No such file or directory
N yoyodyne/uniedit/acconfig.h
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/acconfig.h,v: No such file or directory
N yoyodyne/uniedit/config.status
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/config.status,v: No such file or directory
N yoyodyne/uniedit/aclocal.m4
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/aclocal.m4,v: No such file or directory
N yoyodyne/uniedit/maleditor.glade
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/maleditor.glade,v: No such file or directory
N yoyodyne/uniedit/stamp-h1
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/stamp-h1,v: No such file or directory
N yoyodyne/uniedit/maleditor.gladep
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/maleditor.gladep,v: No such file or directory
N yoyodyne/uniedit/README
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/README,v: No such file or directory
N yoyodyne/uniedit/Makefile.am
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/Makefile.am,v: No such file or directory
N yoyodyne/uniedit/configure.in
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/configure.in,v: No such file or directory
N yoyodyne/uniedit/autogen.sh
cvs import: ERROR: cannot write file /home/cvsroot/yoyodyne/uniedit/autogen.sh,v: No such file or directory
cvs import: Importing /home/cvsroot/yoyodyne/uniedit/autom4te.cache
cvs import: ERROR: cannot mkdir /home/cvsroot/yoyodyne/uniedit/autom4te.cache -- not added: No such file or directory
cvs import: Importing /home/cvsroot/yoyodyne/uniedit/src
cvs import: ERROR: cannot mkdir /home/cvsroot/yoyodyne/uniedit/src -- not added: No such file or directory
cvs import: Importing /home/cvsroot/yoyodyne/uniedit/po
cvs import: ERROR: cannot mkdir /home/cvsroot/yoyodyne/uniedit/po -- not added: No such file or directory
No conflicts created by this import
************************************************** ************************************************** *********
I have tried to add some other package also. But in that case there are no inner directories and it was successful.
the permissions of my cvs repository is ':
drwxrwxrwx 5 root cvsadmin 4096 Jan 15 11:07 cvsroot
Please help me
TIA
mlalkm
|