Re: How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-16 Thread Pavel Lyalyakin
Hello, > On 17 January 2015 at 00:47, STF SVN wrote: >> >> I know this mailing-list has nothing to do with VisualSVN server, but I >> really need some help. >> >> I need to set up SVN replication on the fly, aka write-through proxying, >> using VisualSVN server. I know the new version of VisualS

Fwd: Possible bug in subversion

2015-01-16 Thread Ryan Schmidt
I'm forwarding your response back to the list so that hopefully someone can help you. Remember to use Reply All so that the discussion stays on the list. Begin forwarded message: > From: Jon-Erik TYVAND > To: Ryan Schmidt > Subject: SV: Possible bug in subversion > Date: January 16, 2015 at 3:27

Re: How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-16 Thread Andreas Stieger
Hi, A replicating setup with write-through proxies is possible with VisualSVN Server standard and standard tools, I had this in production for years. Set up the replicating hooks. On slaves, adjust the custom httpd config to load the required modules (proxy, http) and add a receiving location f

Re: How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-16 Thread STF SVN
I forgot some important questions: On 17 January 2015 at 00:47, STF SVN wrote: > I know this mailing-list has nothing to do with VisualSVN server, but I > really need some help. > > I need to set up SVN replication on the fly, aka write-through proxying, > using VisualSVN server. I know the new

How to setup Write-through proxying (aka Replication on-the-fly) in VisualSVN server?

2015-01-16 Thread STF SVN
I know this mailing-list has nothing to do with VisualSVN server, but I really need some help. 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 usin

Re: SVNSYNC

2015-01-16 Thread Philip Martin
"Somashekarappa, Anup (CWM-NR)" writes: > So I tried to change the url to ne url in Repository/db/revprops/0/0 > (in the unix server ) You should use svn to change the r0 revision properties, typically with a file:/// URL to the destination repository: svn proplist -v --revprop -r0 file:///...

Re: Add $authenticated to group definition

2015-01-16 Thread Branko Čibej
On 16.01.2015 13:55, Tom Ghyselinck wrote: > Hi Brane, > > Thank you for the quick reply! > > Our point is that we would like define groups as > -- > > > I.e. For our subversion service: > vcs-r-some_group > defines that "some_group" has "read" access for the subversion > repository

Re: Add $authenticated to group definition

2015-01-16 Thread Tom Ghyselinck
Hi Brane, Thank you for the quick reply! Our point is that we would like define groups as -- I.e. For our subversion service: vcs-r-some_group defines that "some_group" has "read" access for the subversion repository. - Some repositories allow read access to a select number of

Re: SVNSYNC

2015-01-16 Thread Mauricio Tavares
On Fri, Jan 16, 2015 at 5:07 AM, Somashekarappa, Anup (CWM-NR) wrote: > > > Hi, > > We do have Master- Slave set up and slave has been initialized to Master > url. > > Master Url : http://svnserver.com:8080/svn > Slave Url : http://svnSlave.com:8080/svn > > We have synced master and slave using th

SVNSYNC

2015-01-16 Thread Somashekarappa, Anup (CWM-NR)
Hi, We do have Master- Slave set up and slave has been initialized to Master url. Master Url : http://svnserver.com:8080/svn Slave Url : http://svnSlave.com:8080/svn We have synced master and slave using the below command from master. svnsync --non-interactive sync http://svnSlave.com/svn-pro

Re: Add $authenticated to group definition

2015-01-16 Thread Branko Čibej
On 16.01.2015 08:06, Tom Ghyselinck wrote: > Hi, > > We are using subversion 1.8.8 (r1568071) server on Ubuntu 14.04. > > I need to add "$authenticated" to the group since this is required for > our company generic group definitions. I'm having a hard time understanding this requirement. Any concr