House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  ColdFusion Talk (CF-Talk)

how to maintain source code

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
fun and learning
03/14/2010 11:26 PM

Hello All - Have any of you faced a situation where the place you work does not have a version control software, and in that case what are the best way to maintain code files on your development machine? Thanks.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Barney Boisvert
03/14/2010 11:32 PM

Version control software.  Always use it.  If the company doesn't want to use it, that's their [idiotic] prerogative, but there is no reason you can't with a local server. Subversion is trivially easy to set up a repository whatever your OS (download and install free binaries).  The cool kids are apparently using Git (I use Subversion) which doesn't need a repository, though my experience is that the GUI tools are rather lacking. In any case, version control shouldn't be a problem, even if it's just a personal setup.  But really, if you're working somewhere that doesn't want to use version control it seems like finding a different place to work might be a good idea.  There is a reason there are so many systems and it's a constant topic of discussion: it's REALLY important.  If not even more important. cheers, barneyb ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Greg Luce
03/15/2010 09:47 AM

I recommend setting up a free account with unfuddle.com and in 10 minutes you'll have your codebase in SVN. -- Greg Luce Luce Consulting Services, Inc. www.luceconsulting.net (863) 273-0289 On Sun, Mar 14, 2010 at 11:31 PM, Barney Boisvert <bboisvert@gmail.com>wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Pepperman
03/15/2010 11:25 PM

Using Git, CSV or subversion is super easy with Eclipse. You can maintain a local repo that tracks the changes you do, and also allows you to synch with a remote repo when you want to push a final code change. I like Git and Github a lot since it is free and easy to collaborate with, and I prefer to use EGit in Eclipse, it is simple to set up, and can have you up and running with a local repo in a few minutes. It is a good Idea to test locally before trying to work with a large repo, you do need to understand a few key terms before doing the big stuff, but it is well documented. http://www.eclipse.org/egit/ I also use TortoiseGit, which is a standalone gui for GIT. Tortoise also makes standalone gui's for Subversion and CSV. http://code.google.com/p/tortoisegit/ ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jochem van Dieten
03/16/2010 03:09 AM

> Have any of you faced a situation where the place you work does not have a > version control software, and in that case what are the best way to maintain > code files on your development machine? I have had a few of those cases. In all but one the answer was to take the time to start using version control. The one case where I have worked without version control was a client where ColdFusion was EOL, the other people lacked the skills and they had a very extensive system of scheduled tasks for change management and backups based on directory diff and merge. Those circumstances are quite exceptional, in general the answer is just to start using some sort of version control. Jochem -- Jochem van Dieten http://jochem.vandieten.net/

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
David McCan
03/16/2010 08:55 AM

SourceGear.com -- The Vault product is free for a single user. David


<< Previous Thread Today's Threads Next Thread >>

Search cf-talk

July 31, 2010

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
         1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31