How to get cheap version control?
Posted
by gotch4
on Stack Overflow
See other posts from Stack Overflow
or by gotch4
Published on 2010-04-21T12:41:46Z
Indexed on
2010/04/21
12:43 UTC
Read the original article
Hit count: 266
version-control
|hosting
Hello, I'm a programmer, contractor, self experimenter and so on. I'd need to have cheap version control. I've been working with Subversion and recently with Mercurial. I've seen around many cheap hosting but, even if they are great (like BitBucket), many of them don't allow many private projects (1 or 2). Much of the code I need to keep on VC is not open, maybe because it is stuff I'm working on for clients, or maybe because it's code I usually need for my development, but it is not intended and usable as a open source project. Now, I've a cheap web hosting, with unlimited space and free mysql. I CAN'T install Mercurial or SVN on those machinese, but I was asking myself if is it there a way to use a common CVS with it, with "common" I mean something that has its good IDE plugins (Eclipse or Netbeans) that may avoid me to write commands by hand.
Thank you
© Stack Overflow or respective owner