Re: Any Good SCM tool to manage Perl Code locally

2010-03-17 Thread Eric Veith1
Parag Kalra paragka...@gmail.com 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

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 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

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread mohd sharif
You can use git -Sharif On 3/14/10, Parag Kalra paragka...@gmail.com 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.

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread mohd sharif
On 3/16/10, mohd sharif midr...@gmail.com wrote: You can use git -Sharif On 3/14/10, Parag Kalra paragka...@gmail.com 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

Re: Any Good SCM tool to manage Perl Code locally

2010-03-16 Thread Philip Potter
On 16 March 2010 06:44, Parag Kalra paragka...@gmail.com 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

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 dpchr...@holgerdanske.com 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

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 want

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

RE: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Dan Fish
[mailto:paragka...@gmail.com] Sent: Sunday, March 14, 2010 12:13 AM To: Perl Beginners Subject: Any Good SCM tool to manage Perl Code locally 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

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Kenneth Wolcott
Hi; On Sun, Mar 14, 2010 at 23:12, Dan Fish d...@ninemoons.com 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.

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 d...@ninemoons.com 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

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 other

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Eric Veith1
Shlomi Fish shlo...@iglu.org.il 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

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 shlo...@iglu.org.il 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

Re: Any Good SCM tool to manage Perl Code locally

2010-03-15 Thread Eric Veith1
Jeremiah Foster jerem...@jeremiahfoster.com 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 eric.ve...@de.ibm.com Hechtsheimer Str. 2 DE-55131 Mainz Germany IBM Deutschland

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 don't

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

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

Any Good SCM tool to manage Perl Code locally

2010-03-13 Thread Parag Kalra
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 don't use it is because even if I configure a SCM server - I