Jump to content

Visual Studio How To Work Together?

Go to solution Solved by madknight3,

Version control is the best way to go. You have multiple options including the following

Git and Subversion are probably the most popular options but they will all do the job. Many free/paid options exist for hosting them for you as well.

It shouldn't take too long to learn the basics and get yourself up and running. You'll get better with it over time. If source control isn't going to work for you for some reason, you might be able to use shared cloud hosting (Google Drive, Dropbox, etc) as an alternative.

 

There are also many tools out there that help manage tasks and bugs for the team as well (again, some free, some not).

Git.

i5 4670k @ 4.2GHz (Coolermaster Hyper 212 Evo); ASrock Z87 EXTREME4; 8GB Kingston HyperX Beast DDR3 RAM @ 2133MHz; Asus DirectCU GTX 560; Super Flower Golden King 550 Platinum PSU;1TB Seagate Barracuda;Corsair 200r case. 

Link to post
Share on other sites

How do you work with a team on a Visual Studio project. I'm pretty sure exchanging the entire project back and forth isn't effective. So what's the proper way?

 

I believe teams who are collaborating on a project usually leave the project files on a shared network drive or system, where if one person has a file open, it is marked as being "checked out" so that another person cannot open and edit it at the same time.  Or else the system wouldn't know which version is the most up to date.

Guide: DSLR or Video camera?, Guide: Film/Photo makers' useful resources, Guide: Lenses, a quick primer

Nikon D4, Nikon D800E, Fuji X-E2, Canon G16, Gopro Hero 3+, iPhone 5s. Hasselblad 500C/M, Sony PXW-FS7

ICT Consultant, Photographer, Video producer, Scuba diver and underwater explorer, Nature & humanitarian documentary producer

Link to post
Share on other sites

Version control is the best way to go. You have multiple options including the following

Git and Subversion are probably the most popular options but they will all do the job. Many free/paid options exist for hosting them for you as well.

It shouldn't take too long to learn the basics and get yourself up and running. You'll get better with it over time. If source control isn't going to work for you for some reason, you might be able to use shared cloud hosting (Google Drive, Dropbox, etc) as an alternative.

 

There are also many tools out there that help manage tasks and bugs for the team as well (again, some free, some not).

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×