Is there the equivalent of the "svn log" command (i.e. "fsvs log")? For
instance, I want to see which revisions changed my httpd.conf - so that
I can do a diff between revisions.
...
One way that I'm working around it is to do:
# fsvs info /etc/httpd/conf/httpd.conf
(snag the URL: into the clipboard)
# svn log URL
(see that it changed in revisions 29 & 33)
# fsvs diff -r 29:33 /etc/httpd/conf/httpd.conf
Alas that the "fsvs diff" doesn't understand the "-r PREV" syntax.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]