Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2011 20:39:58 GMT
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162977: svn 1.7 does not know who I am at all times
Message-ID:  <201111302039.pAUKdwjE081851@red.freebsd.org>
Resent-Message-ID: <201111302040.pAUKeLUJ087685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162977
>Category:       ports
>Synopsis:       svn 1.7 does not know who I am at all times
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 30 20:40:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sean Bruno
>Release:        9.0 RELEASE, 10 CURRNET
>Organization:
FreeBSD
>Environment:
FreeBSD testbox 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r228148: Wed Nov 30 05:56:21 PST 2011     sbruno@testbox:/tmp/build/bsd/head/sys/GENERIC  amd64
>Description:
I seem to have an issue with svn 1.7 where it doesn't recognize my user id if it is not explicity set in the URL string.

I have tested with svn switch and svn merge, both generate similar messages.
>How-To-Repeat:
svn co svn+ssh://svn.freebsd.org/base/head

svn switch svn+ssh://svn.freebsd.org/base/user/sbruno/1394dev/firewire sys/dev/firewire

output is the following:
svn: E155025: 'svn+ssh://sbruno@svn.freebsd.org/base/head/sys/dev'


Repeat the svn switch command with an explicit user name:
svn switch svn+ssh://sbruno@svn.freebsd.org/base/user/sbruno/1394dev/firewire sys/dev/firewire

Command succeeds.

>Fix:
always explicitly set your user id in the URL of the command.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111302039.pAUKdwjE081851>