ID:2235058
 
Hi guys,

I'm working on a project with multiple people and i was wondering if there is a way to all work at the same file at once or atleast from the same online environment.

Like a website maybe, where you upload the whole file and work on it?

This would help us very much as we are now sending the files over everytime someone changed something, it's really not efficient and very much time consuming.

Any tips or ideas are welcome, thank you all in regard.

Greetings,
Chaokai

Dropbox?
Can you all Edit in dropbox? Never needed to use dropbox before haha

Any other options that are free btw?
Git or SVN.
In response to Lavenblade
Git looks promising, SVN i could'nt find the website for it.
I'd definitely look into using Git for collaboration.
In response to Mr_Goober
Mr_Goober wrote:
I'd definitely look into using Git for collaboration.

+ 1

https://bitbucket.org/ is free up to 5 users, for both public and private repos, whereas GitHub isn't free for private repos.
Definitely +1 to Bitbucket. GitHub is a bit more feature-rich, but like ATHK said, not free for private repos.
GitHub is very very very cheap to upgrade. It's worth it IMHO.

If you're in college, see this: https://github.com/blog/ 1900-the-best-developer-tools-now-free-for-students
EDIT: It also looks like you don't even need to be in college, if you're 13+ and have a student ID.
Bitbucket indeed looks also very good. Thank you all for your responses, really appreciate it ^^