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..?
Asked
Active
Viewed 371 times
0

Vinu
- 167
- 4
- 14
-
sorry this isn't the place where you ask this kind of question. – tradyblix Jul 04 '12 at 07:21
-
oh..!..sorry.. I am newbie to this site.. – Vinu Jul 04 '12 at 07:22
2 Answers
1
- Right click on Project and choose Team -> Share Project
- Select a repository type(for your needs CVS)
Create new/use existing repository location and do accoriding to a wizard

tostao
- 2,803
- 4
- 38
- 61
-
when i create a new CVS it asks 'host' and 'repositary location'. Here which host name i need to give and whats the 'repositary location'...? – Vinu Jul 04 '12 at 09:07
-
1In the Host field, type the address of the host (for example, "teamsamples.com"). In the Repository path field, type the path for the repository at the host address (for example, "/home/cvsroot/repositoryName"). In the User field, type the user name under which to connect. In the Password field, type the password. In the Connection type field, select the type of CVS connection for the repository (The default is pserver). Leave Use Default Port enabled. – tostao Jul 04 '12 at 09:24
-
i read these instructions in the above link which was you posted. But i am not clear the host name. Which host name i need to give...? May i give any name..? – Vinu Jul 04 '12 at 09:34
-
host name is host address (e.g. http://198.168.1.20 or http://xxx.xxx ), see this article- should be helpful http://thedesignspace.net/MT2archives/000659.html – tostao Jul 11 '12 at 09:11
0
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.

Doszi89
- 357
- 2
- 5
- 20