RE: "Unable to parse reversed revision range" when merging from trunk to branch

2017-07-04 Thread Jens Christian Restemeier
I ran "make tests", which fails for undefined references to gmock... I'll try your instructions. I didn’t think you would look at this right away... :) -Original Message- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Sent: 04 July 2017 15:01 To: Jens Christian

RE: "Unable to parse reversed revision range" when merging from trunk to branch

2017-07-04 Thread Jens Christian Restemeier
d revision range" when merging from trunk to branch Jens Restemeier wrote on Mon, 03 Jul 2017 20:01 +0100: > > Am 03.07.2017 um 19:17 schrieb Stefan Sperling : > > > > On Mon, Jul 03, 2017 at 03:31:00PM +0100, Jens Christian Restemeier wrote: > >> Should I ope

RE: "Unable to parse reversed revision range" when merging from trunk to branch

2017-07-04 Thread Jens Christian Restemeier
Just a quick update: I specified the range to merge from trunk manually and the merge completed without error. Looking at the mergeinfo property svn correctly extended the last revision range. -Original Message- From: Jens Christian Restemeier [mailto:j...@playtonicgames.com] Sent: 04

RE: "Unable to parse reversed revision range" when merging from trunk to branch

2017-07-04 Thread Jens Christian Restemeier
t revision on trunk (20515). There are no gaps in rangelist and the last range has the same inheritance, so all it should do is extend the last range to 20515. -Original Message- From: Bert Huijben [mailto:b...@qqmail.nl] Sent: 04 July 2017 10:41 To: 'Jens Christian Restemeier'

RE: "Unable to parse reversed revision range" when merging from trunk to branch

2017-07-03 Thread Jens Christian Restemeier
ol_destroy(pool); return exit_code; } So while this correctly expands the last range from 20055 to 20515 it inserts a wrong inverse range. It’s a bit late, I’ll have a look tomorrow unless someone beats me to it. ;) > Am 30.06.2017 um 20:50 schrieb Johan Corveleyn : > > On Fri

RE: "Unable to parse reversed revision range" when merging from trunk to branch

2017-06-30 Thread Jens Christian Restemeier
14:10 To: Jens Christian Restemeier Cc: 'Johan Corveleyn' ; users@subversion.apache.org Subject: Re: "Unable to parse reversed revision range" when merging from trunk to branch On Fri, Jun 30, 2017 at 01:59:02PM +0100, Jens Christian Restemeier wrote: > I can add some diagn

RE: "Unable to parse reversed revision range" when merging from trunk to branch

2017-06-30 Thread Jens Christian Restemeier
I made a clean checkout of the same branch onto my Linux machine, to make sure the workspace doesn't contain any odd leftover data. The workspace is sparse, it excludes a few folders at the root level contain only data that is irrelevant for code work. It's the same checkout as on my Windows ma

"Unable to parse reversed revision range" when merging from trunk to branch

2017-06-29 Thread Jens Christian Restemeier
I posted this already to the TortoiseSVN users list, but I think this issue may be on the client layer and not the tortoise interface. I'm trying to catch up a branch with the changes on trunk. It seems to update the correct files, though at the end it fails with "Unable to parse reversed re

RE: suggestion: enhance workspace locking/clean message

2016-07-10 Thread Jens Christian Restemeier
Hi Brane, Sorry for the late response. Which version of Subversion are you using? D:\Subversion\>svn --version svn, version 1.9.2 (r1703836) compiled Sep 22 2015, 20:12:15 on x86-microsoft-windows In general it is safe to run multiple Subversion commands simultaneously on the

suggestion: enhance workspace locking/clean message

2016-06-03 Thread Jens Christian Restemeier
Hi, At the moment users get a "workspace is locked, please run clean" style message if they run two subversion commands on the same workspace. Obviously the solution is to "not do that", but for example with subversion integrated into tools it may not be obvious to a user. I had several users corr

Assertion failed

2015-10-08 Thread Jens Christian Restemeier
Hi, I did a search of the archives, but the assert on this line doesn't seem to be mentioned so far. (BTW: Has anyone considered setting up an automatic parser for these messages?) --- Subversion Exception! --- Subversion encountered a serious probl

assert in svndumpfilter

2015-09-13 Thread Jens Christian Restemeier
Hi, I’m using p42svn to convert a Perforce repository into a Subversion repository. I’m using that chance to filter out some accidentally submitted files, for example the Library directory of our Unity project. I am using svndumpfilter from subversion-1.9.1 with a bunch of exclude prefixes. The