• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Online Version Control System

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I need to develop a customised application, but my team is spread across an entire city....
We need a online version control system, that can act as or soure repository as well as provide liberty to ppl to work at their own time....
It also needs to be economical, as we are working on a shoe string budget

Also, it is not possible for us to setup a dedicated machine that wwill be connected to the net 24 hrs, this option we have already explored and did not find feasible

Regards
Pratik Lohia
[ December 08, 2006: Message edited by: Pratik Lohia ]
 
author & internet detective
Posts: 42055
926
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pratik,
Does it need to be online or just on the network? I googled version control hosting and found cvs dude as the first link. I'm sure there are others. Basically they host your version control system for you.
 
Ranch Hand
Posts: 362
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could host your own CVS or Subversion system in your home PC and have people connect at any one given time. That way the PC need to be on only when people are doing a sync with the repository.
 
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wouldn't trust the company's/department's intellectual property to some website (if such a service exists) for safekeeping.
Every similar service ("online office" applications etc.) I know of has serious problems with their terms of use which effectively mean you sign over ownership of whatever you store there to them to do with as they like.
So they can for example sell your documents to the highest bidder if they want to.
You'll have to host the thing yourself, and secure it well.

If your boss isn't willing to donate an old computer for the purpose (even an old P2 will do the trick) you should seriously doubt the future of the project as they obviously have no interest in ensuring its success.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic