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

[bug] /abs/path/of/cwd/abs/path/of/target

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 28 Feb 2011 20:38:09 +0200

Bogus path handling bug:

[[[
% svnadmin create r1
% svnadmin create r2
% svn co -q file://`pwd`/r1 wc1
% svn co -q file://`pwd`/r2 wc2

% ls -d *[12]
r1 r2 wc1 wc2
% touch wc2/iota
% $svn add -q wc2/iota
% cd wc1

% pwd
/tmp/svn/wc1
% $svn di /tmp/svn/wc2/
subversion/svn/diff-cmd.c:367: (apr_err=150000)
subversion/libsvn_client/diff.c:1958: (apr_err=150000)
subversion/libsvn_client/diff.c:1641: (apr_err=150000)
subversion/libsvn_client/revisions.c:103: (apr_err=150000)
svn: E150000: '/tmp/svn/wc1/tmp/svn/wc2' is not under version control
zsh: exit 1 $svn di $(cd ..; pwd)/wc2/
]]]
Received on 2011-02-28 19:39:41 CET

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

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