|
-
Apr 8th, 2018, 02:53 PM
#1
Thread Starter
Addicted Member
vb6 & GitHub
Hello,
I'm thinking to put one of my vb6 projects to GitHub.
I see that there is not a lot of vb6 on GitHub, does it make any sense to put it there, or is this a waste of time?
Does anyone know where can I find some info on how to do this with vb6 projects (tools, instructions, do and don't)
Thanks,
Davor
My projects:
Virtual Forms
VBA Telemetry
-
Apr 8th, 2018, 04:07 PM
#2
Re: vb6 & GitHub
For my 2¢, GitHub is certainly an alternative. However, personally, I think the CodeBank in these forums is a better alternative for a VB6 project. And also, it'll probably be found by more people here than over on GitHub.
Again, just my 2¢.
Good Luck,
Elroy
Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.
-
Apr 8th, 2018, 06:49 PM
#3
Re: vb6 & GitHub
 Originally Posted by Davor Geci
Hello,
I'm thinking to put one of my vb6 projects to GitHub.
I see that there is not a lot of vb6 on GitHub, does it make any sense to put it there, or is this a waste of time?
Does anyone know where can I find some info on how to do this with vb6 projects (tools, instructions, do and don't)
Thanks,
Davor
To answer the question "is this a waste of time?" we really need to know what your reason for wanting to put the code on github is. If you are wanting to have an online version control system then github will certainly do the job. If you are looking to just make the code available online then github will certainly do that but how many people will look for it is another matter.
-
Apr 8th, 2018, 08:31 PM
#4
Re: vb6 & GitHub
Hi Davor, maybe you could post the code in the CodeBank and add a link to GitHub (In other words, your source code is stored on both GitHub and CodeBank).
However, code downloaded from GitHub may be garbled because of GitHub file encoding (such as UTF8 and Unicode).
-
Apr 9th, 2018, 03:15 AM
#5
Re: vb6 & GitHub
use / customize these 2 files in project folder:
.gitignore :
Code:
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
*.exp
*.lib
*.vbw
/*.dll
/*.bak
*.exe
.gitattributes :
Code:
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
*.ctx -diff
*.frx -diff
*.res -diff
*.RES -diff
*.bas eol=crlf
*.cls eol=crlf
*.ctl eol=crlf
*.frm eol=crlf
*.txt eol=crlf
*.vbp eol=crlf
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
-
Apr 9th, 2018, 06:43 AM
#6
Last edited by dz32; Apr 26th, 2019 at 11:23 AM.
-
Apr 9th, 2018, 02:26 PM
#7
Thread Starter
Addicted Member
Re: vb6 & GitHub
Thanks guys for your tips,
are there any plugins for GitHub & vb6 to automate the process like there is for VSS
My projects:
Virtual Forms
VBA Telemetry
-
Apr 9th, 2018, 04:36 PM
#8
Last edited by dz32; Apr 26th, 2019 at 11:23 AM.
-
Apr 9th, 2018, 04:52 PM
#9
Re: vb6 & GitHub
 Originally Posted by Davor Geci
Thanks guys for your tips,
are there any plugins for GitHub & vb6 to automate the process like there is for VSS
I quite like a mixture of TortoiseGit and the command line git client - sort of use either depending on what I am trying to do. I tend to use git flow from the command line as I quite like the branching structure it provides.
-
May 22nd, 2024, 12:14 PM
#10
Hyperactive Member
Re: vb6 & GitHub
tools: Visual Git https://visualgit.io/ Opensource MSSCCI Git provider for usage inside the VB6 IDE.
-
May 22nd, 2024, 03:40 PM
#11
Re: vb6 & GitHub
I'm late to the party, but you might also look at GitLab. The technology is the same, the pricing structure is different. Each is best for certain types of situations.
My usual boring signature: Nothing
 
-
May 22nd, 2024, 03:56 PM
#12
Re: vb6 & GitHub
Six years late to this party it seems...
-tg
-
May 23rd, 2024, 12:59 PM
#13
Re: vb6 & GitHub
No such thing as a dead thread as long as you have deep necromancer powers to resurrect it. The recent additions are also quite helpful.
https://github.com/yereverluvinunclebert
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.
-
May 23rd, 2024, 04:02 PM
#14
Re: vb6 & GitHub
It's a Dead Thread Party ... come and join the fun...
-tg
-
May 25th, 2024, 03:36 AM
#15
Addicted Member
Re: vb6 & GitHub
Ohh, I will check that "Visual Git", thanks for that!
-
May 25th, 2024, 07:43 AM
#16
Re: vb6 & GitHub
VisualGit was way beyond me, I tried it and decided against exploring it. I simply use github desktop and let it do the work. The thread can go back to the dark depths from whence it came.
https://github.com/yereverluvinunclebert
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.
-
May 30th, 2024, 05:30 PM
#17
Re: vb6 & GitHub
Who can make a github api module specially? You can upload the source code, and we will develop a project together.
-
Jun 1st, 2024, 04:23 PM
#18
Hyperactive Member
Re: vb6 & GitHub
 Originally Posted by yereverluvinuncleber
VisualGit was way beyond me, I tried it and decided against exploring it. I simply use github desktop and let it do the work. The thread can go back to the dark depths from whence it came.
Well, you might use github desktop, but having to do things outside the IDE is just awful, and VisualGit works the way regular VisualSourceSafe integration works. And I was looking for an integrated experience as otherwise there wouldn't be a real reason for me to switch from our VSS to Github for our legacy (but still main) VB6 project.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|