Tim Wunder <[EMAIL PROTECTED]> writes: > OK, how can I verify that I'm running HEAD? > I did the following > $ cp -a gnucash gnucash-head (to copy my copy of the CVS source tree)
What branch is your checkout? > $ cd gnucash-head > $ cvs update -r HEAD -Pd You don't need -r HEAD -- the HEAD branch is assumed -- assuming you started with HEAD. If you checked out a branch then this might not do what you think/want. You might be better off checking out a clean tree from head: cvs -d ... -q checkout -d gnucash-head gnucash > $ ./autogen.sh --prefix=/opt/gnucash-head > $ make >make.log 2>&1 & > $ sudo checkinstall -R > and > $ /opt/gnucash-head/bin/gnucash & > > But the splash screen tells me it's gnucash 1.8.4, same as when I start the > 1.8 branch. > > Did I do something wrong? Is 1.8 also installed in /opt/gnucash-1.8? Or is 1.8 installed in /usr or /usr/local? You might have wanted to run a "make clean" before "make", in case you already had stuff in your tree. > Thanks, > Tim -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH [EMAIL PROTECTED] PGP key available _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel