diff options
| author | Adam Vandenberg | 2010-06-28 14:55:31 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-08 22:45:03 -0700 |
| commit | d5c16f2fdbc90e063b527394b4d9dc48d7976acc (patch) | |
| tree | 03826e5873a5416f6cceff03fd794516b368c175 /share | |
| parent | 958cf50d8231aa38596cfe9bfad385f101ce78e0 (diff) | |
| download | homebrew-d5c16f2fdbc90e063b527394b4d9dc48d7976acc.tar.bz2 | |
Improved Subversion support.
Homebrew will now use the svn binary pointed to by HOMEBREW_SVN if set,
use a Homebrew-installed svn if present, finally falling back to the
system-provided svn binary.
If a formula (mplayer) requires a newer version of Subversion than what
Leopard provides, it can use the "StrictSubversionDownloadStrategy"
download strategy to warn the user.
These changes also fix an issue with forcing exports not working on a
stock Leopard subversion, but letting the user either specify a specific
binary or install Subversion via Homebrew and pick that up instead.
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index e286e430c..83b0be1db 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -178,6 +178,13 @@ If set, instructs Homebrew to use the LLVM front\-ends to the GCC compilers\. HOMEBREW_VERBOSE If set, instructs Homebrew to always assume \fB\-\-verbose\fR when running commands\. . +.TP +HOMEBREW_SVN +When exporting from Subversion, Homebrew will use \fBHOMEBREW_SVN\fR if set, a Homebrew\-built Subversion if installed, or the system\-provided binary\. +. +.IP +Set this to force Homebrew to use a particular svn binary\. +. .SH "SEE ALSO" Homebrew Wiki: http://wiki\.github\.com/mxcl/homebrew/ . |
