Tips for using SVN with Flash
Anyone here using SVN to manage source files for projects? We're just getting our server up and running, and are trying to get a workflow together. We have a guy in India who will be tapping into projects this way.
1.) What about locking? I know SVN doesn't explicitly support it. What can we do to emulate it?
2.) Local copies: we can have several projects that drag on over the course of time. Hundreds of megs of files. Would it be bad to have the local working copy reside on a network drive? How would that impact multiple users attempting to both access that local working copy?
3.) Anyway to integrate it directly with Flash? Instead of checking out a whole project, can the repo just be one big collection of folders, representing a project under each, that I can check out piecemeal as I need them?
4.) Where to store the latest compiled copy? These are all client projects, should we commit only source to the repository, or published as well?
This is all for e-learning projects, so anyone with experience dealing with those pains, please, drop me a pm.
Thanks folks.