FYI: this was a case of git operator error. The correct syntax should be:
# git clone -b 'public/7.8' --depth 1 git://github.com/Logitech/slimserver.git /usr/share/lms/server The above works to do a shallow clone of the repo, checking out branch 7.8 in the process. Note: you need to access the remote repo as git:// *rather* than as https:// for the --depth 1 shallow clone to work. ------------------------------------------------------------------------ gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=101535 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
