On Sep 6, 2005, at 10:34 AM, Peter Kjellström wrote:
What is the recommended way to update a local svn snap shot? (a tree
that has
been checked out, autogen'ed, configured and built) is it:
$ svn up
$ ./autogen.sh
$ make distclean
$ configure ...
$ make all install
No need for "make distclean
Hello,
Sorry for this possibly silly question but I couldn't find the answer in any
of the included documentation files..
What is the recommended way to update a local svn snap shot? (a tree that has
been checked out, autogen'ed, configured and built) is it:
$ svn up
$ ./autogen.sh
$ make distc