Rick, It sounds complicated because you're making it complicated. If you're a solo developer, you can get started by creating a repository on your own computer using tortoiseSVN and then accessing it via the file protocol. You can access the repository either using tortoise or subclipse.
Get started by creating three folders, branches, tags, and trunk. This is the recommended way to use SVN. Put all your code into trunk, and check it in after you certain milestones. If you do nothing else, you should already be getting benefits out of SVN, by having revision history, being able to go back to an older version of the code, seeing what changed between different revisions and having a backup in a different place. Then head over http://svnbook.red-bean.com/ when you have some spare time, and maybe even sign up for the svn-users list to learn more about subversion. The more you learn about it, the more you're going to love it, but as I showed above, it's pretty simple to get started. Russ > -----Original Message----- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: Monday, December 03, 2007 11:11 AM > To: CF-Talk > Subject: RE: Eclipse & CFEclipse > > Hi, Russ... > > But after reading the discussion on the list about "trunk", "tree", etc., > and whatever else SVN involves, it seems like some serious complication > that I could see being necessary in a multi-developer environment, but I > didn't > want to use a hammer to kill a mosquito... > > I actually installed VMWare Player, and picked up a Subversion Virtual > Appliance > from Young-Technologies.com and ran it. I installed TortoiseSVN, too. > But I just couldn't make sense out of what was supposed to being going on, > even > after reading the guide. > > I just abandoned it as overkill. > > However, with HomeSite 5.5 acting a little strangely, I wouldn't mind > getting > in on Ecliple/CFEclipse. > > Rick > > > > -----Original Message----- > > From: Russ [mailto:[EMAIL PROTECTED] > > Sent: Monday, December 03, 2007 10:09 AM > > To: CF-Talk > > Subject: RE: Eclipse & CFEclipse > > > > I don't know about Tom, but IMHO, even an independent developer should > use > > SVN, it's free and the benefits of it are too great not to use, even if > > you're working all by yourself. > > > > Russ > > > > > > > > > -----Original Message----- > > > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > > > Sent: Monday, December 03, 2007 9:22 AM > > > To: CF-Talk > > > Subject: RE: Eclipse & CFEclipse > > > > > > Thanks for the info, Tom. > > > > > > Assuming you're an Eclipse/CFEclipse user, how would > > > you respond to this question: > > > > > > Is Ecliple/CFEclipse overkill for an independent developer, > > > who never has to worry about checking code in or out? > > > > > > I am having some trouble keeping my development versions of > > > sites synced with my production versions. It can get quite > > > crazy trying to keep up with what change are where. > > > > > > Your take on this? > > > > > > Thanks for your time and feedback. > > > > > > Rick > > > > > > > > > > -----Original Message----- > > > > From: Tom Chiverton [mailto:[EMAIL PROTECTED] > > > > Sent: Monday, December 03, 2007 6:44 AM > > > > To: CF-Talk > > > > Subject: Re: Eclipse & CFEclipse > > > > > > > > On Saturday 01 Dec 2007, Rick Faircloth wrote: > > > > > Can the various sections of the Eclipse interface > > > > > be dragged onto a second screen apart from the main > > > > > interface to make more room for viewing code? > > > > > > > > Right click the tab and choose 'detached'. > > > > > > > > -- > > > > Tom Chiverton > > > > Helping to assertively entrench market-driven networks > > > > on: http://thefalken.livejournal.com > > > > > > > > **************************************************** > > > > > > > > Please note, as of 10th December 2007 the registered office address > of > > > Halliwells LLP will be > > > > at 3 Hardman Square, Spinningfields, Manchester, M3 3EB > > > > > > > > **************************************************** > > > > > > > > This email is sent for and on behalf of Halliwells LLP. > > > > > > > > Halliwells LLP is a limited liability partnership registered in > England > > > and Wales under > > > > registered number OC307980 whose registered office address is at St > > > James's Court Brown Street > > > > Manchester M2 2JF. A list of members is available for inspection at > the > > > registered office. > > > > Any reference to a partner in relation to Halliwells LLP means a > member > > > of Halliwells LLP. > > > > Regulated by The Solicitors Regulation Authority. > > > > > > > > CONFIDENTIALITY > > > > > > > > This email is intended only for the use of the addressee named above > and > > > may be confidential > > > > or legally privileged. If you are not the addressee you must not > read > > > it and must not use any > > > > information contained in nor copy it nor inform any person other > than > > > Halliwells LLP or the > > > > addressee of its existence or contents. If you have received this > email > > > in error please > > > > delete it and notify Halliwells LLP IT Department on 0870 365 2500. > > > > > > > > For more information about Halliwells LLP visit www.halliwells.com. > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294123 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

