|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Reintegrate Branch failed: Retrieval of mergeinfo unsupportedHello!
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? Thank you!! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Reintegrate Branch failed: Retrieval of mergeinfo unsupportedOn Fri, Oct 10, 2008 at 09:41, Richie <richard.boessen@...> 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-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Reintegrate Branch failed: Retrieval of mergeinfo unsupportedMhhh, 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 Because the Subversion svnserver.exe is definitely version 1.5.1 Thank you verry much for answering!! Richard On 10 Okt., 16:07, "Andy Levy" <andy.l...@...> wrote: > On Fri, Oct 10, 2008 at 09:41, Richie <richard.boes...@...> 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...@... > For additional commands, e-mail: users-h...@... --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Reintegrate Branch failed: Retrieval of mergeinfo unsupportedOn Fri, Oct 10, 2008 at 11:05, Richie <richard.boessen@...> 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...@...> wrote: >> On Fri, Oct 10, 2008 at 09:41, Richie <richard.boes...@...> 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...@... >> For additional commands, e-mail: users-h...@... > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |