[patch] new part 1 for log command
From: Ben Collins <bcollins_at_debian.org>
Date: 2002-02-26 17:26:49 CET
Well, after a lot of discussion on IRC, this is the new patch. It's a
This patch allows you to get only log info for files that you pass on
The file must exist in the local working copy's revision.
If you pass a file that is in the local wc and one that isn't,
(in rev 10) svn add foo.c bar.c
(current wc rev is 40)
svn log bar.c (works, obviously)
svn log foo.c (wont work)
svn log bar.c foo.c (wont work, since foo.c doesn't exist in rev 40)
svn log -r 15 bar.c foo.c (this will work)
svn log -r 15 foo.c (this wont)
So, here's the patch:
* libsvn_fs/tree.c(svn_fs_revisions_changed): Change to take an
* include/svn_fs.h: Updated decleration and comments for
* svnadmin/main.c(main): Updated use of svn_fs_revisions_changed
-- .----------=======-=-======-=========-----------=====------------=-=-----. / Ben Collins -- Debian GNU/Linux -- WatchGuard.com \ ` bcollins@debian.org -- Ben.Collins@watchguard.com ' `---=========------=======-------------=-=-----=-===-======-------=--=---'
---------------------------------------------------------------------
|
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.