On May 15, 2009, at 09:07, Giulio Troccoli wrote:
>> Unfortunately I haven't been able, yet, to replicate it with a
>> script I can post here. It consistenly happens however in my test
>> environment so if you have any suggestion or need me to try
>> something I can do it without causing any issue.
>
> Right, nobody has replied to this post not even with suggestions. I
> was able to replicated it now (script attached) so hopefully
> someone will be able to help me.
I didn't see a script attached to your email. Seeing the script might
help us figure out the problem.
> I'm using Subversion 1.6.1 with Apache 2.2.11 on RHEL4.
>
> The interesting things is that the problem occurs only if I use
> http: but not with file:, although I still think that something is
> wrong.
>
> Using http, svn status returns
>
> A + 2.0/a/aa
> A + 2.0/a/aa/foo
> A + 2.0/a/ab
> A + 2.0/a/ab/foo
>
> while svnlook changed inside the pre-commit hook returns
>
> A 2.0/a/aa/
> D 2.0/a/aa/foo
> A 2.0/a/aa/foo
> A 2.0/a/ab/
> D 2.0/a/ab/foo
> A 2.0/a/ab/foo
>
>
> I wasn't expecting the deletion and that is screwing my scripts up.
>
> Using file: svn status returns the same thing, but svnlook changed
> returns
>
> A 2.0/a/aa/
> A 2.0/a/ab/
>
> Where are the addition of the two files? Should it be
>
> A 2.0/a/aa/
> A 2.0/a/aa/foo
> A 2.0/a/ab/
> A 2.0/a/ab/foo
>
> If you need any information regarding my Apache configuration or
> anything just ask.
You're saying that if you commit via http:// then svnlook changed says:
A 2.0/a/aa/
D 2.0/a/aa/foo
A 2.0/a/aa/foo
A 2.0/a/ab/
D 2.0/a/ab/foo
A 2.0/a/ab/foo
but if you commit the same thing to the same repository via file:///
then svnlook changed says:
A 2.0/a/aa/
A 2.0/a/ab/
? I agree that is odd.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2274130
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-15 21:59:42 CEST