/ Published in: Bash
URL: http://durak.org/sean/pubs/software/version-control-with-subversion-1.6/svn.advanced.externals.html
Sometimes it is convenient to "pull in" code from an external source. This is especially useful if you have dependencies that you don't manage yourself.
Expand |
Embed | Plain Text
# Get the latest-and-greatest commits every time you update. # Use a revision argumant, or peg revision, to "freeze" the externals at some known good state. svn propedit svn:externals some/path/foo/
You need to login to post a comment.
