[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Reintegrate Branch failed: Retrieval of mergeinfo unsupported

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 10 Oct 2008 11:36:13 -0400

On Fri, Oct 10, 2008 at 11:05, Richie <richard.boessen_at_gmail.com> wrote:
> Mhhh, I do not realy understand this!
>
> How can I see wich Subversion is running?
>
> Is the only connection between Apache and Subversion the module
> loading like this?
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so

Look in your httpd/modules directory and check the timestamps on those
files. Do they correspond to the timestamps on your SVN 1.5.x files?

It sounds like you had 1.4 libraries installed, then installed 1.5,
but either 1.5 didn't uninstall 1.4 completely, or it didn't do it at
all, and you've now got both on the system. Fix that.

> Because the Subversion svnserver.exe is definitely version 1.5.1

But you aren't using svnserve. You're using Apache. And regardless, if
the wrong libraries are being referenced by Apache, you're not
changing anything.

> Thank you verry much for answering!!
>
> Richard
>
> On 10 Okt., 16:07, "Andy Levy" <andy.l..._at_gmail.com> wrote:
>> On Fri, Oct 10, 2008 at 09:41, Richie <richard.boes..._at_gmail.com> wrote:
>> > Hello!
>>
>> > I love SVN in connection with Trac and TortoiseSVN.
>>
>> > But there is little problem that I've got:
>>
>> > When I try to reintegrate a Branch to my Trunk, the following error
>> > appears:
>> > "Retrieval of mergeinfo unsupported: URL to my Rep.".
>>
>> > After hanging out a little on google I found out that this mean that
>> > my Subversion is too old. This feature is offered by 1.5.
>> > Now the currious: I am using SVN 1.5.1! It's integrated in
>> > TracOnWindows:
>> >http://trac.edgewall.org/wiki/TracOnWindows
>>
>> > Result of C:\TOW\Subversion\bin\svn.exe --version is:
>> > Version 1.5.1
>>
>> > But when I am browse my Rep. by Firefox, I can read this under the
>> > file lists:
>> > Powered by Subversion version 1.4.6 (r28521).
>>
>> > Whats going wrong here?
>>
>> The svn client executable Trac is using is 1.5. You've still got 1.4.6
>> loaded into Apache, however
>>
>> Even after you fix this, you'll need to upgrade the repository itself
>> to fully support merge tracking.http://subversion.tigris.org/svn_1.5_releasenotes.html#repos-upgrades
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr..._at_tortoisesvn.tigris.org
>> For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-10-10 17:36:26 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.