Results 1 to 9 of 9

Thread: Source location

  1. #1
    Registered User
    Join Date
    Aug 2020
    Posts
    131

    Question Source location

    Has there been any discussion about moving ShowEQ to GitHub.com and archiving the old SourceForge stuff? SF is full of ads, and while one never really needs to go there, I find myself missing modern abilities, such as being able to search for text in files, etc., without pulling it local.

    This is one of the only projects that I use that I still visit SF to grab. It would be nice to bring it to a modern platform

  2. #2
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,008

    Re: Source location

    cn187 was talking about it. I dont know how to use Github. There is a something to move from SF to Github. I guess I need to create an account and start brushing up.

    https://gist.github.com/rubo77/8f221...0a996c7132dae0 moving with full history.

    Still havent found a way to sync them though for future releases.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  3. #3
    Administrator
    Join Date
    Oct 2019
    Posts
    504

    Re: Source location

    Quote Originally Posted by xerxes View Post
    Has there been any discussion about moving ShowEQ to GitHub.com and archiving the old SourceForge stuff? SF is full of ads, and while one never really needs to go there, I find myself missing modern abilities, such as being able to search for text in files, etc., without pulling it local.

    This is one of the only projects that I use that I still visit SF to grab. It would be nice to bring it to a modern platform

    I would have been OK moving things to GitHub until Microsoft bought them. Now I'm pretty against it. They want everyone to believe that they've changed but I don't believe it for a second - I think they're playing the long con.

    I'd be a little more agreeable to moving to GitLab. In fact, I'm already pushing svn commits/tags for trunk and cn187_devel (via git-svn and some scripts I cobbled together) to GitLab for CI/CD purposes. So while it's not GitHub, the GitLab interface may be a little closer to what you're after for searching, etc. See https://gitlab.com/showeq/showeq

    And I for sure would like us to move to git at some point (I'd love to be able to stop using svn), but I'd even be OK with us moving to sourceforge-hosted git. Though that obviously wouldn't address your concerns.

  4. #4
    Administrator
    Join Date
    Oct 2019
    Posts
    504

    Re: Source location

    Quote Originally Posted by BlueAdept View Post

    Still havent found a way to sync them though for future releases.
    There's not a straight forward way to sync from svn to git automatically - I had to do a bit of work to make the sync to gitlab work. If we moved to git at sourceforge, then a git-to-git sync would be easier. I know gitlab supports mirroring external git repositories, and I assume (but don't know for sure) that github does as well. I did see that sourceforge is also advertising the ability to sync from github back to sourceforge (presumably git-to-git, no svn). But I don't know if those syncs are one-way or two-way.

  5. #5
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,008

    Re: Source location

    I am pretty positive it is one way and is not automatic.

    What ever you decide, I am ok with. Maybe use the SF git for a while and then you can move it off at a later time. Have to take into consideration for the users who are not familiar with Git like me.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  6. #6
    Registered User
    Join Date
    Aug 2020
    Posts
    131

    Re: Source location

    Quote Originally Posted by cn187 View Post
    I would have been OK moving things to GitHub until Microsoft bought them. Now I'm pretty against it. They want everyone to believe that they've changed but I don't believe it for a second - I think they're playing the long con.
    I am not a fan of Microsoft. Suffering through AzDO at work is unbearable and all of the engineers and developers I work with despise it. However, word is that they will be deprecating AzDO in the future and pushing GitHub.com on folks, which seems like a much better approach. It would take Microsoft doing a really big blunder to mess up that platform. It's going to be around for awhile, and anyone and everyone knows how to use GitHub.com these days, unlike legacy tools like svn and AzDO git

    I'd also add that the amount of politics at GitLab are greater than Microsoft. In trying to get an issue fixed with our install of GitLab at work, those folks were very unresponsive and completely opposed to making common sense changes that the community has asked for, for years. Namely, the conflict resolution tool in the web tool works the OPPOSITE of the human brain works. Caused so much strife at work and broken deployments because new folks and folks unfamiliar with how backwards it is were innocently trying to fix their merge requests and broke everything. GitLab absolutely refused to add a toggle to address that or disable the built-in conflict resolution, and insisted that we were doing things wrong. Ever since then, we stopped using GitLab and moved to GitHub Enterprise.
    Last edited by xerxes; 03-02-2023 at 11:22 AM.

  7. #7
    Developer
    Join Date
    Oct 2010
    Posts
    215

    Re: Source location

    Consider the policies of any hosted solution as well... if a given source repo has policies against reverse engineering, for example, DB could shut the project down. Or, if the repo has policies that require publishing the identities (even just email addresses), DB could use that to work out who uses the project and shut down those EQ accounts. This applies to both people who publish changes and people who just pull down code. Even if it's just the activity log that's made available to them, DB could pull ip addresses out and associate those with EQ accounts.
    Last edited by Newby; 03-04-2023 at 11:33 PM.

  8. #8
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,008

    Re: Source location

    SF has git, doesn't it. Cant you just use that? We know that SF has been reliable for 18 years or so.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  9. #9
    Administrator
    Join Date
    Oct 2019
    Posts
    504

    Re: Source location

    Quote Originally Posted by BlueAdept View Post
    SF has git, doesn't it. Cant you just use that? We know that SF has been reliable for 18 years or so.
    I expect moving to SF-hosted git is what will eventually happen. Though I'm not really in a hurry - I've finally got my git-svn setup tweaked pretty well, so I can use git to interface with the svn repo. That said, I'll probably continue to use GitLab's CI/CD just out of convenience, unless SF starts offering something similar.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On