Re: [darktable-devel] Help with git branches

2013-11-05 Thread Dimitrios Psychogios
That already exists in GitHub :-) On Tue, Nov 5, 2013 at 8:44 PM, Milan Knížek wrote: > > johannes hanika píše v Po 04. 11. 2013 v 01:57 +1300: > > if you don't want to spend some time to understand git, don't use it. > > just randomly copy/pasting a couple of commands will definitely > > destr

Re: [darktable-devel] Help with git branches

2013-11-05 Thread Milan Knížek
johannes hanika píše v Po 04. 11. 2013 v 01:57 +1300: > if you don't want to spend some time to understand git, don't use it. > just randomly copy/pasting a couple of commands will definitely > destroy your working copy and cost everybody time. > How about adding a redmine plugin enabling the zip

Re: [darktable-devel] Help with git branches

2013-11-04 Thread Darrell Eifert
Thank you Dennis -- Compiling the defringe module from it's own subdirectory looks like an excellent solution.  Given that the devs provided such a clear instruction page on compiling DT from git, I expected that testing the various branches would be just as easy -- :) I have several images t

Re: [darktable-devel] Help with git branches

2013-11-04 Thread Tobias Ellinghaus
Am Montag, 4. November 2013, 08:14:27 schrieb Togan Muftuoglu: > Hi, > > > "Tobias" == Tobias Ellinghaus writes: > Tobias> Am Sonntag, 3. November 2013, 11:39:06 schrieb Togan Muftuoglu: > Tobias> [...] > > >> git archive --prefix=darktable_whatever_branch/ --HEAD -o > >> Wha

Re: [darktable-devel] Help with git branches

2013-11-04 Thread Rob Z. Smith
3 November 2013 14:31 To: darktable-devel Subject: Re: [darktable-devel] Help with git branches As you have already discovered, the git environment is extremely hostile to those not expert in its use. In fairness, developers work hard on their projects, and don't want to waste their t

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Togan Muftuoglu
Hi, > "Tobias" == Tobias Ellinghaus writes: Tobias> Am Sonntag, 3. November 2013, 11:39:06 schrieb Togan Muftuoglu: Tobias> [...] >> git archive --prefix=darktable_whatever_branch/ --HEAD -o >> What_Ever_Location/darktable_whatever_branch.tar.gz >> >> Now you can do

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Tobias Ellinghaus
Am Sonntag, 3. November 2013, 11:39:06 schrieb Togan Muftuoglu: [...] > 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. I don't know how git arch

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Dennis Gnad
Hi Darrell and others trying out defringe, please do NOT use the 326.patch as this is OLD already. A guide follows below, but first to stop some confusion: I intentionally posted this ONLY on darktable-devel and NOT on darktable-users because I also mostly wanted feedback from potential develo

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Dennis Gnad
Please do also NOT use the patch written in the other mail, that is OLD, other mail from me follows in some minutes! On 03.11.2013 15:35, Bruce Albert wrote: > > Ooops, figures I would have made a stupid mistake. > > In #3, where it says: > > git clone git://github.com/darktable-org/darktable.git

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Bruce Albert
Ooops, figures I would have made a stupid mistake. In #3, where it says: git clone git://github.com/darktable-org/darktable.git purple-defringe that should be: git clone git://github.com/darktable-org/darktable.git defringe otherwise it sets up purple-defringe, not defringe, as the working di

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Bruce Albert
As you have already discovered, the git environment is extremely hostile to those not expert in its use. In fairness, developers work hard on their projects, and don't want to waste their time on software housekeeping, which is what git does for them. But it makes it very difficult for those who

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Max Killer
On 11/03/2013 01:38 PM, Darrell Eifert wrote: Hello Dimitrios -- Thank you for the link, although is seems to be oriented more towards potential developers. As a basic user of darktable, I would appreciate a specific list of commands similar to what is on the "Install" page for whatever it t

Re: [darktable-devel] Help with git branches

2013-11-03 Thread johannes hanika
if you don't want to spend some time to understand git, don't use it. just randomly copy/pasting a couple of commands will definitely destroy your working copy and cost everybody time. -jo On Mon, Nov 4, 2013 at 1:38 AM, Darrell Eifert wrote: > Hello Dimitrios -- > > Thank you for the link, al

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Darrell Eifert
Hello Dimitrios -- Thank you for the link, although is seems to be oriented more towards potential developers.  As a basic user of darktable, I would appreciate a specific list of commands similar to what is on the "Install" page for whatever it takes to download the LCA removal branch, compile

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Dimitrios Psychogios
Have you already seen http://darktable.org/redmine/projects/darktable/wiki/Hacking_on_darktable ? On Sat, Nov 2, 2013 at 11:28 PM, Darrell Eifert wrote: > Hello -- > > I (and possibly many others who are compiling darktable from git) would be > grateful for a short tutorial on how to change from

Re: [darktable-devel] Help with git branches

2013-11-03 Thread Togan Muftuoglu
> "Darrell" == Darrell Eifert 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 a