Jump to content

Collaborative Working With PHP (ZF)


Recommended Posts

Hi All,

 

Myself and a colleague are looking to start a new web project with the Zend Framework, and would like to share the development duties pretty much 50/50. What I am interested in, is wether there are standard tools for collaborative working with PHP?

 

We currently use Zend Studio and Dreamweaver (I use ZS for coding whiles my colleague uses DW for design work), but what I would like to do is essentially make sure we are not both editing the same files concurently. Ideally, I would like us to have to check out files to work on, with the management software not letting you check out a file that the other person has checked out.

 

I know something like this exists in DW, but I was wondering if there was anything we could use that would plug in to both ZS and DW, or was software indipendent.

 

Thanks in advance.

 

Gary

Link to comment
Share on other sites

There should be version control plug-ins for each one.  After that, it doesn't matter, it's the files that are under version control, not the software.  When you open your editor it's a good idea to update from the HEAD first to ensure you have the latest copy from the repository.

 

As long as you both are using the same type of version control and are checked out from the same repo, it shouldn't matter if you are using different editors.

Link to comment
Share on other sites

Cheers for the swift reply. I've used Subversion before, but it's not quite what I'm looking for. What I would like is something that physically won't allow a file to be checked out if it is checked out by someone else.

Link to comment
Share on other sites

Cheers for the swift reply. I've used Subversion before, but it's not quite what I'm looking for. What I would like is something that physically won't allow a file to be checked out if it is checked out by someone else.

 

I see.  Sorry, I'm not aware of any services of the sort off the top of my head.

 

I know SVN has an option where you can disable multiple check outs.

 

Good luck.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.