On Sun, Apr 22, 2001 at 10:43:11AM +0200, Hojtsy Gabor wrote:

> I have commit problems:
> 
> I am trying to commit the new var.xml file, and I get
> 
> E:\phpcvs>cvs commit phpdoc/en/functions/var.xml
> cvs [server aborted]: cannot check in to /repository/CVSROOT/Emptydir
> 
> I get the same when I specify the full CVSROOT:
> 
> E:\phpcvs>cvs -d :pserver:[EMAIL PROTECTED]:/repository commit
> phpdoc/en/function
> s/var.xml
> cvs [server aborted]: cannot check in to /repository/CVSROOT/Emptydir
> 
> I don't know what is the problem... I am correclty logged in, I can
> checkout...

This cannot be!!!? I don't have a working M$ solution here, but the
correct syntax should be:

cvs commit -m "Comment ..." relative/path/var.xml
cvs -z3 update -dP

Don't mix checkouts with updates. If you are in the right directory or
folders you can't do checkouts, only updates.

-- 
LinuxTag, Stuttgart, Germany: July 5-8 2001: http://www.linuxtag.de/
All known books about PHP and related books: http://php.net/books.php 
Concert Band of the University of Hohenheim: http://www.concert-band.de/
First and second bestselling book in German: http://www.php-buch.de/

Reply via email to