info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Regarding Configuring CYGWIN


From: Prabha karan
Subject: Regarding Configuring CYGWIN
Date: Fri, 9 Jan 2009 10:58:54 +0530

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]