Re: [Rosegarden-user] svn to git Transition Complete

2021-04-25 Thread Ted Felix
On 4/2/21 1:59 PM, Ted Felix wrote:  The transition from svn to git is complete. For those that are following along with git for testing, I've confirmed that instead of this: git fetch --tags git rebase ...you can safely do this: git pull --tags A little bit easier to remember.

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-06 Thread Ted Felix
Thanks for testing. I just updated it to use git describe. Works well with only one git invocation. Could probably reduce it to just the hash and the * with string manipulation in cmake. Looks fine as-is, though, so I think I'll leave it alone. Please test latest git. Ted. On 4/6/21

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-06 Thread Colin Fletcher via Rosegarden-user
On 06/04/2021 20:48, Ted Felix wrote: >  Ok, shouldn't check for svn now.  Please test latest in git. Yes, looks good. No complaints about missing svn executable from make now, and "About Rosegarden" shows the right commit hash (including a '*' at the end if there are any local uncommitted changes

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-06 Thread Ted Felix
Ok, shouldn't check for svn now. Please test latest in git. I didn't use git describe, but it looks like I should. I'll take a closer look. Thanks for the tip. Ted. On 4/4/21 3:43 PM, Ted Felix wrote:  Yeah, that's actually on my todo list to switch us over from svn to git in the abo

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread chuck elliot
hard drive most likely - I have seen some smartd errors on this machine. I have used https://github.com/tedfelix/rosegarden in the past with no problems. On 04/04/2021 11:59 pm, Ted Felix wrote: On 4/4/21 5:46 PM, chuck elliot wrote: I built it from git the other day. It compiled ok 2nd tr

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread Colin Fletcher via Rosegarden-user
On 04/04/2021 20:43, Ted Felix wrote: > Yeah, that's actually on my todo list to switch us over from svn to > git in the about box. Does it still build ok? Yes, after the "Could NOT find Subversion" message the build continues without further error, and appears to produce a working rosegarden bin

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread Ted Felix
On 4/4/21 5:46 PM, chuck elliot wrote: I built it from git the other day. It compiled ok 2nd try. Good to hear. collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped Wow. That's a crash like a sigsegv. Could be almost anything including cosmic rays or a marginal

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread chuck elliot
I built it from git the other day. It compiled ok 2nd try. 1st try aborted with: [ 94%] Building CXX object src/CMakeFiles/rosegardenprivate.dir/sequencer/RosegardenSequencer.cpp.o [ 94%] Building CXX object src/CMakeFiles/rosegardenprivate.dir/sound/JackCaptureClient.cpp.o [ 94%] Building CXX

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread Ted Felix
Yeah, that's actually on my todo list to switch us over from svn to git in the about box. Does it still build ok? Ted. On 4/4/21 8:33 AM, Colin Fletcher wrote: On 02/04/2021 18:59, Ted Felix wrote:  The transition from svn to git is complete.  For those who are following along with deve

Re: [Rosegarden-user] svn to git Transition Complete

2021-04-04 Thread Colin Fletcher via Rosegarden-user
On 02/04/2021 18:59, Ted Felix wrote: >  The transition from svn to git is complete. > >  For those who are following along with development, you'll need to > abandon your svn working copy and start a new git working copy. > >  I've put together a "Using git" page on the wiki that describes how t

[Rosegarden-user] svn to git Transition Complete

2021-04-02 Thread Ted Felix
The transition from svn to git is complete. For those who are following along with development, you'll need to abandon your svn working copy and start a new git working copy. I've put together a "Using git" page on the wiki that describes how to use git for testing. Follow the steps in