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

2013-03-21 Thread luis montes
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 the current transaction? I understand that information is kep

Re: SVN access denied when comparing revisions

2013-03-21 Thread Bill Cebula
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. Thanks, Bill On Thu, Mar 21, 2013 at 7:31 PM, Daniel Shahaf wrote: > Bill Cebula wrote on Thu, Mar 21, 2013 at 18:30:23 -05

Re: SVN access denied when comparing revisions

2013-03-21 Thread Daniel Shahaf
Bill Cebula wrote on Thu, Mar 21, 2013 at 18:30:23 -0500: > Phillip, > > Thanks for the reply. If the line anon-access = read is commented out, > can't that be interpreted as anon-access = none on startup of the server? > No, lack of explicit anon-access is interpreted as anon-access=read. (and

Re: SVN access denied when comparing revisions

2013-03-21 Thread Bill Cebula
Phillip, Thanks for the reply. If the line anon-access = read is commented out, can't that be interpreted as anon-access = none on startup of the server? It seems like a 1 line conditional statement is all that is needed to fix this particular issue. I realize it is related to a larger bug. Th

Re: windows search index flags on checked out files - is a bug?

2013-03-21 Thread Thorsten Schöning
Guten Tag Bert Huijben, am Donnerstag, 21. März 2013 um 21:28 schrieben Sie: > I'm not really sure what the right way of fixing would be. Maybe > Subversion should use two separate temp directories in .svn/ One for > real temp files that mustn't be indexed and one for files that are > about to be

RE: windows search index flags on checked out files - is a bug?

2013-03-21 Thread Bert Huijben
> -Original Message- > From: Burt [mailto:burtcampb...@yahoo.com] > Sent: donderdag 21 maart 2013 12:23 > To: users@subversion.apache.org > Subject: Re: windows search index flags on checked out files - is a bug? > > I have the same issue. Did you ever find a fix? > > > Michał Araszki

windows binaries with xampp

2013-03-21 Thread Andrew Peterson
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 configurations, but every time I tried to load the mo

Re: windows search index flags on checked out files - is a bug?

2013-03-21 Thread Burt
I have the same issue. Did you ever find a fix? Michał Araszkiewicz gmail.com> writes: > > > Hello.  > I look to confirm whether what i describe below is a bug. > > > > Issue concerns windows search flags of files checked out on Windows 7. > > > > Checked out folders have the flag "all

Re: Problems with permissions (changed vith svn commit)

2013-03-21 Thread Daniel Shahaf
Try # umask 077 (in the same shell, prior to testing) Sebastijan V wrote on Thu, Mar 21, 2013 at 02:50:52 +0100: > Hello > > I'm using Fedora. Until subversion-1.6.18-1 everything was OK. > From version 1.7.8-1 I have following problem: > > # touch testfile > # ls -la testfile > -rw-r--r--. 1 root

Re: Permission to translate your page at http://svnbook.red-bean.com/

2013-03-21 Thread Lorenz
Anja Skrba wrote: >I am writing to inquire regarding your web page about version control >with subversion where I have found a lot of useful information. My name >is Anja and I'm currently studying at the Faculty of Computer Science in >Belgrade. >Here is the URL of your article: >http://svnboo