Re: How to move a Repository and its associated folder to a new server

2011-10-27 Thread Ulrich Eckhardt
Am 27.10.2011 23:56, schrieb Big George: In PC1 I have installed: - Subversion for Win32, version 1.6.0. - TortoiseSVN 1.6.16 for Win32 Consider upgrading the Subversion installation to the latest 1.6, several bugfixes have been made there. What I try to do is to move my Repository and fol

RE: Working Copy Upgrade Error

2011-10-27 Thread Ayden Young
I was able to work around this. I tried the upgrade several times and noticed it was always failing in the same place. I deleted the subdirectory tree one level above that from my local copy and the upgrade was successful. The subsequent SVN Update had no problems. Unfortunately, I couldn't isolate

How to move a Repository and its associated folder to a new server

2011-10-27 Thread Big George
Hello, I have two PCs: - PC1, IP: 192.168.8.16, Windows XP - PC2, IP: 192.168.8.40, Windows Server 2003 In PC1 I have installed: - Subversion for Win32, version 1.6.0. - TortoiseSVN 1.6.16 for Win32 - Folder with scripts to control versions: D:\Scripts_DB (This folder contains many sub-folders

Re: tortoise 1.7 - error on repository manipulation

2011-10-27 Thread Daniel Shahaf
Does it work with a 1.6 client? The me resource is new in HTTPv2, which was added in 1.6. Erwane Breton wrote on Thu, Oct 27, 2011 at 16:19:54 +0200: > Hi, > > history : > I haved a FreeBSD server (8.0-STABLE) with subversion-1.6.17_2 port. > Acces to repository is configured thrue apache 2.2

Re: SVN bdb to fsfs - dump file problem

2011-10-27 Thread Daniel Shahaf
You may be running with a Berkeley DB library different than the one your binaries were compiled against. For future reference, don't send only the .log file but also the transcript of the svnadmin invocation (copy-paste it from your terminal). Andrej Kičina wrote on Thu, Oct 27, 2011 at 18:33:53

SVN bdb to fsfs - dump file problem

2011-10-27 Thread Andrej Kičina
Hello, I try to convert SVN repository from bdb to fsfs format. But when I try to generate dump file, I get an error with description to send you the .log file. Could you please tell me what could be wrong? Thanks. Best regards, Andrej Kicina svn-crash-log20111027183213.log Description: Binary

Re: SVN v1.7.1 asserting / crashing - workqueue.c, line 672

2011-10-27 Thread Stefan Sperling
On Thu, Oct 27, 2011 at 06:00:15PM +0400, Andrey Ogorodnik wrote: > Hello , > > WANdisco SVN v1.7.1 server. Updated to 1.7.1 from 1.7.0 because getting the > same problem on 1.7.0. Update did not help to solve an issue. > > When using svn cleanup, receiving this assert/crash. > > ===

Working Copy Upgrade Error

2011-10-27 Thread Ayden Young
On Windows 7 Enterprise. --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible about what you were trying to do. But p

SVN v1.7.1 asserting / crashing - workqueue.c, line 672

2011-10-27 Thread Andrey Ogorodnik
Hello , WANdisco SVN v1.7.1 server. Updated to 1.7.1 from 1.7.0 because getting the same problem on 1.7.0. Update did not help to solve an issue. When using svn cleanup, receiving this assert/crash. === C:\X\trunk\SRC>svn cl

tortoise 1.7 - error on repository manipulation

2011-10-27 Thread Erwane Breton
Hi, history : I haved a FreeBSD server (8.0-STABLE) with subversion-1.6.17_2 port. Acces to repository is configured thrue apache 2.2 + mod_dav + dav_svn. Of course, all works fine :) I've got a new server on FreeBSD 8.2-STABLE with subversion-1.7.1, apache, mod_dav & dav_svn. All works fine .

upgrade to 1.7

2011-10-27 Thread marc.tangrams
Hello, This append when i upgrade working copy after instal of version 1.7 Thanks for your help Best regards Marc Salama --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mai

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Mark Phippard
On Thu, Oct 27, 2011 at 8:12 AM, Attila Nagy wrote: > ZFS. > It it worth to make benchmarks with this WC with 1.6 and 1.7? I so, I can > try to find the time for it. > There are some pretty easy to run benchmarks you can run to see if 1.7 is simply slower in your environment. See: https://ctf.

AW: Assertion failed and crash with 1.7.1

2011-10-27 Thread Markus Schaber
Hi, Stefan, Von: Stefan Sperling [mailto:s...@elego.de] > On Thu, Oct 27, 2011 at 09:53:11AM +, Markus Schaber wrote: > > If you have uncommitted property modifications, copies or moves in the > working copy, a lossless transition (or repair) of the WC to 1.7 should be > possible in the follo

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Attila Nagy
On 10/27/11 14:13, Philip Martin wrote: Mark Phippard writes: I would imagine svn upgrade is almost entirely writes and I recall it does quite a few transactions. So couldn't the linear slow down just be based on the growth in the amount of bytes that are written to disk each time? Yes, numb

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Philip Martin
Mark Phippard writes: > I would imagine svn upgrade is almost entirely writes and I recall it does > quite a few transactions. So couldn't the linear slow down just be based on > the growth in the amount of bytes that are written to disk each time? Yes, number of transactions matters a lot. Ho

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Attila Nagy
On 10/27/11 12:58, Philip Martin wrote: Attila Nagy writes: On 10/26/11 15:37, Philip Martin wrote: Attila Nagy writes: I'm trying to update a working copy of some tens of GBs with svn 1.7.1 Did you upgrade with 1.7.0 or 1.7.1? I've upgraded the WC with 1.7.0, then switched to 1.7.1, wh

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Attila Nagy
On 10/27/11 13:47, Mark Phippard wrote: On Thu, Oct 27, 2011 at 4:47 AM, Attila Nagy > wrote: On 10/26/11 15:37, Philip Martin wrote: Attila Nagy writes: I'm trying to update a working copy of some tens of GBs with svn 1.7.1 Did you

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Mark Phippard
On Thu, Oct 27, 2011 at 4:47 AM, Attila Nagy wrote: > On 10/26/11 15:37, Philip Martin wrote: > > Attila Nagy writes: > > > I'm trying to update a working copy of some tens of GBs with svn 1.7.1 > > Did you upgrade with 1.7.0 or 1.7.1? > > I've upgraded the WC with 1.7.0, then switched to 1

Re: Error when updating

2011-10-27 Thread Philip Martin
Wabe W writes: > I also tried a checkout of a(n existing) repository to a different > location. I get the same error message when I try to update. This is reproducible? You checkout some revision R1 and update to R2 and see the error? Can you describe the changes between R1 and R2? Is there a

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Philip Martin
Attila Nagy writes: > On 10/26/11 15:37, Philip Martin wrote: >> Attila Nagy writes: >> >>> I'm trying to update a working copy of some tens of GBs with svn 1.7.1 >> Did you upgrade with 1.7.0 or 1.7.1? > I've upgraded the WC with 1.7.0, then switched to 1.7.1, which I'm > currently using. > The

Re: Error when updating

2011-10-27 Thread Stefan Sperling
On Thu, Oct 27, 2011 at 10:20:36AM +, Wabe W wrote: > From: Philip Martin > >Can you reproduce the problem with a local test repository? > > I tried to reproduce the problem by making a local test repository. > However, there's no problem anymore. It works perfectly fine. Are path-based access

RE: Error when updating

2011-10-27 Thread Wabe W
From: Philip Martin Date: Tue, 25 Oct 2011 18:00:07 +0100 >People are replying to utwente.nl address in your Reply-To header. Thanks for pointing this out. I don't use this hotmail address a lot and totally forgot the address in the reply-to (which stopped working about 5 years ago...)

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Stefan Sperling
On Thu, Oct 27, 2011 at 09:53:11AM +, Markus Schaber wrote: > Hi, > > > Von: Attila Nagy [mailto:b...@fsn.hu] > > BTW, with the current (1.7) WC-implementation, what possible problems do > > you see where this would be needed? > > Previously with the per-directory .svn directories it was of

AW: Assertion failed and crash with 1.7.1

2011-10-27 Thread Markus Schaber
Hi, > Von: Attila Nagy [mailto:b...@fsn.hu] > BTW, with the current (1.7) WC-implementation, what possible problems do you > see where this would be needed? > Previously with the per-directory .svn directories it was of course much > easier, I could checkout the WC and move the .svn directory t

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Attila Nagy
On 10/27/11 11:28, Stefan Sperling wrote: On Thu, Oct 27, 2011 at 10:47:51AM +0200, Attila Nagy wrote: On 10/26/11 15:37, Philip Martin wrote: Attila Nagy writes: I'm trying to update a working copy of some tens of GBs with svn 1.7.1 Did you upgrade with 1.7.0 or 1.7.1? I've upgraded the

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Stefan Sperling
On Thu, Oct 27, 2011 at 10:47:51AM +0200, Attila Nagy wrote: > On 10/26/11 15:37, Philip Martin wrote: > >Attila Nagy writes: > > > >>I'm trying to update a working copy of some tens of GBs with svn 1.7.1 > >Did you upgrade with 1.7.0 or 1.7.1? > I've upgraded the WC with 1.7.0, then switched to 1

RE: read-only attribut

2011-10-27 Thread Cooke, Mark
> On Wed, Oct 26, 2011 at 10:27:24PM +0200, romaric rillet wrote: > > Hi, > > > > I have un file with the filesystem read-only attribut. > > I commit this file with . > > Since version 1.7, the filesystem read-only attribut is > > removed by the commit operation. > > > > I would like to keep thi

Re: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)

2011-10-27 Thread Daniel Shahaf
Robert-Jean Denault wrote on Wed, Oct 26, 2011 at 16:27:52 -0400: > Hello Stefan, Konstantin > > I solved the problem by running a loop around svn pget, svn pset. > > The svn pget returns clean log entries, so extraction the svn:log entries, > and resetting them cleans them up. > > #!/bin/ksh

Re: read-only attribut

2011-10-27 Thread Stefan Sperling
On Wed, Oct 26, 2011 at 10:27:24PM +0200, romaric rillet wrote: > Hi, > > I have un file with the filesystem read-only attribut. > I commit this file with . > Since version 1.7, the filesystem read-only attribut is removed by the > commit operation. > > I would like to keep this attribut ( like w

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Attila Nagy
On 10/26/11 15:37, Philip Martin wrote: Attila Nagy writes: I'm trying to update a working copy of some tens of GBs with svn 1.7.1 Did you upgrade with 1.7.0 or 1.7.1? I've upgraded the WC with 1.7.0, then switched to 1.7.1, which I'm currently using. The upgrade took nearly one week (I can'