mherger wrote:
> Quite a few of you have given up running latest code from the source
> because you didn't like the switch from lightweight subversion (svn) to
>
> heavyweight git. I fully understand. But fortunately github.com supports
>
> checking out using svn. Just run eg.:
>
> >
Code:
--------------------
> > svn checkout https://github.com/Logitech/slimserver/trunk
--------------------
> >
>
> to get all the LMS code. You can then delete the CPAN/arch and Bin
> sub-folders you don't need to get an even lighter copy of the code.
> Removing files for all unsupported architectures gives me a lean
> installation of about 138MB on OSX. Just run
>
> >
Code:
--------------------
> > svn up
--------------------
> >
>
> inside that folder to bring it up to date every now and then. Should
> only
> take a few seconds.
>
> --
>
> Michael
This doesn't seem to work now:
Code:
--------------------
svn checkout https://github.com/Logitech/slimserver/trunk
svn: E170000: URL 'https://github.com/Logitech/slimserver/trunk' doesn't exist
--------------------
But this seems to do the trick:
Code:
--------------------
svn co --depth empty https://github.com/Logitech/slimserver lms
cd lms
svn up trunk
mv trunk server
--------------------
Without pruning unneeded Bin directories or CPAN arches, the snv trunk
repo weighs in at 794M vs. 1021M for the full-fat git repo clone.
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=99667
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta