Migrating from 32 to 64 bit

2010-08-11 Thread Leszek Szarlej
Hi As described in the subject line. Do you have any experience in migrating from 32 - 64 bit ? Is it possible to use the same filesystem with repositories in new system (without dumpload) Any good practices ? Thanks Leszek Szarlej

Re: Migrating from 32 to 64 bit

2010-08-11 Thread Leszek Szarlej
are welcome to give me your comments. I have about 400 repositories to migrate. Svnsync showed about 60 -70 hours to sync all repos. Thanks much Leszek Szarlej On 11 August 2010 15:50, Stefan Sperling s...@elego.de wrote: On Wed, Aug 11, 2010 at 09:11:29AM -0400, Edward Ned Harvey wrote

Piped logs, writing error log to the mysql db and rotated file. another solution.

2010-07-24 Thread Leszek Szarlej
` (`log_entry`) ) ENGINE=MyISAM ; Regards, Leszek Szarlej

Re: Subversion with LDAP - Display description

2010-07-03 Thread Leszek Szarlej
so, paste your svn config from apache and some content from authz file if you want. I assume something must be wrong in it. You should get the username (the extra field you listed in the LDAP url and configured as Attribute). Regards, Leszek Szarlej On 3 July 2010 06:10, Maxter max

Re: Subversion with LDAP - Display description

2010-07-02 Thread Leszek Szarlej
Hi In our company we authenticate based on UserID, then we use email address for authz authentication. AuthLDAPURL ldap://bla.glob.com:389/(..)?UserID,mail?sub?(objectClass=*) AuthzForceUsernameCase Lower AuthLDAPRemoteUserAttribute mail AuthLDAPRemoteUserIsDN on AuthzLDAPAuthoritative

Re: svn 1.6x and apache compression - mod_deflate

2010-03-10 Thread Leszek Szarlej
, Leszek Szarlej leszek.szar...@gmail.com wrote: Hi I am sharing with you my results of running with mod_deflate and svn 1.9.9 for ~13 hours. I hope attachments works here.. see attached file The load of the server decreased but there were also other changes applied in the same time like LDAP

svn 1.6x and apache compression - mod_deflate

2010-03-08 Thread Leszek Szarlej
Hi In svn book ver. 1.0 there is written: Deflate compression places a small burden on the client and server to compress and decompress network transmissions as a way to minimize the size of the actual transmission. In cases where network bandwidth is in short supply, this kind of compression can

Subversion setup with Apache and MPM worker

2010-03-05 Thread Leszek Szarlej
Hi I am going to setup svn with apache 2.2. What is your experience with using svn module in MPM worker apache configuration. I am new to this list so please excuse me if this is a common discussed topic. I didn't find helpful resource in the internet. Regards Leszek