lilypond-user
[Top][All Lists]
Advanced

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

Re: notation project maintainence


From: Rutger Hofman
Subject: Re: notation project maintainence
Date: Mon, 29 Sep 2003 18:38:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126



Aaron wrote:

My main concern now is versioning and project management.
Has anyone out there had experience with this kind of thing and could
they recommend an application, methodology or structure for this
project??

cvs is available for unixes (linux, cygwin) and also for Windows.
cvs allows concurrent versions, merging of changes from different
authors etc. An obvious limitation is that it only works on text
files -- but .tex and .ly are text files, of course.

One can maintain the CVS repository at a shared server machine.
In this case (or in all cases?) it is best to use ssh as the underlying
remote connection engine, and set CVS_RSH=ssh.

See, e.g:
For cvs: http://www.cvshome.org
For ssh: http://www.openssh.com or http://www.ssh.org

Both packages are generally bundled with Linux and Cygwin (but here
you must specify OpenSSH and CVS support at configure time).

Rutger





reply via email to

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