Re: [PHP-DEV] Write Access to repository

2001-02-08 Thread Stephen van Egmond
Brad Atkins ([EMAIL PROTECTED]) wrote: > cvs login > (Logging in to [EMAIL PROTECTED]) Did you check out a fresh, brand-new CVS repostiory while logged in? This is required. Look at the files in the CVS directory below the file you're trying to commit. -- PHP Development Mailing List

Re: [PHP-DEV] Write Access to repository

2001-02-08 Thread Brad Atkins
I did: cvs login (Logging in to [EMAIL PROTECTED]) Thanks, Brad Atkins Manager, Technical Development http://www.youreshop.com 1-877-YRE-4YOU (Toll free US & Canada) 1-705-692-3442 (International) "Egon Schmid (@vacation)" wrote: > Brad Atkins wrote: > > > > I have a CVS account, and I'm tryi

Re: [PHP-DEV] Write Access to repository

2001-02-08 Thread Egon Schmid (@vacation)
Brad Atkins wrote: > > I have a CVS account, and I'm trying to add a notes extension directory > in ext/notes but I get the following: > > cvs [server aborted]: "add" requires write access to the repository login and checkout the repository with your user account instead of cvsread. -Egon --