Ah, I haven't seen SmartGit before. Looks interesting though apparently not full featured. I use msysgit from the command line on Windows. For those looking at alternate version control solutions, I'd also suggest looking at Mercurial. We are likely switching to that at my work and are choosing that over Git because there are more full featured tools available. Mercurial is written in Python which allows for easy hooks into most OSes as well as decent windowing libraries and such.
Most of my shop is .Net and currently using NAnt and msbuild for building, cvs for source control, .Net Cruise Control for continuous integration and VersionOne for project management/defect tracking. I can't use most of those tools for my CF work, so I'm kind of on my own but still using CVS and VersionOne. We are likely moving to Mercurial for source control, PowerShell for build scripts and FogBugz with Kiln for CI, project management and defect tracking. There seems to be a pretty nice Mercurial plugin for Eclipse that I'll try out soon. I'm not sure if I'll use PowerShell for build scripts or just use Ant. Still, looks to be a much better stack overall and should play nicely with the multiple development language ecosystem. Cheers, Judah On Fri, May 7, 2010 at 4:45 PM, Andrew Scott <[email protected]> wrote: > > I take that back then, I was wondering why SmartGit didn't support it. And > made the assumption based from them that it didn't exist. > > > -----Original Message----- > From: Judah McAuley [mailto:[email protected]] > Sent: Saturday, 8 May 2010 9:17 AM > To: cf-talk > Subject: Re: How are other developers handling big SVN repositories? > > > Of course you can revert changes. Look up the revert command. You can > also rebase, change to a previous commit with checkout, etc. > > On Fri, May 7, 2010 at 4:05 PM, Andrew Scott <[email protected]> > wrote: >> >> And let's not forget that GIT can't revert changes. >> >> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333514 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

