Subversion for web designer: repository on a network share and ftp to the live server?

Posted by ceatus on Server Fault See other posts from Server Fault or by ceatus
Published on 2010-06-10T16:00:04Z Indexed on 2010/06/10 16:03 UTC
Read the original article Hit count: 276

Filed under:
|
|
|

My configuration:

  • htdocs on a windows network share (z:)
  • web developers check out with dreamweaver modify and check in back to the drive z
  • LAMP running on a Ubuntu server virtualized on Hyper-V with apache that point on the z drive for dev in order to test the websites
  • Upload by FTP on the live server

Now:

I need multiple access to the repository, keep them on a network shares and we manage about 200 websites. All the web developers, administrators and IT need to access to the share.

I found out that creating a svn server is the best way for me, so I created it on a Ubuntu Server which is virtualized on Hyper-V. Right now I have the repos local on the Ubuntu Server but I'd like them on my network drive and I'd like to have a post-commit, if possible, in order to ftp directly on my live server. Do you guys think that a WebDav solution would be better?

Thanks in advance

Angelo

© Server Fault or respective owner

Related posts about svn

Related posts about ftp