[Wolves] CVS
David Goodwin
david at codepoets.co.uk
Sun Feb 13 09:53:48 GMT 2005
Peter Cannon wrote:
> Hi all
>
> Can anyone help? I'm trying to get cedega loaded I found this script file on
> the web everything goes well until it gets to the CVS checkout and then I get
> this error message:
>
> /home/peter/.WineCVS/Functions/RunWineCVS: line 699: cvs: command not found
>
> Here is the line 699
>
> if cvs -d $CVSroot $CVSoptions $CVSmode $CVSCheckOutDir >"$ErrorLogFile" 2>&1
>
> I haven't a clue whats wrong, I've never used CVS
>
apt-get install cvs
(in english, you probably don't have cvs installed.
If you don't know what CVS is, in a nutshell it's a tool used by
developers to track / record changes in software over it's life.
Alternatives include RCS, Subversion, Bitkeeper, arch etc.
)
David.
More information about the Wolves
mailing list