eldan88 Posted June 13, 2012 Share Posted June 13, 2012 Hi, Me and my developer keep accidentally overwrite each other codes, and it is getting a little frustrating. Where can I find a very good web based code editor, that is affordable. I have tried cloud 9 but it has been incredibly slow.... any suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/264083-web-based-code-editor/ Share on other sites More sharing options...
antmeeks Posted June 13, 2012 Share Posted June 13, 2012 How do you keep overwriting each other's work? Are you not using a check out/in system... versioning... CVS... a repository...? Quote Link to comment https://forums.phpfreaks.com/topic/264083-web-based-code-editor/#findComment-1353365 Share on other sites More sharing options...
eldan88 Posted June 13, 2012 Author Share Posted June 13, 2012 How do you keep overwriting each other's work? Are you not using a check out/in system... versioning... CVS... a repository...? No Where can I get a check out/in system? Quote Link to comment https://forums.phpfreaks.com/topic/264083-web-based-code-editor/#findComment-1353367 Share on other sites More sharing options...
antmeeks Posted June 13, 2012 Share Posted June 13, 2012 Subversion. http://subversion.apache.org/features.html Quoted from their site: "File locking. Subversion supports (but does not require) locking files so that users can be warned when multiple people try to edit the same file. A file can be marked as requiring a lock before being edited, in which case Subversion will present the file in read-only mode until a lock is acquired." Quote Link to comment https://forums.phpfreaks.com/topic/264083-web-based-code-editor/#findComment-1353377 Share on other sites More sharing options...
trq Posted June 13, 2012 Share Posted June 13, 2012 Better yet, use Git. http://git-scm.com/ Quote Link to comment https://forums.phpfreaks.com/topic/264083-web-based-code-editor/#findComment-1353379 Share on other sites More sharing options...
antmeeks Posted June 13, 2012 Share Posted June 13, 2012 @ thorpe: I'm curious about Git... Can it integrate with Eclipse like Subversion? Quote Link to comment https://forums.phpfreaks.com/topic/264083-web-based-code-editor/#findComment-1353383 Share on other sites More sharing options...
trq Posted June 13, 2012 Share Posted June 13, 2012 I'm not sure. It's probably the most popular version control system getting around though, so I would asume so. Quote Link to comment https://forums.phpfreaks.com/topic/264083-web-based-code-editor/#findComment-1353439 Share on other sites More sharing options...
eldan88 Posted June 13, 2012 Author Share Posted June 13, 2012 @ thorpe: I'm curious about Git... Can it integrate with Eclipse like Subversion? thanks man! Quote Link to comment https://forums.phpfreaks.com/topic/264083-web-based-code-editor/#findComment-1353597 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.