Re: [Issue 422] Changed - "svn diff" needs to be fleshed out.
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-09-04 21:28:50 CEST
Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
1. svn diff foo.c
This can be done entirely client-side, by comparing foo.c
2. svn diff -r 5 -r 7 foo.c
This is a diff best computed by the repository, since it has
- make libsvn_repos call out to /usr/bin/diff
3. svn diff -r 5 foo.c
This means:
- asking the RA layer for 5:foo.c's entire textual contents,
Again, this is not a nightmare to implement, but means expanding what
---------------------------------------------------------------------
|
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.