Changeset 147304 in webkit
- Timestamp:
- Mar 31, 2013, 11:29:22 PM (12 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r147289 r147304 1 2013-03-31 Adam Barth <abarth@webkit.org> 2 3 configure-svn-config.sh fails 4 https://codereview.chromium.org/13392007/ 5 6 Reviewed by Eric Seidel. 7 8 This script was trying to use "svn checkout" to dowload a file from 9 svn.webkit.org, but "svn checkout" only works with directories. 10 Instead, we should use "svn export". 11 12 * EWSTools/configure-svn-config.sh: 13 1 14 2013-03-31 Wei Jia <wjia@chromium.org> 2 15 -
trunk/Tools/EWSTools/configure-svn-config.sh
r144716 r147304 25 25 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 26 27 svn checkout http://svn.webkit.org/repository/webkit/trunk/Tools/svn-config ~/.subversion/config27 svn export http://svn.webkit.org/repository/webkit/trunk/Tools/svn-config ~/.subversion/config
Note:
See TracChangeset
for help on using the changeset viewer.