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

Re: parent directory is referenced by "svn info"?

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 03 Mar 2016 19:53:44 +0000

jblist_at_icloud.com writes:

>>>> On Mar 2, 2016, at 10:16 AM, txm <tmellman_at_web.de> wrote:
>>>>
>>>> $ svn info /home/user/nodes/dev_5_main
>>>> svn: '/home/user/nodes' is not a working copy

>> On Mar 3, 2016, at 12:06 AM, txm <tmellman_at_web.de> wrote:
>>
>> Sorry,
>>
>> svn, version 1.6.6 (r40053)
>> svn is hashed (/usr/bin/svn)
>> DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"

> Version 1.6 is no longer supported. If there is indeed some bug in the
> 1.6 client that causes the behavior you describe it will not be fixed
> in the 1.6 release branch. If you can, upgrade to either 1.8 or 1.9.

Symbolic links break some 1.6 operations:

$ svn1.6 co file:///... wc
$ svn1.6 info $PWD/wc | grep Kind
Node Kind: directory
$ ln -s wc wc2
$ svn1.6 info $PWD/wc2
svn: '/home/pm/sw/subversion/obj3' is not a working copy

-- 
Philip Martin
WANdisco
Received on 2016-03-03 20:53:53 CET

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

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