Neil Tardella writes:
> 
> Could somebody tell me how I might remove a top level directory from a repository?
> basically I have:
> dir1
>   dir2
>      dir3.1
>      dir3.2
>         ......
> and I want the repository to have
> dir2
>    dir3.1
>    dir3.2
>      .....

The best thing to do is to define a module with the same name as dir2. 
For example, add to the CVSROOT/modules files:

        dir2    dir1/dir2

That allows people to checkout dir2 as though it were a top-level
directory without actually changing the physical structure of the
repository (which would screw up anyone who already has it checked out).

-Larry Jones

I think your train of thought is a runaway. -- Calvin's Mom

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to