Okay, I did that: > git checkout -b stable-1.2.4 origin/stable-1.2.4 Branch stable-1.2.4 konfiguriert zum Folgen von Remote-Branch stable-1.2.4 von origin. Zu neuem Branch 'stable-1.2.4' gewechselt
and afterwards built the package. I have uploaded it to my public directory at denemo.org. By the way, when running ./autogen.sh I get a lot of warnings like src/Makefile.am:193: warning: source file 'audio/alsabackend.c' is in a subdirectory, src/Makefile.am:193: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. and similar for other files. Are they harmful, and how can I get rid of them? Andreas Am 11.07.2015 um 11:21 schrieb Richard Shann: > On Sat, 2015-07-11 at 11:12 +0200, Andreas Schneider wrote: >> I tried to change to the stable branch via >> git checkout stable-1.2.4 >> but it seems a new branch has been created. What did I do wrong? > > My notes on this are: > > Remote Branches > You want to run a command like this (first do git pull): > > git pull > git checkout -b stable-1.0.8 origin/stable-1.0.8 > > The part that goes "-b stable-0.8.6" creates a local branch off of the > remote branch. The local branch will be called whatever you pass the > -b. > > It was Jeremiah that educated me on this... > > Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
