Github

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
Feanor

Github

Post by Feanor »

Hi guys, first of all a big thank you for all the great work! It's amazing what you created here.

I wondered if you know of github? It's basically a cloud repo for git, where it's really easy to contribute and look at open source projects. Any chance you will switch from cvs to there? It'll make development easier and I'd love to keep track of changes there.

Greetings from Germany,
Daniel
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: Github

Post by Dominus »

We are on SVN. If you want to keep track of changes, subscribe to our (wrongly named) CVS mailing list. At the moment, switching to git would not make any sense to us. If there were many people contributing and/or many different branches being worked on, yes, it'd make sense.
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
drcode
Site Admin
Posts: 2267
Joined: Thu May 14, 2020 1:34 pm

Re: Github

Post by drcode »

My experience with Git earlier this year, when I did a little consulting, was not positive. Maybe it's because I'm too used to CVS, SVN, and Perforce, which are all fairly similar. I thought Github was cool, but Git wasn't very user-friendly; and I was often mucking up my repository and getting strange errors.
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: Github

Post by Dominus »

He he, yeah, I'm having problems with git as well. Can't get used to it when I was forced to use it...
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Colourless
Site Admin
Posts: 731
Joined: Thu May 14, 2020 1:34 pm

Re: Github

Post by Colourless »

I really don't like GIT. Had things screw up throwing errors with no information anywhere about how to fix them other than probably best to re-checkout your repository. Its handling of line ending conversions or more specifically not doing line ending conversions seems completely messed up. Apparently its not an option turning off line ending conversion otherwise bad things can happen as indicated on this page http://help.github.com/line-endings/ ... wtf!
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: Github

Post by Dominus »

Ah well, it's generic github spam it seems. Another - for github :)
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
paulo

Re: Github

Post by paulo »

I wish mercurial had a github equivalent.
Feanor

Re: Github

Post by Feanor »

Hi, sorry for not getting back earlier, went on a business trip and then just forgot :-/.

Well my experience with git is similar - it's way less userfriendly than subversion, but after having worked with both for some time I much prefer git much more now, despite it's quirks. Well, no need to get into that discussion, if you're all fine with svn that's fine with me :).

I might then just have a look at the svn repo if I find some more time, just would liked to see it on github because I got my projects over there, but of course I see your point. Thanks for the time!
artaxerxes
Site Admin
Posts: 1310
Joined: Thu May 14, 2020 1:34 pm

Re: Github

Post by artaxerxes »

while we're on the topic of revision control, I've discovered Fossil (http://www.fossil-scm.org/). I'm thoroughly enthralled with it. Built-in wiki, RSS, bug-tracking, easiest branching and merging I've seen so far.
I've recommended it at my work, and we're now using it on more and more internal projects.

Artaxerxes
Locked