Okay, say I want to use some sort of version control. I am not opposed to it, but I can't spend too much effort implementing this whilst still trying to get the project done within an unreasonable deadline.
What do you suggest product wise? My developers have local/vpn access to the network where the project files are stored. Everything is all windows. Generally everyone works on discreet parts of the system except me, I work on the shared portions, and help out in whatever discreet section someone needs help in. The shared (classes, components & the like) pieces that I work on need to be propagated to the other developers as soon as I publish them. As I mentioned before, I don't have a lot of manpower to put to implementing a version control system. Based on the above, what would be best? Paul --- In [email protected], Baz <li...@...> wrote: > > You definitely need some kind of source control like SVN or GIT. You check > out your project, work/test locally, then commit back to the repo. You can > do this as often as you like. If you don't want to go that route, even > though you really, really, really should... at a minimum, make sure that the > "project" is not on the share. Create your project locally, with all the > settings and *dot* files (and have the other developers do the same), then > only share the pure src code on the network share. You can link it to your > project by opening the "create new folder" dialog, clicking on "advanced" > the selecting "link" (something like that) and choosing your network share. > > Also, yahoo can notify you of new messages - there is a "delivery > preferences" option, or something like that. > > Baz > > > On Mon, Apr 26, 2010 at 7:58 AM, aceoohay <pa...@...> wrote: > > > > > > > We are still having the problem, but I have been too busy to check > > flexcoders. It sure would be nice if Yahoo groups would notify you of > > responses to threads you are members of. > > > > We are not using a CVS, the project is on a network share, multiple > > developers have FB3 on their desktop, and the problems we are having > > generally include slow compiles and modules in the project not compiling > > after a chhange. > > > > The last problem is the real pain, you make a change, compile and test, and > > the change doesn't seem to do anything. The most reliable way of resolving > > the issue is to remove the module from the project and re-add it. > > > > Paul > > > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Ivan" > > <ivan.ilijasic@> wrote: > > > > > > Hello Paul. Can you give us some hints what kind of problems are you > > talking about? Are you using Subversion, CVS or some other repository? > > > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > > "aceoohay" <pauls@> wrote: > > > > > > > > We are doing a conversion of 200+ screens from Oracle Forms to Flex, > > and have 4 developers working on the project. > > > > > > > > We are experiencing a variety of problems with flexbuilder when > > everyone is using the same project. Where can I find some hints on how to > > manage a project with multiple developers? > > > > > > > > Paul > > > > > > > > > > > > > >

