Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-14 Thread Bostjan Skufca
Ql, glad you've worked it out. I hope to see this fixed in 1.7.2. Will it be? b. On 14 November 2011 23:18, Philip Martin wrote: > Bostjan Skufca writes: > > > This does not work: > > > > svn cp svn://127.0.0.1/X/Y ^/A/B/C -m Test > > Authentication

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-14 Thread Bostjan Skufca
\ --with-sqlite=/usr/local \ --with-ssl With 1.6.x this problem was not present. Can you try this repo on your windows machine and see if it created /A/B/C directory? b. On 14 November 2011 14:59, Philip Martin wrote: > Bostjan Skufca writes: > > > Authz is correct, I just c

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-14 Thread Bostjan Skufca
Authz is correct, I just changed pm to testuser1 because user already existed and because it is bad to use auth credentials which have been sent to mailing list on a public server:) b. On 14 November 2011 13:42, Philip Martin wrote: > Bostjan Skufca writes: > > > On error, thi

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-14 Thread Bostjan Skufca
svn reparent /A/B 32558 2011-11-14T11:27:52.238256Z - testuser1 svn check-path /A/B/E@19 -- b. On 14 November 2011 10:49, Philip Martin wrote: > Bostjan Skufca writes: > > > Nope, first step already fails (commit 3) if ther

Re: Authz permisison problem after upgrade from 1.6.16 to 1.7.1

2011-11-11 Thread Bostjan Skufca
Hi Jens, did you get this resolved somehow already? b. On 10 November 2011 17:09, Jens Geyer wrote: > Hi *, > > I have an really interesting case here, which looks to me like an bug. > > The behavior started after the upgrade of our SVN server from 1.6.16 to > 1.7.1. > We use a windows serve

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-11 Thread Bostjan Skufca
his: [/A/B] pm = rw [/X/Y] pm = r - Any further ideas? Thanks for the test/hints though, b. On 11 November 2011 10:53, Philip Martin wrote: > Bostjan Skufca writes: > > > Well, in my case, it is all lower-case all the time. Is there any other >

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-10 Thread Bostjan Skufca
Well, in my case, it is all lower-case all the time. Is there any other way to double check this? I checked with "svn ls ..." every component of path to be lower case, and it was. authz file is also in lower case completely. Still, delete as described before does not work. It is 32 bit system, may

Unable to delete directory in repository, server version 1.7.1

2011-11-09 Thread Bostjan Skufca
Hello! Can you delete directories in your subversion repository? Yes, really? You lucky bas! Joke:) Anyway, joke aside, the following is no laughing matter. It seems that upgrade from 1.6.17 to 1.7.1 exhibits some "undocumented features":) Apparently server version 1.7 parses permissions dif

Re: Problem with first revision of file being checked in, then deployed

2010-09-21 Thread Bostjan Skufca
For database up/downgrades you should look into dbdeploy. Also, my svn client (latest) nicely shows all files modified AND added. The letter M or A in front of filename signifies it. b. On 21 September 2010 21:08, David Bartmess wrote: >  I'm automating the deployment of our software, and cam

Re: How to change default svn-commit.tmp contents

2010-05-20 Thread Bostjan Skufca
our help, b. On 20 May 2010 02:53, Daniel Becroft wrote: > On Thu, May 20, 2010 at 10:40 AM, Bostjan Skufca wrote: > > I should have known that the first thing to surface would be "why" and > not > > "the answer". But your question, Daniel, was polite

Re: How to change default svn-commit.tmp contents

2010-05-19 Thread Bostjan Skufca
smaller changesets it is just very convenient to see right away what was changed. Now, the 'update-first' seemed reasonable but it does not solve the issue. Will look deeper into it tomorrow. Thanks for your assistance, b. On 20 May 2010 02:17, Daniel Becroft wrote: > On Thu, May

How to change default svn-commit.tmp contents

2010-05-19 Thread Bostjan Skufca
Hi all! I would like to change default contents of commit message from 'svn status' output to add 'svn diff' output. How can this be achieved? I have already tried setting editor-cmd in ~/.subversion/config to "svn diff >> svn-commit.tmp && mcedit" and it partially works, but creates diff against