Vinu
Vinu

Reputation: 167

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..?

Upvotes: 0

Views: 388

Answers (2)

tostao
tostao

Reputation: 3058

  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!

Upvotes: 1

Doszi89
Doszi89

Reputation: 357

I'm not sure if I know what you mean, but... You have to commit your folder with project. Right click on it and choose SVN - commit. You don't have to touch your eclipse to do that.

Upvotes: 0

Related Questions