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

Re: Issue 1509: unable to share working copy

From: Ben Reser <ben_at_reser.org>
Date: 2004-03-19 01:48:22 CET

On Thu, Mar 18, 2004 at 11:34:25PM +0000, Philip Martin wrote:
> It works on the trunk right now, I'm not planning anything else.
> There is some question about whether r9085 is acceptable or whether it
> needs to be changed.

It's going to be changed. I tried making rename handle read-only files
by making them writable, store the perms of the source file and then
restoring them on the destination after a successful rename. I had djh
test this last night and it won't work. There's no good way to store
and restore the permissions on Windows.

I'm in the process of implementing a helper function WC, restore
read_write as functional on all platforms, and #ifdef WIN32 around the
one use case outside of the wc code.

This seems to be the "best" solution. And will be backportable too.

> For that to happen there would have to be agreement that it is a bug
> fix rather than an enhancement.

Sander had explained that this was one of (if not the only thing)
prefenting the ASF from switching over. As I understand it the ASF
stores their website in a CVS repository and has a working copy on the
server that the site is served out of. A group of people have access to
the server and need to be able to run update in order to update the
site. They'd like to do the same with SVN. (Correct me if I explained
it wrong Sander).

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 19 01:48:39 2004

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

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