Re: Source code control system

2008-02-19 Thread Shahar Dag
: Source code control system I am interested in setting up a simple source code control system for a SOHO setup. There is a Linux server running Ubuntu that can act as the repository server. Clients would be Windows and Linux. I am looking for recommendations for a system that will be easy

Re: Source code control system

2008-02-19 Thread Ohad Levy
: David Suna [EMAIL PROTECTED] To: linux-il@cs.huji.ac.il Sent: Monday, February 18, 2008 3:50 PM Subject: Source code control system I am interested in setting up a simple source code control system for a SOHO setup. There is a Linux server running Ubuntu that can act as the repository

Re: Source code control system

2008-02-19 Thread Shlomi Fish
On Tuesday 19 February 2008, Shahar Dag wrote: Hi the advantage of SVN over CVS is: 1. if you commit several files, in SVN it is an atomic action while in CVS it is not. Than mean that with CVS some file may be updated while other wont == your repository is not consistent From what I know

Re: Source code control system

2008-02-19 Thread Gilad Ben-Yossef
Ohad Levy wrote: what about git? Git main attraction is distributed development. For something like the Linux kernel it is indispensable. The thing is, most software development, even in the Open Source world, is not really distributed. Also, I don't think there is a Windows git client

Re: Source code control system

2008-02-19 Thread Micha
: David Suna wrote: I am interested in setting up a simple source code control system for a SOHO setup. .. Any suggestions? You could use Subversion (http://subversion.tigris.org/) as version control system, Trac (http://trac.edgewall.org/) as web-based front end and TortoiseSVN

Re: Source code control system

2008-02-19 Thread Tzafrir Cohen
On Tue, Feb 19, 2008 at 02:16:39PM +0200, Shahar Dag wrote: Hi the advantage of SVN over CVS is: 1. if you commit several files, in SVN it is an atomic action while in CVS it is not. Than mean that with CVS some file may be updated while other wont == your repository is not

Re: Source code control system

2008-02-19 Thread Micha
On Tue, 19 Feb 2008 16:21:56 +0200 Gilad Ben-Yossef [EMAIL PROTECTED] wrote: Ohad Levy wrote: what about git? Git main attraction is distributed development. For something like the Linux kernel it is indispensable. The thing is, most software development, even in the Open Source

Re: Source code control system

2008-02-19 Thread Marc Volovic
Oi, Git is a silly that. M - Ohad Levy [EMAIL PROTECTED] wrote: what about git? -- ---MAV Marc A. Volovic Swiftouch, LTD [EMAIL PROTECTED] +972-544-676764 = To

Re: Source code control system

2008-02-19 Thread Shlomi Fish
On Tuesday 19 February 2008, Gilad Ben-Yossef wrote: Ohad Levy wrote: what about git? Git main attraction is distributed development. For something like the Linux kernel it is indispensable. The thing is, most software development, even in the Open Source world, is not really distributed.

Re: Source code control system

2008-02-19 Thread Micha
On Mon, 18 Feb 2008 17:57:32 +0200 Shachar Shemesh [EMAIL PROTECTED] wrote: Marc Volovic wrote: Good heavens... Subversion and/or CVS - take your choice. I'll go with that recommendation if you only give me one thing that CVS does better than SVN. Between the two, I fail to

Re: Source code control system

2008-02-19 Thread Shlomi Fish
for old Vinyl record. If you have any that you don't need please mail me Thanks Shahar - Original Message - From: David Suna [EMAIL PROTECTED] To: linux-il@cs.huji.ac.il Sent: Monday, February 18, 2008 3:50 PM Subject: Source code control system I am interested

Source code control system

2008-02-18 Thread David Suna
I am interested in setting up a simple source code control system for a SOHO setup. There is a Linux server running Ubuntu that can act as the repository server. Clients would be Windows and Linux. I am looking for recommendations for a system that will be easy to set up and not have

Re: Source code control system

2008-02-18 Thread Maxim Kudelya
David Suna wrote: I am interested in setting up a simple source code control system for a SOHO setup. .. Any suggestions? You could use Subversion (http://subversion.tigris.org/) as version control system, Trac (http://trac.edgewall.org/) as web-based front end and TortoiseSVN (http

Re: Source code control system

2008-02-18 Thread Alex Dover
in setting up a simple source code control system for a SOHO setup. There is a Linux server running Ubuntu that can act as the repository server. Clients would be Windows and Linux. I am looking for recommendations for a system that will be easy to set up and not have a steep learning curve (i.e

Re: Source code control system

2008-02-18 Thread Marc Volovic
Good heavens... Subversion and/or CVS - take your choice. I am not sure what you mean by graphic management, but both have graphic and web CLIENTS. Management is something completely different :-). Me = To unsubscribe, send

Re: Source code control system

2008-02-18 Thread Shlomi Fish
On Monday 18 February 2008, Maxim Kudelya wrote: David Suna wrote: I am interested in setting up a simple source code control system for a SOHO setup. .. Any suggestions? You could use Subversion (http://subversion.tigris.org/) as version control system, Trac (http://trac.edgewall.org

Re: Source code control system

2008-02-18 Thread Shachar Shemesh
Marc Volovic wrote: Good heavens... Subversion and/or CVS - take your choice. I'll go with that recommendation if you only give me one thing that CVS does better than SVN. Between the two, I fail to find a single reason to prefer the former over the later. Shachar

Re: Source code control system

2008-02-18 Thread Geoff Shang
Shachar Shemesh wrote: I'll go with that recommendation if you only give me one thing that CVS does better than SVN. Between the two, I fail to find a single reason to prefer the former over the later. Well, given that subversion was written to be an improved replacement for CVS, it's