>>>>> "Darrell" == Darrell Eifert <darrelleif...@yahoo.com> writes:

    Darrell> Hello --
    Darrell> I (and possibly many others who are compiling darktable from git) 
would
    Darrell> be grateful for a short tutorial on how to change from master to a
    Darrell> branch of interest, compile DT, and then change back again to a 
"good"
    Darrell> version if something goes wrong.  I am interested in testing out 
the LCA
    Darrell> removal module, but am hesitant to play with the various git 
commands
    Darrell> for fear of losing my working copy. 

I may be wrong but LCA removal is not on the darktable as a branch, but a
different fork so by cloning that fork you should be safe.

In the event that I am mistaken and that module is a branch in the darktable
git then, I would just create a tar archive and then play with it to be safe

git checkout whatever_branch_you_want
git archive --prefix=darktable_whatever_branch/ --HEAD -o 
What_Ever_Location/darktable_whatever_branch.tar.gz

Now you can do what ever you want with that tar file in any directory you want.

As a side note after you created the tar archive, it would be a good idea to go 
back to the master branch

git checkout master

There may be other ways of doing what you want but that is part of what I do
for the daily snapshot builds for openSUSE

Hope this helps

-- 
Life is endless possibilities



------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to