[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Subversion :: Mod dav_svn :: SVNMasterURI :: Message is not setting when i commit

From: Max Naboka <maksym.naboka_at_gmail.com>
Date: Mon, 31 Oct 2011 13:50:08 +0200

Hi Everyone!,

I was looking through the internet and didn't find any useful
information. I'm asking you:) And would appreciate any help.

We have 2 SVN servers, using apache dav_svn. (Master located in the US
and slave located in EU)
I setup replication using svnsync. And it's working fine.

Slave is used to checkout files, and commits go through proxy:
<Location /svn>
    DAV svn
    SVNPath /opt/svn/
    SVNMasterURI http://10.0.0.1:8787/repositories/repo
</Location>

After commit all data goes to master and it works absolutely fine.
However, message is empty.

For example
mnaboka_at_vm03-ai:~/test/mnaboka$ svn log
------------------------------------------------------------------------
r19171 | user | 2011-10-31 14:21:46 +0300 (Mon, 31 Oct 2011) | 1 line

------------------------------------------------------------------------
r19170 | user | 2011-10-31 14:17:19 +0300 (Mon, 31 Oct 2011) | 1 line

BUT if i cd /opt/svn/db/revprops/ and i can find all messages i set.

I dont really know how to debug it. I turned verbose but dont see any errors.

Could you please help me out? Thanks

ps. on Master i'm using Linux and svn 1.6.1 (r37116).
on Slave Linux and svn 1.6.6 (r40053)
Received on 2011-10-31 13:09:42 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.