> C. Michael Pilato wrote on Wed, Nov 24, 2010 at 10:36:31 -0500: > > On 11/24/2010 05:41 AM, Julian Foad wrote: > > > Sometimes the summary prints the abspath instead of the relpath > > > specified on the command line. Specifically, this happens if you > > > specify a changelist.
C-Mike wrote: > r1038650 Thanks, that looks good. Daniel Shahaf wrote: > Another case (with current HEAD, i.e., after the changelist patch): > > % $svn up ../t2 > Updating '/home/daniel/src/svn/t2' ... > ^C That's a slightly different issue, the handling of "..". A more comprehensive transcript: $ svn up ../readme.txt ../subversion-b Skipped '../readme.txt' Updating '/home/julianfoad/src/subversion-b' ... G /home/julianfoad/src/subversion-b/subversion/libsvn_subr/dirent_uri.c Updated to revision 1038733. Summary of updates: Updated '../subversion-b' to r1038733. Summary of conflicts: Skipped paths: 1 - Julian