Changes between Version 12 and Version 13 of UpdatingFromSource
- Timestamp:
- Sep 26, 2009, 8:56:01 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdatingFromSource
v12 v13 37 37 will effectively discard any local changes to `some-file` and replace it with the repository version. 38 38 39 Note that version 1.5 and later of svn will offer a menu of options that can be used to resolve conflicts during "svn update", at least when it believes that it's running interactively. The option "tf" ("theirs full") will overwrite a local file with the repository version, which is generally appropriate when binary files change. 40 39 41 3. Once svn has finished creating local copies of files that have changed on the svn server since the last time you did this (or since the tarballs were created), use the currently installed Clozure CL to compile the updated sources and build a new kernel and heap image: 40 42