Developer cvs problem?

Ralf Habacker kde-cygwin@mail.kde.org
Wed, 20 Nov 2002 22:27:18 +0100


> Because I need to commit changes.  Anonymous access does not allow commits.

If you have already checked out with anonymous, you can swith to a checkout
under your account by changing all the CVS/Root files.

$ find qt-3 -name 'Root' -exec cat <your root string> > {} \;

Ralf