[Nut-upsdev] smart1050slt by tripp lite
Charles Lepple
clepple at gmail.com
Mon Feb 1 03:39:10 UTC 2010
On Jan 31, 2010, at 9:11 PM, chance fulton wrote:
> Sorry, I'm a noob at Linux development, do I need to uninstall
> before I
> make install the newer version. I was under the impression that it
> would
> overwrite the old binaries.
Yup, it will.
> My process is as follows.
>
> #svn co svn://svn.debian.org/nut/trunk nut
> #cd nut
> #autoreconf --install
Oh, sorry I wasn't clearer about the instructions. You mentioned
something about being new at autoconf, and I thought you were still
using the tarballs from Buildbot.
I realized that we were probably going to break a few things in the
process of getting this driver going, so I created a branch in SVN.
The new SVN URL for this is 'svn://svn.debian.org/nut/branches/
tripplite-proto-3004'. Both that branch and the trunk have a revision
2300, but the changes don't show up on the trunk (until we merge them
back in later). This makes it easier for me to do regression testing
on the UPS I have here (since I can compare the trunk to the branch).
No need to blow away your checked-out copy of the trunk - just run 'cd
nut', then 'svn switch svn://svn.debian.org/nut/branches/tripplite-
proto-3004' (only needs to be done once; the current SVN URL is stored
in the working copy, as shown by 'svn info').
Then, after I check in something new, you can just run 'svn up' in
that same directory, and it will just pull the changes (rather than
downloading the whole thing).
Another advantage of SVN is if you make a change to the code on your
end, you can run 'svn diff' and send the resulting patch back.
> #./configure --with-user=nut --with-group=nut --with-usb
This looks correct.
Thanks for bearing with me.
--
Charles Lepple
More information about the Nut-upsdev
mailing list