[cfaussie] CFBuilder2 and Version Control

2011-07-15 Thread Rawdyn
Having just upgraded to CFB2 I decided the clunky old Source Safe plugin was more trouble than it was worth so I went to investigate which direction to go for a new source control program that will work well with CFB2. Perhaps I am missing something (and if so please enlighten me) but there seems

Re: [cfaussie] CFBuilder2 and Version Control

2011-07-15 Thread Zac Spitzer
VSS, ouch! everyone seems to be going Git these days On Fri, Jul 15, 2011 at 4:26 PM, Rawdyn raw...@gmail.com wrote: Having just upgraded to CFB2 I decided the clunky old Source Safe plugin was more trouble than it was worth so I went to investigate which direction to go for a new source

Re: [cfaussie] CFBuilder2 and Version Control

2011-07-15 Thread Andrew Myers
At work we use subversion with the subversive plugin. It's not as cool as git or mercurial but it does the job adequately. One thing to consider is how each will work if you are hosting the repository on a windows server I guess. I have used hgEclipse on personal projects and found it

Re: [cfaussie] CFBuilder2 and Version Control

2011-07-15 Thread Mark Mandel
Yeah, anything that works with Eclipse should work with CFB. That being said, I always install CFB as a plugin, rather than the standalone, just to be sure. When using Git - there is eGit, although I don't think it's anything crazy special, and only really use it to see changed files, and do a

[cfaussie] Re: CFBuilder2 and Version Control

2011-07-15 Thread Rawdyn
Thanks everyone, great info. Zak, yeah I only moved off Homesite+ this year so I am a tad behind the times. Still not as productive in CFB as I was in HS but then I had a good 10 or 15 years in HS so I am committing to CFB to give it a red hot go. I'm pretty happy working from a command line so

Re: [cfaussie] CFBuilder2 and Version Control

2011-07-15 Thread Andrew Myers
I found subclipse had an issue when used with CFBuilder 1 - the right click would not work after you selected Team - Synchronize. This was still present in the beta of Builder 2. I have not tried with the latest release as I found subversive to be adequate. I think the OP said they are a

Re: [cfaussie] Re: CFBuilder2 and Version Control

2011-07-15 Thread Mark Mandel
Last time I used Git on windows, I did it from within cygwin. Worked pretty well. Mark On Fri, Jul 15, 2011 at 5:30 PM, Rawdyn raw...@gmail.com wrote: I'm pretty happy working from a command line so I might look into GIT a bit more. I understood it wasn't brilliant in a Windows environment

Re: [cfaussie] Re: CFBuilder2 and Version Control

2011-07-15 Thread Zac Spitzer
I am only recently moved on over to CFB, Homesite+ was my IDE of choice for almost a decade.. Subversion has been my work horse for a very long time, after CVS which was painful all my devs on projects which now use Git always start swearing profusely whenever they have to use SVN, which is a

Re: [cfaussie] Re: CFBuilder2 and Version Control

2011-07-15 Thread Kym Kovan
On 15/07/2011 17:30, Rawdyn wrote: Thanks everyone, great info. ... I'm pretty happy working from a command line so I might look into GIT a bit more. I understood it wasn't brilliant in a Windows environment (based on what I have been told only) so I'll re-investigate that. We moved from

Re: [cfaussie] Re: CFBuilder2 and Version Control

2011-07-15 Thread Mark Mandel
From what I understand, the tooling in Hg, kicks butt over Git. But I think 95% of Git users use the command line. Also - GitHub, GitHib, GitHub. If you use ANY open source project, and it's on there, and you have any form of code contribution, I cannot express how easy it makes it to do this.

Re: [cfaussie] Re: CFBuilder2 and Version Control

2011-07-15 Thread Andrew Myers
Yeah cygwin is a decent option if you're in Windows. If you go that route check out Console2 for a couple of extra goodies (tabbed interface, better select/copy/paste in particular) On 15/07/2011, at 5:33 PM, Mark Mandel mark.man...@gmail.com wrote: Last time I used Git on windows, I did it

Re: [cfaussie] Re: CFBuilder2 and Version Control

2011-07-15 Thread Kai Koenig
Very well said (did you actually listen to me :-) ?) From what I understand, the tooling in Hg, kicks butt over Git. But I think 95% of Git users use the command line. Also - GitHub, GitHib, GitHub. If you use ANY open source project, and it's on there, and you have any form of code

Re: [cfaussie] CFBuilder2 and Version Control

2011-07-15 Thread Kai Koenig
I strongly advise using a hosting provider for your central Git or Hg repository. It's easy enough to run a plain repository server on your network, but you won't get any of the nice workflow support that's available on provided services. There are several commercial providers

RE: [cfaussie] CFBuilder2 and Version Control

2011-07-15 Thread charlie arehart
Nice writeup, Dennis. Thanks. For those who may now be more interested in Mercurial, I'll throw in as well that good ol' Joel Spolsky has a tutorial site for Mercurial: http://hginit.com/. And just as there was the re-bean book for SVN (http://svnbook.red-bean.com/), there is one for hg also:

Re: [cfaussie] CFBuilder2 and Version Control

2011-07-15 Thread Mark Mandel
For git there is also the community book - http://book.git-scm.com/ and the Pro Git book as well: http://progit.org/ All content for both is freely available. Mark On Sat, Jul 16, 2011 at 1:12 AM, charlie arehart charlie_li...@carehart.org wrote: Nice writeup, Dennis. Thanks. For those