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 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's wrong with putting it on the Internet somewhere? You should be using version control - no excuses for that. > > 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) > Yes, there is. Though naturally, a service on localhost would be more recommended. See: 1. http://better-scm.berlios.de/subversion/ 2. http://better-scm.berlios.de/alternatives/bazaar/ 3. http://better-scm.berlios.de/alternatives/mercurial/ 4. http://better-scm.berlios.de/alternatives/git/ Regards, Shlomi Fish > Cheers, > Parag -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ http://www.shlomifish.org/humour/ways_to_do_it.html Deletionists delete Wikipedia articles that they consider lame. Chuck Norris deletes deletionists whom he considers lame. Please reply to list if it's a mailing list post - http://shlom.in/reply . -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/