[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Shared working directory for deployment

From: Scott Gifford <sgifford_at_suspectclass.com>
Date: Thu, 17 Sep 2009 12:31:49 -0400

Hello,

We have working copy we use as a deployment area for our PHP Web
application. Generally we do development on a test server, then when
it is ready I cd to "/var/www/app_name" on the production server and
run "svn update" to switch to the new version. This has worked fine
for quite a while.

Recently another developer needed to update the working copy used for
deployment on the production server. The code files are all
group-writable by a group we are both in, so I didn't expect this to
be a problem. When he ran the update, though, he got all sorts of
permissions errors on the files in the .svn directory. I was able to
manually adjust the permissions so that the update worked for him, but
I suspect these permission changes won't apply to new directories
checked out, etc.

I was wondering if there was a supported way for multiple users in the
same Unix group to share a working copy? Or is this unsupported and
we should figure out some other way to manage our deployment
directory?

Thanks for any suggestions,

----Scott.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2396097

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-17 18:33:04 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.