From: McFazstp on
I have a very large project that has been in development for many years.
Basically it has grown beyond practicality to maintain development on my own
and I was wondering what methods others employ to allow team development on a
single Director project? How do others integrate changes from seperate
developers into a single movie? How do you integrate bug fixes in previous
versions into the next version already in ongoing development?

Any ideas would be appreciated.


From: wherold on
we use SVN for versioncontrol and use all moviescripts, behaviours and
parentsripts with common function as external scripts. So somebody can check in
and out to debug or code.
the whole project is used only by one person in time, as the
dir-file cannot be handled by versioncontrol.

regards
Wolfgang