Hello,

The official way to setup repository replication with VisualSVN Server
is to use Multisite Repository Replication feature which is based on
VisualSVN Distributed File System technology. If you are looking for
the real "replication on the fly", then I can advise you to take a
closer look at this feature and try it. See the feature description
page at https://www.visualsvn.com/server/features/multisite-replication/

Another must-read is the KB article "Getting started with Multisite
Repository Replication":
https://www.visualsvn.com/support/topic/00068/

> I need to set up SVN replication on the fly, aka write-through proxying,
> using VisualSVN server.  I know the new version of VisualSVN server supports
> replication, but for technical reason, I'm still using old version 2.7.

What are the technical reasons that require you to use VisualSVN
Server 2.7 and don't allow it to be upgraded to 3.2? I can only guess
that the current VisualSVN Server you have now is installed on Windows
Server 2003 OS which is not supported by VisualSVN Server 3.0 and
newer. Am I right about this? In such case, I can advise you to
consider upgrading to the newer Windows Server release. The latest
VisualSVN Server 3.2 supports Windows Server 2008 and newer versions.

I have to note that you can't actually call write-through proxy as
"replication on the fly". Its simple replication solution that runs
`svnsync` on master server *after* each commit by post- hook scripts.
Commits always go to master in write-through proxy, the "proxy" part
is just about redirecting all writes to go to master server which then
replicates them to slaves using `svnsync`. Another note: write-through
proxy does not work with Integrated Windows Authentication (i.e. AD
Single Sign-On).

Thank you.

--
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to visualsvn+unsubscr...@googlegroups.com.
To post to this group, send email to visualsvn@googlegroups.com.
Visit this group at http://groups.google.com/group/visualsvn.
For more options, visit https://groups.google.com/d/optout.

Reply via email to