Re: Installing a svn server on openshift

2015-10-01 Thread Andreas Stieger
Yuri Nachitov wrote: > Does anyone install the svn server on openshift or other PaaS ? Yes. ( http://www.catb.org/esr/faqs/smart-questions.html ?) Andreas

svnrdump produce a strange dump file

2015-10-01 Thread Yves Martin
Hello, I have a Subversion 1.6.17 server running on Debian Linux and access through HTTPS. I used both Subversion 1.8.10 and Subversion 1.9.2 to produce a partial dump of the repository: svnrdump dump -r 51686:77787 https://myhost/subversion/repository/PROJECT/trunk/amodule | gzip >

svn stats

2015-10-01 Thread Gabor Varga
Dear SVN people, is there a way to get some statistics out of SVN repositories without checking out the whole repository? When I say statistics I mean numbers like this: - number of checkins / developer / repo - number of lines of code / developer - number of lines of code / repository path I

Re: svnrdump produce a strange dump file

2015-10-01 Thread Nico Kadel-Garcia
On Thu, Oct 1, 2015 at 4:19 AM, Yves Martin wrote: > Hello, > > I have a Subversion 1.6.17 server running on Debian Linux and access through > HTTPS. > > I used both Subversion 1.8.10 and Subversion 1.9.2 to produce a partial dump > of the repository: *Why*? If you have

SVN/Apache - Log full transaction I/O across clients.

2015-10-01 Thread Terry Dooher
I've recently configured svn usage logs with: LogFormat "%h %t %u (%{SVN-REPOS-NAME}e %{SVN-ACTION}e) %s (%I/%O in %Ts) %k \"%{User-Agent}i\"" svn CustomLog /var/log/svn/svn-usage.log svn env=SVN-ACTION mod_logio is enabled, so I'm getting values written to each of the above fields, but when

Re: svnrdump produce a strange dump file

2015-10-01 Thread Philip Martin
Yves Martin writes: > I got a version 3 dump which has the following trouble: almost all files > content begins with a strange "SVN" binary sequence. That's normal: dump is a binary format and that is the start of some data in svndiff format. > As a result, load

Re: SVN/Apache - Log full transaction I/O across clients.

2015-10-01 Thread Johan Corveleyn
On Thu, Oct 1, 2015 at 12:57 PM, Terry Dooher wrote: > I've recently configured svn usage logs with: > > LogFormat "%h %t %u (%{SVN-REPOS-NAME}e %{SVN-ACTION}e) %s (%I/%O in %Ts) %k > \"%{User-Agent}i\"" svn > CustomLog /var/log/svn/svn-usage.log svn

Re: :Installing a svn server on openshift

2015-10-01 Thread Yuri Nachitov
Sorry, I need to update my question If anyone (Andreas Stieger, for example) knowing how to install the svn server on PaaS (openshift, heroku, etc) please tell me how to do it. I need to maintain the simple svn server with root access to authz file with user list. Thank you! четверг, 1

Re: svnrdump produce a strange dump file

2015-10-01 Thread Dave Huang
On Oct 1, 2015, at 8:29, Nico Kadel-Garcia wrote: > > On Thu, Oct 1, 2015 at 4:19 AM, Yves Martin wrote: >> Hello, >> >> I have a Subversion 1.6.17 server running on Debian Linux and access through >> HTTPS. >> >> I used both Subversion 1.8.10 and

Re: svnrdump produce a strange dump file

2015-10-01 Thread Yves Martin
On Thu, 2015-10-01 at 09:29 -0400, Nico Kadel-Garcia wrote: > If you're doing an rsync or scp to a remote system and doing the > svndump there, you're running the risk of transferring content in the > middle of an atomic operation and thus confusing the system. > > > svnrdump dump -r 51686:77787