[MacPorts] #16062: syncing fails for subversion mports tree
MacPorts
noreply at macports.org
Tue Jul 22 00:26:11 PDT 2008
#16062: syncing fails for subversion mports tree
---------------------------------+------------------------------------------
Reporter: jochen at macports.org | Owner: macports-dev at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: MacPorts base bugs
Component: base | Version: 1.6.0
Keywords: |
---------------------------------+------------------------------------------
Trying to update my local tree fails with the following error
{{{
> port -dv sync
DEBUG: Synchronizing ports tree(s)
Synchronizing local ports tree from
file:///Users/jochen/source/macports/dports
DEBUG: /usr/bin/svn update --non-interactive
/Users/jochen/source/macports/dports
DEBUG: changing euid/egid - current euid: 957 - current egid: 700
svn: This client is too old to work with working copy
'/Users/jochen/source/macports'; please get a newer Subversion client
DEBUG: shell command "/usr/bin/svn update --non-interactive
/Users/jochen/source/macports/dports" returned error 1
Command output: svn: This client is too old to work with working copy
'/Users/jochen/source/macports'; please get a newer Subversion client
while executing
"system $svn_commandline"
DEBUG: Synchronization of the local ports tree failed doing an svn update
while executing
"mportsync"
port sync failed: Synchronization of the local ports tree failed doing an
svn update
}}}
because "port sync" does not obey PATH
{{{
> where svn
/opt/local/bin/svn
/usr/bin/svn
/usr/texbin/svn
}}}
How do I tell port to specifically use /opt/local/bin/svn (which is newer
than the Apple supplied one)?
--
Ticket URL: <http://trac.macports.org/ticket/16062>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list