Interesting - when I switched to 7.8, I simply assumed I had to use git
since it's on github (and actually I don't think it's more/less
heavyweight/difficult/convenient if all one does is check out the latest
code).
This seems to work for me (improvements welcome - I don't really have a
clue about git):

The initial check out:

Code:
--------------------
    
  git clone -b "public/7.8" --single-branch --depth 1 
"git://github.com/Logitech/slimserver.git" .
  
--------------------


Update:

Code:
--------------------
    
  git pull -s recursive -X theirs
  
--------------------


If you don't need the binary stuff, put something like

Code:
--------------------
    
  Bin/**/*
  CPAN/arch/**/*
  
--------------------

into your .git/info/exclude



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=99667

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to