vcivilen Posted July 20, 2008 Share Posted July 20, 2008 Hello everyone, I havent got so much exp in management a project and I wonder how manager can protect project source code from his employees (also be his programmers). Any idea, plz? Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/ Share on other sites More sharing options...
trq Posted July 20, 2008 Share Posted July 20, 2008 Subversion may be a good starting place. Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-594868 Share on other sites More sharing options...
corbin Posted July 20, 2008 Share Posted July 20, 2008 I <3 SVN. Anyway, you want people to be able to program on some certain code, but not be able to see it. Uh??? Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-594945 Share on other sites More sharing options...
Daniel0 Posted July 20, 2008 Share Posted July 20, 2008 Subversion may be a good starting place. Tom will enter in a moment and say "I prefer git" Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-594978 Share on other sites More sharing options...
bilis_money Posted July 20, 2008 Share Posted July 20, 2008 Hello everyone, I havent got so much exp in management a project and I wonder how manager can protect project source code from his employees (also be his programmers). Any idea, please? Study --> Project Manager Google and Youtube will help you. and by the way you can't protect your codes from programmers. Because programmers knows how to write the program. Once they know the project or idea. Then they know how to write it also. I think Legal agreement is the one you need and let your programmers sign on it. Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-595018 Share on other sites More sharing options...
vcivilen Posted August 14, 2008 Author Share Posted August 14, 2008 I just bought svn repos from Dreamhost, everything is ok now. I also have an idea, but dont know how to do it. Dream host = SVN repos = A (Not dedicated server - just only shared hosting). Test server= B Programmers code files - then update to A - then run ssh from B to takes files from A (with limited ssh permission). How I config encoder software (like Ioncube or Zend) and SVN so that files taken to B are encrypted? Is there any ideas for this issue. Thanks so much, Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-616418 Share on other sites More sharing options...
tibberous Posted August 14, 2008 Share Posted August 14, 2008 You write only psuedo code, have him write only real code. You have to start one full day ahead of him for this too work. You can put in more or less detail to keep pace with him. // Get the email address from users record // If it doesn't exist, print and error message and die // Else, store it in "from" ... Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-616800 Share on other sites More sharing options...
revraz Posted August 14, 2008 Share Posted August 14, 2008 Google.. "NDA" Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-616815 Share on other sites More sharing options...
vcivilen Posted August 15, 2008 Author Share Posted August 15, 2008 I just bought svn repos from Dreamhost, everything is ok now. I also have an idea, but dont know how to do it. Dream host = SVN repos = A (Not dedicated server - just only shared hosting). Test server= B Programmers code files - then update to A - then run ssh from B to takes files from A (with limited ssh permission). How I config encoder software (like Ioncube or Zend) and SVN so that files taken to B are encrypted? Is there any ideas for this issue. Thanks so much, I know legal agreement is very important, but I also want to discuss about above idea. Have you got any idea for this? Thanks, Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-617006 Share on other sites More sharing options...
tibberous Posted August 15, 2008 Share Posted August 15, 2008 There isn't a lot you can do to protect your code from the people writing it - and it doesn't really make sense to try. Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-617088 Share on other sites More sharing options...
tomfmason Posted August 15, 2008 Share Posted August 15, 2008 Subversion may be a good starting place. Tom will enter in a moment and say "I prefer git" I prefer git Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-617357 Share on other sites More sharing options...
vcivilen Posted August 16, 2008 Author Share Posted August 16, 2008 I still dont know how to get the encrypted version from Repos. Plz help me, Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-617761 Share on other sites More sharing options...
corbin Posted August 16, 2008 Share Posted August 16, 2008 You have to put the encrypted versions in the repos to get them encrypted.... Or do you mean transfer them over an encrypted connection, because that's just simple SSL. Quote Link to comment https://forums.phpfreaks.com/topic/115698-how-to-manage-a-php-project-with-more-than-one-programmers/#findComment-617844 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.