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

'svnlook changed' inconsistent with 'svn up'

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-12-26 20:57:24 CET

I'm working on a Perl module that has no need to employ the Perl bindings, so I
am using the CLI programs. While writing a script to walk a repository and
generate Perl data structures to compare against files on disk, I discovered
that the 'svnlook changed' output differs from what 'svn up' displays.

For example:

> $ svn up -r5
> A project1/branches/branch1/dir2
> A project1/branches/branch1/dir2/file4
> A project1/branches/branch1/file3
> Updated to revision 5.

vs.

> $ svnlook changed -r5 ../test-repos
> A project1/branches/branch1/dir2/
> A project1/branches/branch1/dir2/file4
> A project1/branches/branch1/file3

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?

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 26 20:57:54 2005

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.