Re: windows binaries with xampp

2013-03-22 Thread Alagazam.net Subversion
On 2013-03-21 21:01, Andrew Peterson wrote: Has anyone successfully used xampp with the binaries from: Win32Svn (32-bit client, server and bindings, MSI and ZIPs; maintained by David Darj ) I've tried a bunch of different confi

Re: SVN access denied when comparing revisions

2013-03-22 Thread Kris Deugau
Daniel Shahaf wrote: > Kris Deugau wrote on Fri, Mar 22, 2013 at 10:41:27 -0400: >> (TBH I'm not sure why it was changed, it's perfectly clear to *me*...) > > You don't say what's unclear about the new text. I don't see much difference between them at all - obviously others did, and felt that the

Re: SVN access denied when comparing revisions

2013-03-22 Thread Daniel Shahaf
Kris Deugau wrote on Fri, Mar 22, 2013 at 10:41:27 -0400: > Philip Martin wrote: > > Subversion 1.7 (but not 1.6) creates svnserv.conf with the following: > > > > ### The sample settings below are the defaults and specify that anonymous > > ### users have read-only access to the repository, while

Re: Base revision on a svn: external from a pre-commit hook script

2013-03-22 Thread luis montes
I'm trying to solve the problem of developers committing code that was compiled using stale externals. I was also trying to avoid requiring pinning. Tags have to be pinned, and I have a script to check for that, but not branches or trunk. I was hoping to reject the commit and have them either pin t

Re: SVN access denied when comparing revisions

2013-03-22 Thread Kris Deugau
Philip Martin wrote: > Subversion 1.7 (but not 1.6) creates svnserv.conf with the following: > > ### The sample settings below are the defaults and specify that anonymous > ### users have read-only access to the repository, while authenticated > ### users have read and write access to the reposito

Re: Base revision on a svn: external from a pre-commit hook script

2013-03-22 Thread Daniel Shahaf
Ryan Schmidt wrote on Fri, Mar 22, 2013 at 05:48:02 -0500: > > On Mar 21, 2013, at 18:27, luis montes wrote: > > > Is it possible to know the base revision on a svn: external from a > > pre-commit hook script? If the external changes with the current > > transaction I figured I could possibly p

Re: Base revision on a svn: external from a pre-commit hook script

2013-03-22 Thread Ryan Schmidt
On Mar 21, 2013, at 18:27, luis montes wrote: > Is it possible to know the base revision on a svn: external from a pre-commit > hook script? If the external changes with the current transaction I figured I > could possibly parse the svnlook diff output, but what if it does not change > with th

Re: SVN access denied when comparing revisions

2013-03-22 Thread Philip Martin
Bill Cebula writes: > If that information ( Lack of explicit anon-access is interpreted as > anon-access=read) was in the svnserv.conf file, it would have saved me a few > hours of troubleshooting. Subversion 1.7 (but not 1.6) creates svnserv.conf with the following: ### The sample settings bel