Skip to content

hidden (dot) files ignored in root directory of CVS #2

Open
@sebsoftware

Description

@sebsoftware

If a CVS repository contains a hidden (.) file i.E. Eclipse .project and .classpath file it is ignored in the cp command copying a local cvs path.

cp -rf $CVSROOT/$MODULE/* $MODULE/

changing it to

cp -rf $CVSROOT/$MODULE/. $MODULE/

solves this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions