Op 2011-01-11 15:09, Michael Schnell het geskryf: > > The git protocol is forbidden by the firewall, the server does not seem > to support http:
That is strange. Most firewalls track the initial outgoing packets of traffic, and allow return packets back in without problems. Maybe not all firewalls are made equal. :-/ And no, SourceForge has very limited support for Git - rather annoying. > Is it possible to access the files via svn (like the fpc and Lazarus > sources) ? No, but I've done the next best thing. I'm really getting annoyed by SourceForge and there lack of cool git features (like what Github or Gitorious has). Anyway, I created a new mirror repository of fpGUI Toolkit on Github. There you can use the git:// or https:// protocols to clone. You can even download the whole repository (or a Branch or a Tag) as a .zip or .tar.gz archive file. eg: Run the following command... git clone https://github.com/graemeg/fpGUI.git This will clone the repository into a 'fpGUI' directory, and check out a remote tracking branch called 'master'. Now you should be good to go. To browse the repository online you can use the following URL in your web browser. https://github.com/graemeg/fpGUI Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
