The Git repository is online at 
http://quickgit.kde.org/?p=kdenlive.git&a=summary

Here's some quick instructions (I'll write some documentation later) for 
jb's urgent fixes.

For 0.8.4:
$ git checkout master
If you feel the fixes are ok, just commit them to master (and, later, 
merge them to next), otherwise:
$ git checkout -b $fix_branch
...apply the patches...
$ git checkout master
$ git merge $fix_branch
And, still, merge to next.

Or, for 0.8.2.1:
$ git checkout v0.8.2
$ git checkout -b v0.8.2 (creates the branch)
$ apply your fixes
...and merge to master, then merge master to next.

KDE Git infrastructure requires tags to be annotated, so, when tagging 
a release, use:
$ git tag -a v1.0.0 -m "Kdenlive 1.0.0"

I guess you know that you need to `git push` stuff online. :)

Later I'll find how and where to move translations.
-- 
Alberto Villa, FreeBSD committer <avi...@freebsd.org>
http://people.FreeBSD.org/~avilla

If you have nothing to do, don't do it here.

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Kdenlive-devel mailing list
Kdenlive-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to