Problems with SVN Proxy using SVNMasterURI
From: Matthew Richardson <M.Richardson_at_ed.ac.uk>
Date: Wed, 02 Dec 2009 17:17:52 +0000
I'm currently experimenting with the web proxy stuff, and have followed
I've got 2 Ubuntu 9.10 boxes with apache2 and subversion 1.6.5 for
On both boxes:
On slave:
On master:
All of this works fine, and I can do checkins to the master directly,
However, when I try a checkin I get:
svn: Commit failed (details follow):
When I try to do a checkin against the slave.
Interestingly, the checkin still seems to work, as if I then do an 'svn
My configuration for master and slave is below - does anyone have any
Thanks,
Matthew
master
apache config:
<Location /svn/repos>
post-revprop-change:
#!/bin/bash
post-commit:
#!/bin/bash
slave
apache config:
<Location /svn/repos>
<Location /svn/repos-sync>
pre-revprop-change:
#!/bin/bash
-- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2426405 Please start new threads on the <users_at_subversion.apache.org> mailing list. To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
|
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.