>
Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447
-----Original Message-----
> From: Ryan Schmidt [mailto:subversion-2009b_at_ryandesign.com]
> Sent: 15 May 2009 20:58
> To: Giulio Troccoli
> Cc: users_at_subversion.tigris.org
> Subject: Re: Subversion thinks I have moved files
>
> 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.
>
I don't understand what happened. I sent the email via the web and I checked and double checked that the script was attached. Anyway, I have attached it now.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2297412
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-18 09:56:05 CEST