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

Re: 'svnlook changed' inconsistent with 'svn up'

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2006-02-12 23:22:31 CET

John Peacock wrote:
[...]
> the 'svnlook changed' output differs from what 'svn up' displays.
>
>>$ svn up -r5
>>A project1/branches/branch1/dir2
[...]
>>$ svnlook changed -r5 ../test-repos
>>A project1/branches/branch1/dir2/
>
> svnlook displays directory names with a trailing slash (arguably the correct
> output), and 'svn up' doesn't. I don't see a bug about this issue. Should I
> file one?

It seems that the only commands that print a final slash are:

   svnlook {changed,dirs-changed,tree}
   svn list

The rest don't:

   svnlook diff ("Property changes on: dir")
   svnlook history (reports on either a dir or a file, not a mixture)
   svn {add,ci,co,copy,move,delete,...}

I like the final slash, and I like consistency among commands. What should we do?

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 12 23:23:07 2006

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.