Check if the a .cvs directory is present.
commit473ddbaf33b3b9564354569160ecb6e820e6fe7f
authorDavid Soria Parra <dsp@php.net>
Thu, 27 Mar 2008 22:03:32 +0000 (27 23:03 +0100)
committerDavid Soria Parra <dsp@php.net>
Thu, 27 Mar 2008 22:03:32 +0000 (27 23:03 +0100)
tree12d08d3e4f68e669eeeceba0bb6ba587016cdd38
parent248e26a9f94189dcffb99c44ee48e5109098e6f0
Check if the a .cvs directory is present.

We have to make sure that a .cvs/CVS directory is present
to use gc-utils as this directory is created by gc-import.
If it doesnot exists, the repository was not added using gc-import.
This will avoid that we use gc-commit or gc-multi-commit on repositories
that were not imported from cvs.

Signed-off-by: David Soria Parra <dsp@php.net>
gc-commit.sh
gc-multi-commit.sh
gc-update.sh