Computer Science Canada cvs, svn, something else? |
Author: | abcdefghijklmnopqrstuvwxy [ Tue Jan 08, 2008 7:46 pm ] |
Post subject: | cvs, svn, something else? |
Hey I'm just wondering if any of you have a neat system that you use for version control. I'm interested in something as automated as possible with a graphical user interface client. (For windows mainly, but cross-platform would be nice.) Also something that can be feasibly installed on a remote web host. I got cvs installed but I cannot find a decent graphical client for windows. WinCvs really sucks in my opinion because I can't figure out how to use it. After spending an hour I only came as far as actually logging into CVSROOT via ssh. I'm having great difficulty installing svn on my web host. But I think I can get it done eventually. |
Author: | md [ Tue Jan 08, 2008 7:53 pm ] |
Post subject: | RE:cvs, svn, something else? |
I've only ever used subversion (aka svn for people who can't distinguish commands from names). It's not hard to setup, but it does work much better if you set it up properly for individual projects and have your own server which you can control completely. |
Author: | abcdefghijklmnopqrstuvwxy [ Tue Jan 08, 2008 8:09 pm ] |
Post subject: | Re: cvs, svn, something else? |
Yeah the problem I have is it's a web host that gives me very limited control. I had to battle them to get SSH access. |
Author: | Tony [ Tue Jan 08, 2008 8:10 pm ] |
Post subject: | RE:cvs, svn, something else? |
subversion is much better than cvs, seeing as it was designed with the purpose of replacing the latter. For a graphical interface I use an Eclipse plugin (subclipse) |
Author: | Mazer [ Tue Jan 08, 2008 9:46 pm ] |
Post subject: | RE:cvs, svn, something else? |
Subversion? Windows? TortoiseSVN is pretty excellent. |
Author: | rdrake [ Tue Jan 08, 2008 11:03 pm ] |
Post subject: | RE:cvs, svn, something else? |
Use Subversion with TortoiseSVN on the client. For connecting to the server, you can use svn+ssh:// in order to connect to the Subversion server over SSH. |
Author: | abcdefghijklmnopqrstuvwxy [ Wed Jan 09, 2008 2:28 am ] | ||
Post subject: | RE:cvs, svn, something else? | ||
k thanks. I can't seem to compile subversion however.
|
Author: | Mazer [ Wed Jan 09, 2008 8:08 am ] |
Post subject: | RE:cvs, svn, something else? |
Are you against using RPMs? |
Author: | abcdefghijklmnopqrstuvwxy [ Wed Jan 09, 2008 3:45 pm ] |
Post subject: | Re: cvs, svn, something else? |
I can't use yum because it requires root access to the server. A .rpm gives a long list of dependencies. I have all the dependencies, but I don't know how to tell rpm to use them even after wading through the man page. |
Author: | Tony [ Wed Jan 09, 2008 4:01 pm ] |
Post subject: | Re: cvs, svn, something else? |
abcdefghijklmnopqrstuvwxy @ Wed Jan 09, 2008 3:45 pm wrote: it requires root access to the server.
Time to get a better server |
Author: | Mazer [ Wed Jan 09, 2008 8:33 pm ] |
Post subject: | RE:cvs, svn, something else? |
Yeah, if you can't get subversion installed yourself, the server admin shouldn't mind doing it for you. Sucks about the dependencies problem though, that's the worst (in my opinion) thing about using Linux. |