Re: very frequent svn conflict issue
From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Fri, 20 Nov 2009 01:54:57 -0600
On Nov 20, 2009, at 00:11, J. Bakshi wrote:
>> On Fri, Nov 20, 2009 at 3:35 PM, J. Bakshi wrote:
>>> The force option is there to allow users to add file/folders which are
Why would Apache or anything else other "svn up" be creating directories in /var/www/mysite?
>>> But the conflict issue has come in-front. More and more files are in
Why would any conflict occur if the only process making changes in /var/www/mysite is "svn up"?
By asking these questions, I'm trying to point out that "svn up" should be the only process making changes in that directory. Change the ownership and/or permissions of the directory so that no user other than the user your repository is served as (apache? svnserve?) can make changes there.
> I am using typo3 cms. typo3 is like drupal,
If you need to add a typo3 extension or plugin (or indeed make any other change to your source code), exactly one developer should be responsible for doing it. You shouldn't have two developers making the same changes; that's a waste of effort and a sure way to get conflicts -- not only within Subversion but also conventionally, between your developers. Adding the extension (or making other source code changes) should be happening in your developers' private working copies; again, nothing other than "svn up" should be touching your /var/www/mysite directory. That directory should mirror what's in your repository, nothing more.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.