On Sat, Jun 28, 2003 at 06:00:59PM +0300, Munzir Taha Obeid wrote: > [EMAIL PROTECTED] cvs]$ export > CVSROOT=:pserver:[EMAIL PROTECTED]:/home/arabeyes/cvs > [EMAIL PROTECTED] cvs]$ cvs login > Logging in to :pserver:[EMAIL PROTECTED]:2401/srv/cvs > CVS password: > /srv/cvs: no such repository >
Salam, As you can see from the above.. despite what you have set in your environment variable (CVSROOT), the cvs client will go with the CVS/Root entry. So if you are inside your working copy of the cvs, it will ignore your environment variable. You have 2 options: 1. Change the CVSROOT entries in your CVS/ subdirectories in your local working copy and simply do a cvs update. 2. Check out a fresh copy of CVS. Have fun. Mohammed Elzubeir _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

