Regarding Configuring CYGWIN

"Prabha karan" <[email protected]>
Newsgroups gmane.comp.version-control.cvs.general
Message-ID <[email protected]>
Hi all,

I am a new to CVS,

I've installed CVS in my system, while configuring CYGWIN with CVS im
having some problem,
can someone help me to resolve the problem.

The following is the error that im having



... /cygdrive/c/cygwin/Administrator
$ ./updateCVSTools.sh
./updateCVSTools.sh: line 2: cvs: command not found
chmod: cannot access `cvsTools': No such file or directory
find: cvsTools: No such file or directory
find: cvsTools: No such file or directory


.... /cygdrive/c/cygwin/Administrator
$ cat updateCVSTools.sh
rm -rf cvsTools
cvs co -P -d cvsTools Blockbuster/hnadra/cvsTools
chmod -R 0700 cvsTools
for i in `find cvsTools -type d -name CVS`
do
        rm -rf $i
done

for i in `find cvsTools -type f`
do
        dos2unix $i
done
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.