Re: svn 1.8 causing locks to be broken on update

2013-09-08 Thread Branko Čibej
On 08.09.2013 11:03, Felipe Alvarez wrote: > You could try one of these (i386 versions are also available): > > > http://opensource.wandisco.com/centos/5/RPMS/x86_64/ > > They're made fore CentOS, but AIUI, should work on RHEL as well. > 1.6.17 isn't there, but newer versions are; I'd s

Re: svn 1.8 causing locks to be broken on update

2013-09-08 Thread Felipe Alvarez
You could try one of these (i386 versions are also available): > > http://opensource.wandisco.com/centos/5/RPMS/x86_64/ > > They're made fore CentOS, but AIUI, should work on RHEL as well. 1.6.17 > isn't there, but newer versions are; I'd suggest trying the latest, > 1.6.23-2. > Are these "Apache

Re: svn 1.8 causing locks to be broken on update

2013-09-06 Thread Branko Čibej
On 06.09.2013 03:20, Felipe Alvarez wrote: > Thanks for your reply. I didn't mean to rush things, only to ask on > the status. We can wait for the bug to be fixed, as our OS is possibly > too old to run 1.6.17 (RHEL 5.5) and repoforge contains RPM for > RHEL5.5 up to 1.6.15 only. You could try one

Re: svn 1.8 causing locks to be broken on update

2013-09-05 Thread Felipe Alvarez
Thanks for your reply. I didn't mean to rush things, only to ask on the status. We can wait for the bug to be fixed, as our OS is possibly too old to run 1.6.17 (RHEL 5.5) and repoforge contains RPM for RHEL5.5 up to 1.6.15 only. Cheers, Felipe On Fri, Sep 6, 2013 at 10:23 AM, Branko Čibej wro

Re: svn 1.8 causing locks to be broken on update

2013-09-05 Thread Branko Čibej
On 06.09.2013 02:06, Felipe Alvarez wrote: > I have upgraded my tortoiseSVN to 1.8.2 which includes svn version > 1.8.3 (r1516576). The problem is still there (locks broken on update). > > I have not seen any progress on the bug report > I

Re: svn 1.8 causing locks to be broken on update

2013-09-05 Thread Felipe Alvarez
I have upgraded my tortoiseSVN to 1.8.2 which includes svn version 1.8.3 (r1516576). The problem is still there (locks broken on update). I have not seen any progress on the bug report < http://subversion.tigris.org/issues/show_bug.cgi?id=4412> Cheers, Felipe On Fri, Aug 23, 2013 at 11:21 AM,

Re: svn 1.8 causing locks to be broken on update

2013-08-22 Thread Felipe Alvarez
Johan Corveleyn writes: > > > Now, playing "user's advocate": is there still something useful to do > > here? I.e. apparently ra_neon worked fine with the broken servers. > > Should ra_serf also be able to handle this, so 1.8 clients can still > > work fine with servers < 1.6.17? > > It appears to

Re: svn 1.8 causing locks to be broken on update

2013-08-15 Thread Johan Corveleyn
On Thu, Aug 15, 2013 at 10:30 AM, Lieven Govaerts wrote: > On Wed, Aug 14, 2013 at 11:30 PM, Johan Corveleyn wrote: >> On Wed, Aug 14, 2013 at 12:05 PM, Felipe Alvarez >> wrote: ... >>> How do I enabled debugging in .subversion/config or .subversion/servers? It >>> used to be something like "neo

Re: svn 1.8 causing locks to be broken on update

2013-08-15 Thread Philip Martin
Johan Corveleyn writes: > Now, playing "user's advocate": is there still something useful to do > here? I.e. apparently ra_neon worked fine with the broken servers. > Should ra_serf also be able to handle this, so 1.8 clients can still > work fine with servers < 1.6.17? It appears to be related

Re: svn 1.8 causing locks to be broken on update

2013-08-15 Thread Felipe Alvarez
On Thu, Aug 15, 2013 at 6:19 PM, Bert Huijben wrote: > Hi Felipe, > > Do you have access to the repository configuration at the server? > > Things we are most interested in is how exactly your authentication is > setup. E.g. do you allow anonymous acces, and if yes in what

Re: svn 1.8 causing locks to be broken on update

2013-08-15 Thread Johan Corveleyn
e; Johan Corveleyn; William >> Smith >> Subject: Re: svn 1.8 causing locks to be broken on update >> >> Felipe Alvarez writes: >> >> >> I'm using a 1.8.x client and a 1.6.x server and I can't reproduce it. I >> >> tried this >> >&

RE: svn 1.8 causing locks to be broken on update

2013-08-15 Thread Bert Huijben
> -Original Message- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: donderdag 15 augustus 2013 11:41 > To: Felipe Alvarez > Cc: Hiroharu Tamaru; Users Subversion Apache; Johan Corveleyn; William > Smith > Subject: Re: svn 1.8 causing locks t

Re: svn 1.8 causing locks to be broken on update

2013-08-15 Thread Philip Martin
Felipe Alvarez writes: >> I'm using a 1.8.x client and a 1.6.x server and I can't reproduce it. I >> tried this >> >> svnadmin create repo --compatible-version 1.6 >> svn co http://localhost:/obj/repo wc >> svn mkdir --parents wc/A/B/C >> touch wc/A/B/C/f >> svn add wc/A/B/C/f >> svn ci -mm w

Re: svn 1.8 causing locks to be broken on update

2013-08-15 Thread Lieven Govaerts
On Wed, Aug 14, 2013 at 11:30 PM, Johan Corveleyn wrote: > On Wed, Aug 14, 2013 at 12:05 PM, Felipe Alvarez > wrote: >>> >>> I have the same issue. >>> >>> It happens when I run 1.8.1 windows client with 1.6.9 https >>> repository sever. I haven't tried so many combinations ATM, >>> but here are

RE: svn 1.8 causing locks to be broken on update

2013-08-15 Thread Bert Huijben
Smith; philip.mar...@wandisco.com Cc: Hiroharu Tamaru; Users Subversion Apache Subject: Re: svn 1.8 causing locks to be broken on update As of 1.8 SVN only uses the serf library for http communication, and no longer the neon library (before 1.8, both were part of svn, but neon was the default

Re: svn 1.8 causing locks to be broken on update

2013-08-14 Thread Felipe Alvarez
As of 1.8 SVN only uses the serf library for http communication, and > no longer the neon library (before 1.8, both were part of svn, but > neon was the default library). > > Unfortunately there is no runtime-switch (yet) to enable debug output > with svn+serf. There is already an open enhancement

Re: svn 1.8 causing locks to be broken on update

2013-08-14 Thread Felipe Alvarez
> Can you provide a complete recipe? > > I'm using a 1.8.x client and a 1.6.x server and I can't reproduce it. I > tried this > > svnadmin create repo --compatible-version 1.6 > svn co http://localhost:/obj/repo wc > svn mkdir --parents wc/A/B/C > touch wc/A/B/C/f > svn add wc/A/B/C/f > svn ci

Re: svn 1.8 causing locks to be broken on update

2013-08-14 Thread Philip Martin
Felipe Alvarez writes: >> >> >> I have the same issue. >> >> It happens when I run 1.8.1 windows client with 1.6.9 https >> repository sever. I haven't tried so many combinations ATM, >> but here are some observations: >> > > Hi Hiroharu > > You are indeed correct. We have done a very similar exp

Re: svn 1.8 causing locks to be broken on update

2013-08-14 Thread Johan Corveleyn
On Wed, Aug 14, 2013 at 12:05 PM, Felipe Alvarez wrote: >> >> I have the same issue. >> >> It happens when I run 1.8.1 windows client with 1.6.9 https >> repository sever. I haven't tried so many combinations ATM, >> but here are some observations: >> >> 1.8.1 client run with 1.6.9 https:// repo s

Re: svn 1.8 causing locks to be broken on update

2013-08-14 Thread Felipe Alvarez
> > > I have the same issue. > > It happens when I run 1.8.1 windows client with 1.6.9 https > repository sever. I haven't tried so many combinations ATM, > but here are some observations: > > 1.8.1 client run with 1.6.9 https:// repo server gives this issue. > 1.8.1 client run with 1.6.9 generated

Re: svn 1.8 causing locks to be broken on update

2013-08-12 Thread Johan Corveleyn
On Mon, Aug 12, 2013 at 5:38 AM, Felipe Alvarez wrote: > > On Mon, Aug 5, 2013 at 9:50 AM, Felipe Alvarez > wrote: >> >> Maybe I'm missing something but what exactly is broken in your >>> >>> output? It ends with svn up, but shouldn't be there at least one >>> additional svn st to show something

Re: svn 1.8 causing locks to be broken on update

2013-08-11 Thread Felipe Alvarez
On Mon, Aug 5, 2013 at 9:50 AM, Felipe Alvarez wrote: > Maybe I'm missing something but what exactly is broken in your > >> output? It ends with svn up, but shouldn't be there at least one >> additional svn st to show something about the lock? >> >> > Felipe@FELIPES ~/SVN >> > $ svn up >> > Updati

Re: svn 1.8 causing locks to be broken on update

2013-08-04 Thread Felipe Alvarez
Maybe I'm missing something but what exactly is broken in your > output? It ends with svn up, but shouldn't be there at least one > additional svn st to show something about the lock? > > > Felipe@FELIPES ~/SVN > > $ svn up > > Updating '.': > > BTrunk\SystemAdmin\rsync_transfer.cron.FreshASPN

Re: svn 1.8 causing locks to be broken on update

2013-08-04 Thread Thorsten Schöning
Guten Tag Felipe Alvarez, am Sonntag, 4. August 2013 um 06:41 schrieben Sie: > ​'m using tortoiseSVN, and noticed that when updating the very root > of the repository, locks which I have taken under it become broken. Here is > output from cygwin. Maybe I'm missing something but what exactly is b

svn 1.8 causing locks to be broken on update

2013-08-03 Thread Felipe Alvarez
I ​'m using tortoiseSVN, and noticed that when updating the very root of the repository, locks which I have taken under it become broken. Here is output from cygwin. ---begin-output--- $ svn --version svn, version 1.8.1 (r1503906) compiled Jul 22 2013, 19:58:17 on x86-microsoft-windows Copyrig