info-cvs
[Top][All Lists]
Advanced

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

Re: Removing top level dir from cvs module


From: Larry Jones
Subject: Re: Removing top level dir from cvs module
Date: Fri, 12 Apr 2002 18:22:14 -0400 (EDT)

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



reply via email to

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