info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hidden file


From: Mark D. Baushke
Subject: Re: hidden file
Date: Tue, 29 Apr 2003 00:35:17 -0700

Samuel Blanchet <address@hidden> writes:

> How can I add a hidden file in a directory in my repository ??

I presume you are talking about a DOS-based windows system "hidden
attribute" on a file? I do not believe that cvs has any real knowledge
of hidden files. It may be that cvsnt (www.cvsnt.org) or tortoisecvs
(www.tortoisecvs.org/) do have some provision for hidden files, but you
would need to look at the documentation for them. I have not used them
myself.

If you need to add a hidden file to a directory in your repository,
you will probably first need to show it using "attrib -h" and then
you should have no problems using "cvs add" and "cvs commit" to get
it into the repository.

I know of no method of being able to do a 'cvs checkout' that will put a
hidden file into your checked out directory using standard cvs
(www.cvshome.org).

        Enjoy!
        -- Mark





reply via email to

[Prev in Thread] Current Thread [Next in Thread]