• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse CVS Integration

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am facing a problem, actually I want to setup an environment where five user will work on java project with eclipse. I have downloaded the TortoiseCVS and installed it but can't configuring it properly. I wanna used one local machine as a server and all other machines will work under a repository. I couldn't create the repository.

Please help me in details.

Thanks,
Sanjib Pal
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tortoise is a client. You don't actually need it for use with Eclipse, since Eclipse has its own built-in CVS client.

What you do need is an installed version of CVS server software on the CVS server machine.
 
Sanjib Pal
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tim,

Thanks in advance.
Is there any cvs server for free ? so that I can install it in my machine as a server and work from eclipse's cvs client. I saw a server cvsnt for windows which is not free. I have download the cvsnt server and installed it but still facing the problem to configuring the client and server. please give me the details instruction for configuration.

Thanks,
Sanjib Pal
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Is there any cvs server for free ?


Try http://www.nongnu.org/cvs/.

I am curious, why use CVS instead of Subversion? (Actually I might also suggest Git or Mercurial as better alternatives.)
 
Can you shoot lasers out of your eyes? Don't look at this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic