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

Re: SVN update and conflict

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 4 Jun 2014 13:49:47 -0400

On Wed, Jun 4, 2014 at 10:25 AM, Deepthi Pentyala
<deepthi_pentyala_at_iroquois.com> wrote:
> Hi,
>
>
>
> In our company we get code from offshore team and we have couple of
> developers working here too. Every day the code from offshore will be
> replaced(copy the folders and replace them) by an onsite person first at
> his local copy which will show as modified in SVN.
>
> When he tries to update before committing his changes as there are some
> changes made by the developers here as well it doesn’t update and when he
> tries to commit assuming it will show conflict message it just overrides. We
> even checked if its merging the changes but it’s not.

Define "doesn't update". You should be updating your WC before pasting
the offshore code into the WC, and when you do that it should at least
tell you what revision you've been updated to (if there are changes
received).

Conflicts (which require merging) happen in the working copy when you
update, not when committing. Merges similarly happen in the WC, not
during the commit. But neither of these should be happening (for the
person performing this procedure) if the WC is up to date and you're
doing a direct copy/paste.

> We are having problems when we are copying and replacing files otherwise
> works fine as its suppose to.
>
>
>
> My questions here are:
>
> 1. Are we following wrong procedure of copying and pasting files and
> updating?

We can't see exactly what you're doing when performing this copy &
paste and your description of the events that transpire are hard to
follow, so it's hard to say. Is your onsite person's working copy
fully up to date before he pastes in the offshore code? Is he
overwriting/corrupting the .svn directory?

> 2. Is there any better way to do this?

Don't do it. Have your offshore developers commit their code
directly to the repository.

> 3. Why doesn’t it update or show some kind of conflict ?
>

See the answer to #1.
Received on 2014-06-04 19:50: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.