Search code examples
phpeclipsecvslan

How to add new CVS in eclipse?


I have developing one PHP project using eclipse locally. Now i need to share this project to another system in LAN.
Can anybody help me as how to do this..?
How to add CVS in eclipse..?


Solution

    1. Right click on Project and choose Team -> Share Project
    2. Select a repository type(for your needs CVS)
    3. Create new/use existing repository location and do accoriding to a wizard

      see this!