Cvs question...

Hello

Is it possible to update Cascade folder created from the zip files using Cvs?

Do I have to download all files again via Cvs?

What would be the best solution to update my files to the latest stable version?

Thanks.

yan's picture

> Hello

> Is it possible to update Cascade folder
> created from the zip files using Cvs?

Yes it is. Note however that the main trunk in CVS contains the development version 4.0 The file for 3.1 stable version have not been yet committed.

> Do I have to download all files again via
> Cvs? No. Place your local copy under CVS control(*). You will update your local copy with the command cvs -d... update -rC30 src adm inc drv But for the moment you will have nothing to update since the tag C30 tags the files of 3.0 stable version. CAUTION: Do not use cvs update without the tag C30. Doing so will update your local copy with the development version.

> What would be the best solution to update my
> files to the latest stable version? The command cvs update. We have to decide if we commit and place a tag to allow access to files for 3.1 stable version.

> Thanks.