Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: GavinMannionPosted on 2006-06-22 at 02:24:00ID: 16958307
First get yourself a source safe package. I personally always recommend Visual Source Safe but if you google you will find many.
This stops people editing code that someone else is working on.
In regard to development tasks, a couple of source safe applications have this feature built in, my personal very technical way of doing it is by using a whiteboard and a marker ;)...
Else set yourself up a very small task management website that your developers will then work off.
For ease of use make sure every developer has the same folder structure for your applications (Don't store solution files in source safe either)
You don't really require a test machine. You can all develop locally and then when moving to production you get the latest versions of everything, compile on your machine and deploy.
Let me know if you need more info..