problem with svnsync and repository locks...

2011-01-05 Thread Edward Ned Harvey
I have a master server, and a slave server configured with pass-thru proxy. Off the top of my head, I believe they're both 1.6.12, but I'll double check if that is an important detail. A user at the slave site does get lock on a file. She gets the lock successfully. She makes a change, tries

Re: problem with svnsync and repository locks...

2011-01-05 Thread Mark Phippard
See this thread: http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462dsMessageId=2377143 Realistically today you need to add a pre-lock hook on the slave that disallows the lock feature entirely. Mark On Wed, Jan 5, 2011 at 6:07 PM, Edward Ned Harvey s...@nedharvey.com wrote: I have