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

Re: Shared working copy

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 19 Jun 2009 15:58:59 -0500

Johan Corveleyn wrote:
>> Perhaps you could give each developer his own working copy for source
>> edits but update a separate common wc where builds are performed. That
>> way subversion works the way you expect and you only have to coordinate
>> the timing of the builds.
>
> We do it like that. Each dev has his own working copy (on his own pc) to develop in, and we have a single working copy on our release buildmachine. Devs take rotations to make those release builds (basically running ant, and notifying testers that a new build is ready). We each make the build with our own user account, so the working copy is effectively "shared" (though not used concurrently).
>
> Using a single WC concurrently with different users like a very bad idea, as others already commented.

It's probably not that unusual to have a specialized build setup and a
separate working copy for it. The only issues you should have with this
should involve the local file permissions as you switch users and
perhaps the cached subversion credentials.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2363676
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-19 22:59:59 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.