Quantcast

MuseScore development is moving to Git

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

MuseScore development is moving to Git

lasconic
Hi all,

After several months of work and discussion, we moved to Git !

The new home of MuseScore source code is https://github.com/musescore/MuseScore

The plan changed a little along the way. First, you'll see that the Git repository doesn't have any history. We choose to start from a clean state to have a relatively small repository to clone. The full history of MuseScore development since 2002 will be kept on the old SVN but this SVN repository will not be updated anymore.

The source code has also been reorganised a bit by Werner. Some heavy directories are gone (scriptgen, manual) and we will find a way to provide the features without commiting binaries in the repository. Others directories have been move to the thirdparty directory. The Makefile are now at the same level than the full tree. You can find a decription of the tree on the GitHub page.

Moving to git also means we will have to change some things we are used to. 
First the Changelog is dead. Please provide detailed commit message and reference the issues like we used to do in the Changelog. The commit messages will be used to create the release notes.

We used to talk about a commit as a "revision", and note a revision like rXXXX. This is no more possible with Git. In the issue tracker and to communicate between us, we will use the short SHA1 signature of a commit instead.

If you want to contribute, feel free to fork MuseScore on Github now ! http://help.github.com/fork-a-repo/
If you need more info about the transition, feel free to mail me on or off list or to join #musescore on freenode.net

Lasconic

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: MuseScore development is moving to Git

robert leleu
J’essaie de me transférer à GIT

git clone git@github.com:Robert-Leleu/Spoon-Knife.git
Cloning into Spoon-Knife...
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
leleu@portable-leleu:~$

et suis perdu !

Merci de m’aider
Loading...