Checksum mismatch commit 1.6.9

2010-08-24 Thread Andersen, Krista
Hi all, Today I found a situation where the "expected" checksum value from a checksum mismatch error message was not in the .svn/entries file. However, there was a third and completely different value instead (-it did not match the "actual" checksum value either). When I replaced that "third"

Re: SVN 1.6.12 crash on merge.

2010-08-24 Thread Daniel Shahaf
Lieven Govaerts wrote on Tue, Aug 24, 2010 at 20:53:55 +0200: > On Tue, Aug 24, 2010 at 8:26 PM, Andy Levy wrote: > > On Tue, Aug 24, 2010 at 08:55, Pavel Ivanov > > wrote: > >> > > > > When reporting a crash, it is much more helpful if you can attach a > > sample repository & exact steps (prefe

Pascal bindings

2010-08-24 Thread dmitry boyarintsev
Hello SVN people. I was wandering if there's an official Pascal (FreePascal or Delphi) bindings for the Subversion. I've converted C-headers (1.5.6 tag) for my own needs, and I guess it wouldn't be much job for me to catch up with the trunk as well. If they're acceptable, I would like to contribut

Ubuntu: store user credentials for svn-client

2010-08-24 Thread bebop52
I checked out a Latex-Project from Google-Code Projecthosting, using subversion, for which I installed a client on my Ubuntu Lucid machine. Now I want to work to use emacs to edit the projectfiles and to commit the changes to the Google-Code repository. After hitting C-x v v I recieve the followin

Re: SVN 1.6.12 crash on merge.

2010-08-24 Thread Lieven Govaerts
On Tue, Aug 24, 2010 at 8:26 PM, Andy Levy wrote: > On Tue, Aug 24, 2010 at 08:55, Pavel Ivanov wrote: >> > > When reporting a crash, it is much more helpful if you can attach a > sample repository & exact steps (preferably a script) which will > reliably reproduce the issue. Just attaching dumps

Re: SVN 1.6.12 crash on merge.

2010-08-24 Thread Andy Levy
On Tue, Aug 24, 2010 at 08:55, Pavel Ivanov wrote: > When reporting a crash, it is much more helpful if you can attach a sample repository & exact steps (preferably a script) which will reliably reproduce the issue. Just attaching dumps & logs without explaining how you got there is going to make

Re: [subversion 1.6.5]Poblem when tryin to commit a large amount of source code

2010-08-24 Thread Johan Corveleyn
On Tue, Aug 24, 2010 at 4:01 PM, fida aljounaidi wrote: > On 24 August 2010 13:35, Johan Corveleyn wrote: >> On Tue, Aug 24, 2010 at 11:29 AM, fida aljounaidi >> wrote: >> > On 20 August 2010 18:37, Ryan Schmidt >> > wrote: >> >> >> >> On Aug 20, 2010, at 05:05, fida aljounaidi wrote: >> >> >>

Re: [subversion 1.6.5]Poblem when tryin to commit a large amount of source code

2010-08-24 Thread fida aljounaidi
Thanks a lot of those tips. In fact, the pre-commit hook script use 'svnlook changed' for every file. if there are all new files, But i've tried to change http-timeout and increase it until 7200. The was commit interrupted after 93 minutes. So 5640 seconds. On 24 August 2010 13:35, Johan Corve

Re: [subversion 1.6.5]Poblem when tryin to commit a large amount of source code

2010-08-24 Thread Johan Corveleyn
On Tue, Aug 24, 2010 at 11:29 AM, fida aljounaidi wrote: > On 20 August 2010 18:37, Ryan Schmidt > wrote: >> >> On Aug 20, 2010, at 05:05, fida aljounaidi wrote: >> >> > [Fri Aug 20 17:24:08 2010] [error] [client 10.68.5.82] Commit blocked by >> > pre-commit hook (exit code 99) with output:\n[Err

Re: [subversion 1.6.5]Poblem when tryin to commit a large amount of source code

2010-08-24 Thread fida aljounaidi
Hi There are some Branch and tags grammar controls written in Perl language. Is there any special things to do with perl scripts? Another thing to notice, when i import directory by directory, import succeeded. it fails only when i try to commit the whole sources. (3GB). Thanks a lot On 20 A