You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tom Browder <to...@gmail.com> on 2013/08/31 18:23:50 UTC

Svn 1.8.3 error: E200007

I have just today started using the svn merge command to update my private
branch from a remote repo trunk on Sourceforge.

In my branch work dir I execute:

  $ svn merge ^/brlcad/trunk .

and the response is:

svn: E200007: Retrieval of mergeinfo unsupported by 'svn+ssh://
tbrowder2@svn.code.sf.net/p/brlcad/code/brlcad/branches/attr-extension-mods'

I see some mail in the archives about the same error number but not the
exact same command.

I am using old (but legit) Debian apr and apr-util libraries but I am using
the latest serf embedded with the svn source (./get-deps.sh).

Note the "old" way does work:

  $ svn merge ^/brlcad/trunk -r57266:HEAD

but keeping track of the revs is a real pain.  Should I file a bug?

(I got the same error with ver 1.8.1.)

Best regards,

-Tom

Re: Svn 1.8.3 error: E200007

Posted by Tom Browder <to...@gmail.com>.
On Sat, Aug 31, 2013 at 1:06 PM, Branko Čibej <br...@wandisco.com> wrote:

>  On 31.08.2013 19:18, Tom Browder wrote:
>
>  The Sourceforge server is using ver 1.7.7​​.
>
>  Note that I'm using the svn+ssh protocol.  I'll try the https and see if
> that makes a difference.
>
>
> The protocol, and even the server version, aren't that important (although
> obviously the server has to be 1.5 or newer). The point is that the
> repository was created with 1.4 or older, and never upgraded.
>


Ah!  Thanks, Brane.

Is there any way to check a repo format version?

-Tom​​

Re: Svn 1.8.3 error: E200007

Posted by Branko Čibej <br...@wandisco.com>.
On 31.08.2013 19:18, Tom Browder wrote:
> On Sat, Aug 31, 2013 at 11:36 AM, Branko Čibej <brane@wandisco.com
> <ma...@wandisco.com>>wrote:
>
>     On 31.08.2013 18:23, Tom Browder wrote:
>     > svn: E200007: Retrieval of mergeinfo unsupported by
>     >
>     'svn+ssh://tbrowder2@svn.code.sf.net/p/brlcad/code/brlcad/branches/attr-extension-mods
>     <http://tbrowder2@svn.code.sf.net/p/brlcad/code/brlcad/branches/attr-extension-mods>
>     >
>     <http://tbrowder2@svn.code.sf.net/p/brlcad/code/brlcad/branches/attr-extension-mods>'
>     >Your problem is that either the server is too old, or the repository
>     format is too old to support mergeinfo. Most likely the repository was
>     created by a version of svnadmin older than 1.5, and never
>     upgraded. See:
>
>
> The Sourceforge server is using ver 1.7.7​​.
>
> Note that I'm using the svn+ssh protocol.  I'll try the https and see
> if that makes a difference.

The protocol, and even the server version, aren't that important
(although obviously the server has to be 1.5 or newer). The point is
that the repository was created with 1.4 or older, and never upgraded.

-- Brane


-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane@wandisco.com

Re: Svn 1.8.3 error: E200007

Posted by Tom Browder <to...@gmail.com>.
On Sat, Aug 31, 2013 at 11:36 AM, Branko Čibej <br...@wandisco.com> wrote:

> On 31.08.2013 18:23, Tom Browder wrote:
> > svn: E200007: Retrieval of mergeinfo unsupported by
> > 'svn+ssh://
> tbrowder2@svn.code.sf.net/p/brlcad/code/brlcad/branches/attr-extension-mods
> > <
> http://tbrowder2@svn.code.sf.net/p/brlcad/code/brlcad/branches/attr-extension-mods
> >'
> >Your problem is that either the server is too old, or the repository
> format is too old to support mergeinfo. Most likely the repository was
> created by a version of svnadmin older than 1.5, and never upgraded. See:
>

The Sourceforge server is using ver 1.7.7​​.

Note that I'm using the svn+ssh protocol.  I'll try the https and see if
that makes a difference.

Best,

-Tom

Re: Svn 1.8.3 error: E200007

Posted by Branko Čibej <br...@wandisco.com>.
On 31.08.2013 18:23, Tom Browder wrote:
> I have just today started using the svn merge command to update my
> private branch from a remote repo trunk on Sourceforge.
>
> In my branch work dir I execute:
>
>   $ svn merge ^/brlcad/trunk .
>
> and the response is:
>
> svn: E200007: Retrieval of mergeinfo unsupported by
> 'svn+ssh://tbrowder2@svn.code.sf.net/p/brlcad/code/brlcad/branches/attr-extension-mods
> <http://tbrowder2@svn.code.sf.net/p/brlcad/code/brlcad/branches/attr-extension-mods>'
>
> I see some mail in the archives about the same error number but not
> the exact same command.
>
> I am using old (but legit) Debian apr and apr-util libraries but I am
> using the latest serf embedded with the svn source (./get-deps.sh).
>
> Note the "old" way does work:
>
>   $ svn merge ^/brlcad/trunk -r57266:HEAD
>
> but keeping track of the revs is a real pain.  Should I file a bug?
>
> (I got the same error with ver 1.8.1.)

Your problem is that either the server is too old, or the repository
format is too old to support mergeinfo. Most likely the repository was
created by a version of svnadmin older than 1.5, and never upgraded. See:

http://subversion.apache.org/docs/release-notes/1.5.html#mt-compatibility

-- Brane


-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane@wandisco.com