Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] conserve the path hierarchy

Marc,

This is not currently supported by the Eclipse CVS UI. However, you can use
the command line client to check out the structure and then import it into
Eclipse. Here are the steps (There are other ways to do this but this is
the easist.):
1. checkout using the command line client into your Eclipse workspace
directory
2. create the project of the same name inside Eclipse. This will bring the
project into Eclipse.
3. perform a Team/Share Project which will allow you to perform Team
operations
4. Once you have the project in Eclipse, only perform Team operations on
the Mycompany/src/module directory as Eclipse will suck in other
directories automatically.

Also, you can enter a bug report to request this feature. Please provide a
rational to aid in justifying/prioritizing the adding of this feature.

Michael Valenta



                                                                                                                                       
                      marc godin                                                                                                       
                      <marc.godin@xxxxxxxxxx>         To:      "platform-vcm-dev@xxxxxxxxxxx" <platform-vcm-dev@xxxxxxxxxxx>           
                      Sent by:                        cc:                                                                              
                      platform-vcm-dev-admin@         Subject: [platform-vcm-dev] conserve the path hierarchy                          
                      eclipse.org                                                                                                      
                                                                                                                                       
                                                                                                                                       
                      17/04/2002 10:08 AM                                                                                              
                      Please respond to                                                                                                
                      platform-vcm-dev                                                                                                 
                                                                                                                                       
                                                                                                                                       



Hi,


I have a question when i checkout a directory in cvs with eclipse,
i'd like to conserve the path hierarchy:
ex
CVSROOT
---mycompany
    --src
        --module
here when i checkout moduleparent, i would like
a repertory structure
mycompany/src/module
in fact like cvs co Mycompany/src/module

is that possible
A+ marc
ps(Thanks for your great works)

_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev






Back to the top