[viewvc-dev] [PATCH] Typo in viewvc.conf.dist
"Larry Shatzer, Jr." <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.devel |
|---|---|
| Message-ID | <[email protected]> |
The example for specifying where the svn binary is does not match the actual value. This patch fixes it. I know the contributing page says to submit a ticket, but this seems minor. (Although, I do have a few other patches in the work. For those, I will submit to the issue tracker). Index: viewvc.conf.dist =================================================================== --- viewvc.conf.dist (revision 1957) +++ viewvc.conf.dist (working copy) @@ -237,7 +237,7 @@ # Subversion command-line client, used for viewing Subversion repositories svn = -# svn_dir = /usr/bin/svn +# svn = /usr/bin/svn # GNU diff, used for showing file version differences diff =