PDA

View Full Version : Integrating a versioning system?


lucAI
12-12-2004, 04:18 AM
How can a versioning system other than SourceSafe (such as Perforce) be integrated into MX 2004/Project?

Thanks,
luc

splict
12-12-2004, 04:59 AM
Well you could use .flp's that come with flash. ;) I think there is something in the manual about using plugins for external version control systems as well. When I was looking I think I read that there might have been one other integrated system you could use with the ide, but I don't remember it (and can't find it) now - if it, in fact, existed.

If you're not totally stuck on integration with the ide then you have more choices. I think that a lot of people that do heavy scripting are using third-party editors such as sepy (http://www.sephiroth.it/python/sepy.php) along with version control systems like subversion (http://subversion.tigris.org). If you need advanced features, I think that is probably the best route to go.