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@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)

Reply via email to