Dear all,
I've followed, from a far point of view, the migration of some bundles (in particular the Make bundle) from the old Subversion repository to the new GitHub repository. But I never took the time to go and fetch any bundle from what seems to be the future repository "of choice." Until... Makefile bundle disappeared after an SVN update on the root of my bundle directory.
I tried to use the GetBundle bundle to get the Makefile bundle, from the GitHub repository, but the command "Install Bundles" asks me to wait and finishes without other notice. I was about to try to get it using the command line Git tool, but as nothing in the TM manual tells about it, I don't like the idea. Plus, I cannot find a way to have a list of all the TM bundles from GitHub. And the archives of this list haven't helped me.
So here is my question: what is the "official" way to get bundles from GitHub?
Thanks in advance.
Best regards, Mathieu
___________________________________________
Mathieu Godart
ASIC Integration Manager Coolsand Technologies ___________________________________________
On 1 Feb 2010, at 18:13, Mathieu Godart wrote:
I tried to use the GetBundle bundle to get the Makefile bundle, from the GitHub repository, but the command "Install Bundles" asks me to wait and finishes without other notice.
Please try the GetBundles bundle (note the plural).
http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
In Terminal: mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles export LC_CTYPE=en_US.UTF-8 svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
... and reload Bundles in TM.
--Hans
Hello,
I've had to manually pull down all of the files for the bundles I want installed because every time I try this line:
svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
I get the following error: svn: Unrecognized URL scheme for 'http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle'
Did I set my svn install up wrong or something?
Thanks, Boysenberry
On Feb 1, 2010, at 10:57 AM, Hans-Jörg Bibiko wrote:
On 1 Feb 2010, at 18:13, Mathieu Godart wrote:
I tried to use the GetBundle bundle to get the Makefile bundle, from the GitHub repository, but the command "Install Bundles" asks me to wait and finishes without other notice.
Please try the GetBundles bundle (note the plural).
http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
In Terminal: mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles export LC_CTYPE=en_US.UTF-8 svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
... and reload Bundles in TM.
--Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 2010-02-01 14:34, Boysenberry Payne wrote:
I get the following error: svn: Unrecognized URL scheme for 'http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle'
Did I set my svn install up wrong or something?
Sounds like you don't have it compiled with the 'neon' remote access backend. Neon handles the http and https schemes. Do 'svn --version' to check.
macduff:/tmp$ svn --version svn, version 1.6.5 (r38866) compiled Oct 16 2009, 02:54:10
Copyright (C) 2000-2009 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon. - handles 'http' scheme - handles 'https' scheme * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme
On Mon, Feb 1, 2010 at 12:04 PM, Steve King sking@arbor.net wrote:
Sounds like you don't have it compiled with the 'neon' remote access backend. Neon handles the http and https schemes. Do 'svn --version' to check.
To toot a horn for another project I'm attached to, updated versions of Subversion (and Git, and lots of stuff) can be self-compiled using Homebrew: http://github.com/mxcl/homebrew
On 1 Feb 2010, at 20:34, Boysenberry Payne wrote:
I've had to manually pull down all of the files for the bundles I want installed because every time I try this line:
svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
I get the following error: svn: Unrecognized URL scheme for 'http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle'
Did I set my svn install up wrong or something?
It seems like it. Try to explicitly call ‘/usr/bin/svn’ as the system’s svn should work fine with http.
Le 1 févr. 2010 à 18:57, Hans-Jörg Bibiko a écrit :
Please try the GetBundles bundle (note the plural).
Wow !
Indeed, that was my problem. Thanks for your quick answer.
Anyway, having one GetBundle and one GetBundles is really confusing. What is the difference between the two? Is the first one deprecated?
Best regards, Mathieu
___________________________________________
Mathieu Godart
ASIC Integration Manager Coolsand Technologies ___________________________________________