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
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 w
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 s
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
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
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 current
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();
> 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
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 it'