Posts: 404
Threads: 104
Joined: Sep 2008
Reputation:
0
Because one of them will always be behind the other, one may fix the bugs the other might create them, and it's really hard to work in two separate .pwn files and then later merging them.
Is there some program that eliminates this problem?
Um, teamviewer is nice if ya'll want to work on the same project, on the same screen.
Wrong section btw.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
...? Another pointless thread! Of course 2 people can script! Use your common sense. Do you think Microsoft Windows was created by one person and one person only? (a. hell no) You should identify a "lead developer" who will assign tasks to the other "developers" and they will create some code in a single .pwn file. When they've finished, it should be sent to the "lead developer" for him to place it in the servers main script. Only they and the community/server owners should have access to the entire script - at least this is how I run my community.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by exora
.. or use a SVN!
|
Beat me to it. SVN repositories are probably one of the most useful tools in the World. Try
assembla for a free SVN repository.
Posts: 127
Threads: 3
Joined: Jan 2008
Reputation:
0
SVN wins it, please start using this tool. Teamviewer, email, and other solutions were not created for this problem. I wonder how many gamemodes have failed from using these poor version control solutions.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by jameskmonger
Or Dropbox!
|
Dropbox is intended for personal use. SVN was primarily created for development.