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

Issue in svn E195020

From: Scott Aron Bloom <scott_at_towel42.com>
Date: Mon, 30 Mar 2015 15:58:49 +0000

Running svn from tortoise (1.8.11 r1643975) but we have the same issue with the same version from VisualSVN, as well as the collabnet on linux

Unfortunately, this is going to be a problem to duplicate this since its only on our full source repository.

We work with a bunch of branches, but sometime in the last month or two, merging has become virtually useless for those working on a branch.

Our typical flow, which has been working with zero issues for the last 5 years, is

Developer creates a "dev" branch
svn cp ^/trunk ^/branch/dev/mybranch
svn co ^/branch/dev/mybranch

Developer, will work on their branch on their local work area, and merge semi-regularly from trunk onto their branch
svn merge ^/trunk .

Its has been common, that after the merge, if another merge is attempted we get the E195020 error, (cannot merge into mixed-revision), a simple
svn up
Fixes the issue, however lately, the svn up fails, and the E195020 continues.

I can work with anyone necessary to fix this.. but right now, its making merging a nightmare./

Scott
Received on 2015-03-30 18:05:33 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.