svn log: --search and --limit interaction

2013-11-21 Thread Андрей Парамонов
Hello! I've noticed that Subversion 1.8 introduces very useful --search parameter. However, currently (version 1.8.4-SlikSvn-1.8.4-X64) --search is applied after --limit, sometimes effectively returning less entries than specified by --limit, even if more entries are available. I believe

Re: servers ssl-authority-files with svn lib

2013-11-21 Thread Kai-Uwe . Schieser
Hi Stefan! Thanks for your response. You are right. Code would make things much clearer ;-). Sorry for that. OK. So here is the constructor of my simple client. CODE START: SimpleSVNClient::SimpleSVNClient(const string configDir) { if(!aprPoolInitFlag) { apr_initialize();

Re: svn log: --search and --limit interaction

2013-11-21 Thread Stefan Sperling
On Thu, Nov 21, 2013 at 04:21:05PM +0400, Андрей Парамонов wrote: Hello! I've noticed that Subversion 1.8 introduces very useful --search parameter. However, currently (version 1.8.4-SlikSvn-1.8.4-X64) --search is applied after --limit, sometimes effectively returning less entries than

MOD_DAV_SVN + SVNSERVE_WRAPPER + file system rights

2013-11-21 Thread sbremal
Hello I know this topic has been discussed many times but... I am very happy with the SSH + 'svnserve' access to my repositories, however due to firewall issues I need access through HTTP as well. What I do not want is to set up a 2nd authentication / authorization database. Here is my

Contingency Planning

2013-11-21 Thread João Bosco Jares
Hi Friends, I want a help to implement a contingency plannning, for SVN running on Apache and supposing my configuration is simple as possible on an vm machine, what is the best advice to strat the job? Best Regards

Re: Continuous Integration

2013-11-21 Thread T.J. Perovich
I wish to create a web app and share it on SVN. I wish to use this SVN url for Jenkins Integration. I use Jenkins with SVN and it works just fine. You'll need the SVN plugin which is easily obtained through Jenkins. Do I need to take any precautions. For SVN, make sure it's configured for

compressed Subversion dump files are larger than uncompressed file

2013-11-21 Thread sakthivel chandrasekaran
We are using SVN 1.7 and running in Solaris 10. Recently we've introduced incremental backup and the dump files will be compressed after the dump operation. The following are the commands that are used, svnadmin dump -q --incremental -r0:30700 /path/to/repos /path/to/dmp gzip -1 /path/to/dump

Re: Contingency Planning

2013-11-21 Thread Mauricio Tavares
I think it depends exactly on what you are trying to do. For starters, you could be backing up the db you are using with svn. But you are probably doing that anyway. Then you could have the backup server (vm/iron) ready to go. If the production svn server dies, you can apply the dump in the

Re: servers ssl-authority-files with svn lib

2013-11-21 Thread Stefan Sperling
On Wed, Nov 20, 2013 at 06:53:48PM +0100, kai-uwe.schie...@hydrometer.de wrote: Please add me to the answer list, cause I am not subscribed. Hi there! I am using the binary package of Subversion library version 1.7.9 in my software project. I have written a simple client that I use in