I am a web developer. Currently I am working with a web designer.The designers is doing all the template designing,multimedia works etc.My job is to use these templates and work on them with php.
We are not using any subversion system. But we despirately need one to work simultaneously on one file.My designer colleague uses dreamweaver editer and I use netbeans. Is it possible to use subversion in an effective way to solve the above problem? And how can the subversion be helpful in our case.
I am a web developer. Currently I am working with a web designer.The designers
Share
I think you are looking to get started with version control systems. svn is a relatively easy version control system to get started with it. If you want to start using svn, I highly recommend you to read the Red Book.
I don’t know much about GUI subversion tools, but TortoiseSVN seems to be fairly popular with devs (that I know of) who use Windows.