Re: Any Good SCM tool to manage Perl Code locally

2010-03-17 Thread Eric Veith1
Parag Kalra wrote on 03/16/2010 07:44:43 AM: > Just couple of questions - How can I make my code readonly using Git > such that it can be edited only when it is checked out. The only thing that comes near to what you describe is a git repo created with --bare. It's one that you can push to, and

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread Dr.Ruud
Parag Kalra wrote: Although it is not related to Perl directly and might be little strange question but still thought of consulting Perl gurus. Here is the thing - I mainly code in Perl and Bash and I don't use any SCM tool. And the reason I don't use it is because even if I configure a SCM ser

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread Jeremiah Foster
On Mar 16, 2010, at 7:44 AM, Parag Kalra wrote: > > Just couple of questions - How can I make my code readonly using Git such > that it can be edited only when it is checked out. If your code is 'readonly' then you cannot edit it. You cannot write to something that is read only. > > Also if I

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread Robert Citek
On Sun, Mar 14, 2010 at 4:43 PM, David Christensen wrote: > Parag Kalra wrote: >> >> So wanted to know if it is a possible to use any free opensource tool to >> manage code (only locally) where actual and current code resides in >> different local directory and I can checkout code locally in some

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread Philip Potter
On 16 March 2010 06:44, Parag Kalra wrote: > Yes  I have started using Git and I am very happy with it so far. > > Just couple of questions - How can I make my code readonly using Git such > that it can be edited only when it is checked out. I don't understand the question. If you have source fil

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread mohd sharif
On 3/16/10, mohd sharif wrote: > You can use "git" > > -Sharif > > On 3/14/10, Parag Kalra wrote: >> Hi All, >> >> Although it is not related to Perl directly and might be little strange >> question but still thought of consulting Perl gurus. >> >> Here is the thing - I mainly code in Perl and Ba

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread mohd sharif
You can use "git" -Sharif On 3/14/10, Parag Kalra wrote: > Hi All, > > Although it is not related to Perl directly and might be little strange > question but still thought of consulting Perl gurus. > > Here is the thing - I mainly code in Perl and Bash and I don't use any SCM > tool. And the rea

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Parag Kalra
Yes I have started using Git and I am very happy with it so far. Just couple of questions - How can I make my code readonly using Git such that it can be edited only when it is checked out. Also if I want to take entire code base to particular revision, I guess I need to use - 'git checkout '. S

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Eric Veith1
Jeremiah Foster wrote on 03/15/2010 05:20:16 PM: > Shlomi mentioned git early on in this thread. You're right, sorry, I missed that one. Eric -- Eric MSP Veith Hechtsheimer Str. 2 DE-55131 Mainz Germany IBM Deutschland GmbH Vorsitzender des Aufsichtsrats: Erich Clemen

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Jeremiah Foster
On Mar 15, 2010, at 2:12 PM, Eric Veith1 wrote: > Shlomi Fish wrote on 03/15/2010 08:33:30 AM: >> Please don't recommend CVS for new development. There are much >> superior and/or >> open-source alternatives now. See: >> >> http://better-scm.berlios.de/ > > > I'm honestly curious why nobody

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Eric Veith1
Shlomi Fish wrote on 03/15/2010 08:33:30 AM: > Please don't recommend CVS for new development. There are much > superior and/or > open-source alternatives now. See: > > http://better-scm.berlios.de/ I'm honestly curious why nobody has explicitly suggested git so far. It is not only pretty po

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Shlomi Fish
On Sunday 14 Mar 2010 22:43:44 David Christensen wrote: > Parag Kalra wrote: > > So wanted to know if it is a possible to use any free opensource tool to > > manage code (only locally) where actual and current code resides in > > different local directory and I can checkout code locally in some oth

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Shlomi Fish
On Monday 15 Mar 2010 08:21:22 Kenneth Wolcott wrote: > Hi; > > On Sun, Mar 14, 2010 at 23:12, Dan Fish wrote: > > You might want to have a look at Seapine Surround. It's not opensource, > > but you can get a free single-user license and it's a very good SCM > > program. > > > > It's also avai

Re: Any Good SCM tool to manage Perl Code locally

2010-03-14 Thread Kenneth Wolcott
Hi; On Sun, Mar 14, 2010 at 23:12, Dan Fish wrote: > You might want to have a look at Seapine Surround. It's not opensource, > but you can get a free single-user license and it's a very good SCM program. > It's also available on a variety of platforms. > http://www.seapine.com/scmlicensing.h

RE: Any Good SCM tool to manage Perl Code locally

2010-03-14 Thread Dan Fish
You might want to have a look at Seapine Surround. It's not opensource, but you can get a free single-user license and it's a very good SCM program. It's also available on a variety of platforms. http://www.seapine.com/scmlicensing.html -Dan -Original Message- From: Parag Kalra [mail

Re: Any Good SCM tool to manage Perl Code locally

2010-03-14 Thread David Christensen
Parag Kalra wrote: So wanted to know if it is a possible to use any free opensource tool to manage code (only locally) where actual and current code resides in different local directory and I can checkout code locally in some other directory (in my working directory) CVS can do that; it has met

Re: Any Good SCM tool to manage Perl Code locally

2010-03-14 Thread Raymond Wan
Hi Parag/Shlomi, Shlomi Fish wrote: Here is the thing - I mainly code in Perl and Bash and I don't use any SCM tool. And the reason I don't use it is because even if I configure a SCM server - I should be able to access it both from home and work place (which is unlikely to happen) Then what

Re: Any Good SCM tool to manage Perl Code locally

2010-03-14 Thread Shlomi Fish
On Sunday 14 Mar 2010 09:12:40 Parag Kalra wrote: > Hi All, > > Although it is not related to Perl directly and might be little strange > question but still thought of consulting Perl gurus. > > Here is the thing - I mainly code in Perl and Bash and I don't use any SCM > tool. And the reason I do