lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond source and music sheet database


From: Joseph Rushton Wakeling
Subject: Re: lilypond source and music sheet database
Date: Sun, 07 Apr 2013 19:29:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5

On 04/07/2013 06:51 PM, Stjepan Horvat wrote:
> I realy like git too..Once i tried to make my own git server on my private
> web-server so when i finish the work i can send the customer his pdf folder
> link..but..that didnt work becouse you cant see actual files on git web
> server..like you can on github..

In principle that's perfectly possible, you just have to set up the git repo on
your web server to be a fully-fledged repo (i.e. has checked out files) rather
than the bare-bones repo it tries to create by default.

The trouble with that is that git (rightly) is cautious about allowing you to
push to a remote repo with files checked out, so you can't just create a regular
repo and push to it.

There are a number of ways round this -- here's one I came across just today:
http://toroid.org/ams/git-website-howto




reply via email to

[Prev in Thread] Current Thread [Next in Thread]