Hi Neil, This crops up regularly on this list so a search of the archives
may be prove fruitful for you.
We use CVS because our IDE of choice is CFEclipse and the CVS integration is
part of the base eclipse product.
We too have very large systems and several of them (although probably not as
big as yours) and we do use local dev machines. So each PC has cf developer
edition and IIS under WXP pro.

CVS handles branching and it is made easy to manage by the tools in eclipse.

SVN is the next generation of CVS and has fixed some CVS limitations so this
is worth a look.

Alot depends on the IDE you want to use and how important having it
integrated to this IDE is.

In terms of deployment CVS/SVN allow you to select a snapshot of code to
release (in various ways) but how it moves from server to server is down to
you. We have written a little CF app which provides a nice interface to some
ANT scripts which are able to extract code from CVS and then copy it around.

Hope all that helps!
There are lots of choices, I chose CVS because it was tried and tested with
lots of good tools. Good Luck!


On 2/21/06, Neil Middleton <[EMAIL PROTECTED]> wrote:
>
> We're looking at changing our source control system but are having trouble
> finding something that seems suited to our needs.
>
> Basically, we have around six developers all working on our applications,
> checking into a dev server with VSS before running the code.  From here the
> code goes to a test box then live.  All our boxes are win2003 and IIS6.
>
> What we are looking for is something that makes the release process from
> server to server nice and easy, but also allows us to branch an app "out of
> the way" so that shared code can move past it in test and go live before the
> original code does (we have clients who insist on delaying go live dates
> :-()
>
> We can't really have local dev machines due to the sheer amount of code
> (~3mil lines) and applications (~ 50)we are controlling.
>
> Any ideas on how we might set something up that will let us do this?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232985
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to