Bryan

Quoting Bryan Stevenson <[EMAIL PROTECTED]>:
> I'm looking for some versioning control software that will work from 
> within HomeSite+, CF Studio, and Eclipse.

Good luck.  AFAIK, none of the widely-used SCMs work natively in all 
these IDEs.
That said, it dowsn't so much matter, dependent on the SCM you choose.  
VSS has
locking so that only a single user can access a file at any time, whereas the
approach with CVS and SVN is distributed.  That is, each developer has their
own copy of the source code to work with, and the issues of merging are dealt
with at commit time.  It's rare that problems are encountered if sensible
approaches are taken.

> I could care less about the actual versioning, but I do want the 
> check in/out capability

See above on the locked vs. distributed approach.

> This will be in the Windows world (although I see Subversion can be 
> run on Windows).

No problem.  There are even external tools such as Tortoise (which I 
used before
Eclipse came along) which will handle the SCM activity outside your IDE.  It's
still easy to do.

> Basically it has to be a no-brainer for developers to be able to 
> pick-up and use.

While not exactly a no-brainer, there is a lot of good information out 
there on
best-practice use for all these tools.

> TIA for any direction on this one

Hope I helped.

Steve
-- 
Steve Collins
E [EMAIL PROTECTED]
W www.stephencollins.org
ICQ 1014940 | MSN [EMAIL PROTECTED] | Yahoo trib
Google Talk [EMAIL PROTECTED] | Skype trib22

The ACME Guide - Best practice development using
Apache - ColdFusion MX - MySQL - Eclipse/CFEclipse
           www.stephencollins.org/acme/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232287
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to