drumwrist0123 Posted January 17, 2014 Share Posted January 17, 2014 I have the engine now, and im very excited. My friend wnats to get it too but as far as I see there is no way to ... work as a team? Do we need to FTP or dropbox anything? Any ideas? Quote Link to comment Share on other sites More sharing options...
DudeAwesome Posted January 17, 2014 Share Posted January 17, 2014 use git or subversion svn may be easier for beginners 1 Quote It doesn´t work... why? mhmmm It works... why? Link to comment Share on other sites More sharing options...
MisterGravity Posted January 17, 2014 Share Posted January 17, 2014 I have the engine now, and im very excited. My friend wnats to get it too but as far as I see there is no way to ... work as a team? Do we need to FTP or dropbox anything? Any ideas? I use Dropbox as explained in this thread, but maybe something else might work better for you. Quote I'm sure I'll have a million questions in my quest to master the Leadwerks Engine. Thank you for your patience. Link to comment Share on other sites More sharing options...
codeape Posted January 18, 2014 Share Posted January 18, 2014 Learn git or subversion. They are way more flexible and you get to keep the history of what you do and you will also get conflict handling etc. 1 Quote Link to comment Share on other sites More sharing options...
shadmar Posted January 18, 2014 Share Posted January 18, 2014 Yeah, git is great. Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
Admin Posted January 18, 2014 Share Posted January 18, 2014 We use SVN here. 2 Quote Link to comment Share on other sites More sharing options...
Guppy Posted January 19, 2014 Share Posted January 19, 2014 http://mercurial.selenic.com/wiki/QuickStart It may seem a little overwhelming at start but it's really worth it, the main advantage of mercurial is that it's a distributed system. So each developer has their local code under revision control aswell, and the version db is stored with the code - so if you take a copy of the code you get complete version history aswell ( making backups quite a bit easier ) Quote System: Linux Mint 17 ( = Ubuntu 14.04 with cinnamon desktop ) Ubuntu 14.04, AMD HD 6850, i5 2500k Link to comment Share on other sites More sharing options...
Felix Bytow Posted January 19, 2014 Share Posted January 19, 2014 Git and Mercurial are basically the same. Even the commands differ only in special corner cases. IMHO both are superior to subversion, though as already stated Subversion might be easier to learn. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.