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

Re: need help with this.. snv commit etc.

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-08-19 12:30:49 CEST

On Tue, Aug 19, 2003 at 10:49:23AM +0300, Mikko Ruohola wrote:
> we have kind of a wierd enviroment.
>
> problem:
> not owner of files in .svn
>
> when:
> multiple users commit from save workdir.
> any workarounds?
>
> this is because we make php software that can only be run on server, not
> on workstations... hard to explain... but does anyone have any ideas?

Please provide more information about what you are doing and what the
problem is. Do you mean that you have different users sharing one
working copy? Subversion is not designed with this in mind. If more
that one Subversion command is running on the same working copy at the
same time, they will fall over each other, because of the working copy
locks.

If you can ensure that only one person is actually working in the
working copy at a time, then I suppose it should work, as long as the
files are all still accessible to all users. You might have to have a
wrapper for svn that sets the umask appropriately. Not sure if this
would be enough, though.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 19 12:31:45 2003

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.