SubversionCheckout

Main.SubversionCheckout History

Hide minor edits - Show changes to markup

August 26, 2010, at 21:52 UTC by bastilian -
Changed line 1 from:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are an inexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

to:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are an inexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

September 01, 2009, at 19:32 UTC by John - osascript reload bundles
Added line 31:

osascript -e 'tell app "TextMate" to reload bundles'

January 05, 2009, at 15:52 UTC by lusever -
Changed line 7 from:

mkdir -p /Library/Application Support/TextMate

to:

mkdir -p /Library/Application\ Support/TextMate

January 05, 2009, at 15:44 UTC by lusever - fix folder name
Changed line 7 from:

mkdir -p /Library/Application\ Support/TextMate

to:

mkdir -p /Library/Application Support/TextMate

December 19, 2008, at 14:44 UTC by AzizLight - Fixed the broken link to Ben Bleything's blog post.
Changed line 40 from:

Ben Bleything wrote an alternate mateup script that offers a bit more flexibility and customization. It's too long paste here, but visit this link for an up-to-date copy of the code along with some background info and instructions.

to:

Ben Bleything wrote an alternate mateup script that offers a bit more flexibility and customization. It's too long paste here, but visit this link for an up-to-date copy of the code along with some background info and instructions.

October 29, 2008, at 18:17 UTC by Allan Odgaard - Update link to repository
Changed lines 2-3 from:

For more information see the Bundles section of the manual.

to:

For more information see the Bundles section of the manual.

Changed line 11 from:

svn co http://macromates.com/svn/Bundles/trunk ./

to:

svn co http://svn.textmate.org/trunk ./

February 24, 2008, at 08:36 UTC by Lief -
Changed line 8 from:

cd /Library/Application\ Support/TextMate

to:

cd !$

September 11, 2007, at 21:53 UTC by albhard -
Changed line 1 from:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

to:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are an inexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

May 06, 2007, at 14:51 UTC by Sebastian Graessl -
Changed line 1 from:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

to:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

December 02, 2006, at 20:08 UTC by Sebastian Gräßl -
Changed lines 1-2 from:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

to:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

November 11, 2006, at 09:24 UTC by Scott Stevenson -
Changed lines 1-2 from:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

to:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

November 08, 2006, at 18:04 UTC by Allan Odgaard -
Changed lines 12-13 from:

svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk ./

to:

svn co http://macromates.com/svn/Bundles/trunk ./

Changed lines 14-15 from:

(last line above is ONE line, "\" denotes line continue on next line)

to:
Added lines 22-23:

IMPORTANT: If you checkout all bundles, you need to keep updating them, and you should switch version checks in TextMate to “Cutting Edge” since bundles at the repository do often use cutting edge features.

October 15, 2006, at 20:28 UTC by Ben Bleything -
Changed lines 39-41 from:

=]

to:

=]

Ben Bleything wrote an alternate mateup script that offers a bit more flexibility and customization. It's too long paste here, but visit this link for an up-to-date copy of the code along with some background info and instructions.

September 12, 2006, at 11:43 UTC by iliad -
Changed line 38 from:

chmod +x /usr/local/bin/mateup

to:

sudo chmod +x /usr/local/bin/mateup

August 30, 2006, at 21:31 UTC by GrantHutchins -
Changed lines 24-25 from:

Grant Hutchins has written a shell script to easily update the bundles to their latest versions without any LC_CTYPE errors regardless of your localization settings. Just save this as "mateup" or something and drop it in /usr/local/bin. Note that this script assumes that you installed the svn client via Fink, and the binary resides in the /sw/ tree.

to:

Grant Hutchins has written a shell script to easily update the bundles to their latest versions without any LC_CTYPE errors regardless of your localization settings. Just save this as "mateup" or something and drop it in /usr/local/bin. Note that this script assumes that svn is in your path.

Changed line 31 from:

sudo /sw/bin/svn update

to:

sudo svn update

August 17, 2006, at 11:24 UTC by Sebastian Gräßl -
Changed lines 1-2 from:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

to:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

August 12, 2006, at 21:31 UTC by JonAtkinson -
Changed lines 24-25 from:

Grant Hutchins has written a shell script to easily update the bundles to their latest versions without any LC_CTYPE errors regardless of your localization settings. Just save this as "mateup" or something and drop it in /usr/local/bin.

to:

Grant Hutchins has written a shell script to easily update the bundles to their latest versions without any LC_CTYPE errors regardless of your localization settings. Just save this as "mateup" or something and drop it in /usr/local/bin. Note that this script assumes that you installed the svn client via Fink, and the binary resides in the /sw/ tree.

July 11, 2006, at 18:37 UTC by Aleks -
Changed line 21 from:

export LC_ALL

to:

export LC_ALL=

July 11, 2006, at 01:53 UTC by Grant Hutchins -
Added line 27:
Changed lines 34-35 from:

To make it executable, make sure to run

to:

To make it executable, make sure to run:

Added line 37:
July 11, 2006, at 01:51 UTC by Grant Hutchins -
Changed lines 24-25 from:

Grant Hutchins has written a shell script to easily update the bundles to their latest versions without any LC_CTYPE errors regardless of your localization settings. Just save this as "mateup" or something and drop it in /usr/local/bin.

to:

Grant Hutchins has written a shell script to easily update the bundles to their latest versions without any LC_CTYPE errors regardless of your localization settings. Just save this as "mateup" or something and drop it in /usr/local/bin.

July 11, 2006, at 01:50 UTC by Grant Hutchins -
Added lines 22-36:

=]

Grant Hutchins has written a shell script to easily update the bundles to their latest versions without any LC_CTYPE errors regardless of your localization settings. Just save this as "mateup" or something and drop it in /usr/local/bin.

 
#!/bin/sh
cd /Library/Application\ Support/TextMate 
export LC_CTYPE=en_US.UTF-8
sudo /sw/bin/svn update

To make it executable, make sure to run

 [=

chmod +x /usr/local/bin/mateup

June 01, 2006, at 10:44 UTC by Sebastian Gräßl -
Changed lines 1-2 from:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundel contributed by Sebastian Gräßl.

to:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundle contributed by Sebastian Gräßl.

June 01, 2006, at 06:02 UTC by Sebastian Gräßl -
Changed lines 1-2 from:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundelcontributed by Sebastian Gräßl.

to:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundel contributed by Sebastian Gräßl.

June 01, 2006, at 06:01 UTC by Sebastian Gräßl -
Changed lines 1-2 from:

If you want bundles not included with TextMate, you can perform a subversion checkout.

to:

If you want bundles not included with TextMate, you can perform a subversion checkout or if you are a unexperienced Subversion user you can use the GetBundles-Bundelcontributed by Sebastian Gräßl.

January 04, 2006, at 05:05 UTC by Allan Odgaard -
Changed lines 3-4 from:

For more information see the Bundles section of the manual.

to:

For more information see the Bundles section of the manual.

January 01, 2006, at 18:12 UTC by topi -
Changed lines 12-13 from:

svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk ./

to:

svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk ./

Changed lines 15-16 from:
to:

(last line above is ONE line, "\" denotes line continue on next line)

December 26, 2005, at 21:43 UTC by Anders Borch -
Changed lines 3-20 from:

For more information see the Bundles section of the manual.

to:

For more information see the Bundles section of the manual.

If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app, and run:

 

mkdir -p /Library/Application\ Support/TextMate 
cd /Library/Application\ Support/TextMate 
export LC_CTYPE=en_US.UTF-8 # assuming you don't have this setup already 
# for tcsh instead use: setenv LC_CTYPE en_US.UTF-8 
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk ./

If you get an error "svn: Can't recode string", then you may need to unset the LC_ALL environment variable:

 

export LC_ALL

December 20, 2005, at 12:00 UTC by Allan Odgaard -
Changed line 3 from:

For more information see the [Bundles section of the manual | http://macromates.com/textmate/manual/bundles.html#getting_more_bundles].

to:

For more information see the Bundles section of the manual.

December 20, 2005, at 11:59 UTC by Allan Odgaard -
Changed lines 1-51 from:

If you want the latest bundles, or bundles that are not included with TextMate, you can perform a subversion checkout. This is only recommended for power users, and you should be aware that startup time is (currently!) noticeable affected by the number of items in your Application Support/TextMate folder.


Installing subversion

You first need to install the command line tool svn (short for subversion).

  • If you have Darwin Ports installed, open Terminal.app and run:
    sudo port install subversion
  • If you use Fink, install the svn-client package.
  • If you have neither Fink or Darwin Ports you can grab subversion from Martin Ott's homepage or any of the pre-build binaries from here.

Doing a checkout

If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app, and run:

mkdir -p /Library/Application\ Support/TextMate
cd /Library/Application\ Support/TextMate
export LC_CTYPE=en_US.UTF-8 # assuming you don't have this setup already
# for tcsh instead use: setenv LC_CTYPE en_US.UTF-8
# actually, I think it is: setenv LC_CTYPE=en_US.UTF-8
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk ./

If you get an error "svn: Can't recode string", then you may need to unset the LC_ALL environment variable:

export LC_ALL


Some (important) notes

  • you may want to put export LC_CTYPE=en_US.UTF-8 in /etc/profile or ~/.bash_profile
  • the checkout is done in the system-wide /Library from where TextMate will read your bundles, but if you make changes to these bundles, the changes will be saved in ~/Library. This is the recommended way to checkout the repository (granted you have write permission to the /Library directory)
  • having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select “Show Package Contents” on TextMate.app (in Finder) and navigate to Contents / SharedSupport and trash the Bundles folder
  • there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, quit TextMate, open Terminal.app, and run:

    cd /Library/Application\ Support/TextMate
    export LC_CTYPE=en_US.UTF-8 # assuming you don't have this setup already
    svn up
  • each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users. (Is this still true? Latest beta notes say, "Only minimal language support is included with this version of TextMate. For more bundles you can perform a subversion checkout.")
    Sort of true yes, the betas contain the 26 most popular bundles.
to:

If you want bundles not included with TextMate, you can perform a subversion checkout.

For more information see the [Bundles section of the manual | http://macromates.com/textmate/manual/bundles.html#getting_more_bundles].

December 17, 2005, at 14:46 UTC by eeyore -
Added line 26:

# actually, I think it is: setenv LC_CTYPE=en_US.UTF-8 \\

Changed lines 42-43 from:
  • having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select “Show Package Contents” on TextMate.app (in Finder) and navigate to Contents / SharedSupport and trash the Bundles folder
to:
  • having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select “Show Package Contents” on TextMate.app (in Finder) and navigate to Contents / SharedSupport and trash the Bundles folder
Changed line 51 from:

Sort of true yes, the betas contain the 26 most popular bundles.

to:

Sort of true yes, the betas contain the 26 most popular bundles.

July 22, 2005, at 17:03 UTC by Allan Odgaard -
Changed lines 49-50 from:
  • each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users. (Is this still true? Latest beta notes say, "Only minimal language support is included with this version of TextMate. For more bundles you can perform a subversion checkout.")
to:
  • each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users. (Is this still true? Latest beta notes say, "Only minimal language support is included with this version of TextMate. For more bundles you can perform a subversion checkout.")
    Sort of true yes, the betas contain the 26 most popular bundles.
July 22, 2005, at 14:46 UTC by 70.17.152.77 -
Changed line 49 from:
  • each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users.
to:
  • each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users. (Is this still true? Latest beta notes say, "Only minimal language support is included with this version of TextMate. For more bundles you can perform a subversion checkout.")
July 19, 2005, at 03:55 UTC by Allan Odgaard -
Changed lines 1-2 from:

If you want the latest bundles, or bundles that are not included with TextMate, you can perform a subversion checkout. This is only recommended for power users, and you should be aware that startup is (currently!) noticeable affected by the number of items in your Application Support/TextMate folder.

to:

If you want the latest bundles, or bundles that are not included with TextMate, you can perform a subversion checkout. This is only recommended for power users, and you should be aware that startup time is (currently!) noticeable affected by the number of items in your Application Support/TextMate folder.

July 19, 2005, at 03:54 UTC by Allan Odgaard -
Changed lines 1-2 from:

If you want the latest bundles, or bundles that are not included with TextMate, you can perform a subversion checkout. This is only recommended for power users, and you should be aware that startup is (currently!) noticeable affected by the number of items in your Application Support/TextMate folder.

to:

If you want the latest bundles, or bundles that are not included with TextMate, you can perform a subversion checkout. This is only recommended for power users, and you should be aware that startup is (currently!) noticeable affected by the number of items in your Application Support/TextMate folder.

July 19, 2005, at 03:53 UTC by Allan Odgaard -
Changed lines 1-2 from:

The repository is currently being updated to support new features introduced in Version1Dot1Beta6. If you're using beta 5, you may want to hold out on doing a svn update. (There is no official tag on the repository for when it last supported beta 5, but you can possibly check out revision 618 for beta 5 support.)

to:

If you want the latest bundles, or bundles that are not included with TextMate, you can perform a subversion checkout. This is only recommended for power users, and you should be aware that startup is (currently!) noticeable affected by the number of items in your Application Support/TextMate folder.

Deleted lines 36-37:
  • the trailing dot on the last line is part of the argument! it represents “current directory
July 19, 2005, at 03:50 UTC by Allan Odgaard -
Deleted lines 25-28:

svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk Bundles

NOTE: Using the current svn tree, the previous command -does not work- with 1.1b16. To fix the problem, I used the following:

July 18, 2005, at 18:16 UTC by Kevin Clark -
Added lines 28-31:

NOTE: Using the current svn tree, the previous command -does not work- with 1.1b16. To fix the problem, I used the following:

svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk ./

July 13, 2005, at 05:35 UTC by Kevin Ballard -
Changed lines 26-27 from:

svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .

to:

svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk Bundles

June 08, 2005, at 16:12 UTC by Allan Odgaard -
Added line 25:

# for tcsh instead use: setenv LC_CTYPE en_US.UTF-8 \\

May 28, 2005, at 19:08 UTC by SamNewman -
Added lines 27-31:

If you get an error "svn: Can't recode string", then you may need to unset the LC_ALL environment variable:

export LC_ALL

May 20, 2005, at 17:25 UTC by 216.146.88.250 -
Changed lines 1-2 from:

The repository is currently being updated to support new features introduced in Version1Dot1Beta6. If you're using beta 5, you may want to hold out on doing a svn update.

to:

The repository is currently being updated to support new features introduced in Version1Dot1Beta6. If you're using beta 5, you may want to hold out on doing a svn update. (There is no official tag on the repository for when it last supported beta 5, but you can possibly check out revision 618 for beta 5 support.)

May 15, 2005, at 12:36 UTC by wnorrix -
Changed lines 10-11 from:

sudo port install svn

to:

sudo port install subversion

April 23, 2005, at 08:04 UTC by Allan Odgaard -
Changed lines 10-11 from:

sudo port install svn

to:

sudo port install svn

April 23, 2005, at 07:56 UTC by Allan Odgaard -
Changed lines 3-4 from:

1. You need to install the command line tool svn (short for subversion).

to:

Installing subversion

You first need to install the command line tool svn (short for subversion).

Changed lines 16-17 from:

2. If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app, and run:
\\

to:

Doing a checkout

If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app, and run:

Added lines 27-28:

April 23, 2005, at 07:54 UTC by Allan Odgaard -
Changed lines 16-29 from:

svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .\\

to:

export LC_CTYPE=en_US.UTF-8 # assuming you don't have this setup already
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .

Some (important) notes

  • the trailing dot on the last line is part of the argument! it represents “current directory
  • you may want to put export LC_CTYPE=en_US.UTF-8 in /etc/profile or ~/.bash_profile
  • the checkout is done in the system-wide /Library from where TextMate will read your bundles, but if you make changes to these bundles, the changes will be saved in ~/Library. This is the recommended way to checkout the repository (granted you have write permission to the /Library directory)
  • having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select “Show Package Contents” on TextMate.app (in Finder) and navigate to Contents / SharedSupport and trash the Bundles folder
  • there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, quit TextMate, open Terminal.app, and run:\\
Deleted lines 30-37:

Note 0: the trailing dot is part of the argument! it represents “current directory”.

Note 1: the checkout is done in the system-wide /Library from where TextMate will read your bundles, but if you make changes to these bundles, the changes will be saved in ~/Library. This is the recommended way to checkout the repository (granted you have write permission to the /Library directory)

Note 2: having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select “Show Package Contents” on TextMate.app (in Finder) and navigate to Contents / SharedSupport and trash the Bundles folder.

Note 3: there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, quit TextMate, open Terminal.app, and run:

Added line 32:

export LC_CTYPE=en_US.UTF-8 # assuming you don't have this setup already\\

Changed line 35 from:

Note 4: each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users.

to:
  • each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users.
April 22, 2005, at 23:56 UTC by Allan Odgaard -
Changed lines 1-2 from:

The repository is currently being updated to support new features introduced in Version1Dot1Beta6. If you're using beta 5, you may want to hold out on doing a svn update.

to:

The repository is currently being updated to support new features introduced in Version1Dot1Beta6. If you're using beta 5, you may want to hold out on doing a svn update.

April 22, 2005, at 07:45 UTC by Allan Odgaard -
Changed lines 24-28 from:

Note 3: there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, quit TextMate, open Terminal.app, and run:

cd /Library/Application\ Support/TextMate
svn up

to:

Note 3: there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, quit TextMate, open Terminal.app, and run:

cd /Library/Application\ Support/TextMate
svn up

April 22, 2005, at 07:44 UTC by Allan Odgaard -
Changed lines 14-16 from:

mkdir -p /Library/Application\ Support/TextMate
cd /Library/Application\ Support/TextMate
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .\\

to:

mkdir -p /Library/Application\ Support/TextMate
cd /Library/Application\ Support/TextMate
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .\\

Changed lines 18-19 from:
  1. NOTE: the trailing dot is part of the argument! it represents “current directory”.
to:

Note 0: the trailing dot is part of the argument! it represents “current directory”.

April 22, 2005, at 07:41 UTC by Allan Odgaard -
Added line 17:

\\

April 22, 2005, at 07:41 UTC by Allan Odgaard -
Changed lines 16-17 from:

svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .

to:

svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .
# NOTE: the trailing dot is part of the argument! it represents “current directory”.

April 21, 2005, at 11:42 UTC by Allan Odgaard -
Changed lines 1-2 from:

The repository is currently being updated to support new features introduced in Version1.1beta6. If you're using beta 5, you may want to hold out on doing a svn update.

to:

The repository is currently being updated to support new features introduced in Version1Dot1Beta6. If you're using beta 5, you may want to hold out on doing a svn update.

April 21, 2005, at 11:41 UTC by Allan Odgaard -
Added lines 1-2:

The repository is currently being updated to support new features introduced in Version1.1beta6. If you're using beta 5, you may want to hold out on doing a svn update.

April 21, 2005, at 11:35 UTC by procreate -
Changed line 12 from:

mkdir -p /Library/Application\ Support/TextMate

to:

mkdir -p /Library/Application\ Support/TextMate\\

April 21, 2005, at 11:21 UTC by Allan Odgaard -
Changed lines 12-18 from:

cd ~/Library/Application\ Support/TextMate
mv Bundles old_Bundles
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk Bundles

Note 1: having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select “Show Package Contents” on TextMate.app (in Finder) and navigate to Contents / SharedSupport and trash the Bundles folder.

Note 2: there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, quit TextMate, open Terminal.app, and run:\\

to:

mkdir -p /Library/Application\ Support/TextMate cd /Library/Application\ Support/TextMate
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .

Note 1: the checkout is done in the system-wide /Library from where TextMate will read your bundles, but if you make changes to these bundles, the changes will be saved in ~/Library. This is the recommended way to checkout the repository (granted you have write permission to the /Library directory)

Note 2: having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select “Show Package Contents” on TextMate.app (in Finder) and navigate to Contents / SharedSupport and trash the Bundles folder.

Note 3: there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, quit TextMate, open Terminal.app, and run:\\

Changed line 22 from:

cd ~/Library/Application\ Support/TextMate/Bundles\\

to:

cd /Library/Application\ Support/TextMate\\

Changed line 25 from:

Note 3: each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users.

to:

Note 4: each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users.

April 17, 2005, at 13:23 UTC by Allan Odgaard -
Changed lines 1-44 from:

˴»[http://www.googletosh.com/ վ][http://www.googleandbaidu.com/ վ] [http://www.googletosh.com/ վƹ][http://www.googleandbaidu.com/ վ],һվ 磺[http://www.postdream.org/ ˾ע /][http://www.postdream.org/ Ϻע ṫ˾] [http://www.dreamathk.com/ ע ۹][http://www.dreamathk.com/ ۹˾] [http://www.shrentcar.com/ ⳵][http://www.shrentcar.com/ Ϻ⳵][http://www.shrentcar.com/ ] [http://www.revivedata.com/ ݻָ][http://www.revivedata.com/ ޸] [http://www.translatebbs.com/ ][http://www.translatebbs.com/ Ӣ﷭] [http://www.shticket.com/ Ʊ][http://www.shticket.com/ ԤƱ] н Եģ[http://www.hklactwo.com/ ][http://www.hklacone.com/ / / ] [http://www.hklacone.com/ ][http://www.hklacone.com/ ]кӵģ[http://www.googletosh.org/Company.htm ע ۹˾] [http://www.88775.com/ ]ȵȣҵ [http://www.dreamatsh.com/ ע ṫ˾][http://www.dreamatsh.com/ ˾ע ][http://www.hklacone.com/lac2/ ] [http://www.curevitiligo.com/English/ vitiligo][http://www.yousanya.com ]|[http://www.wchao.net/jp/ Ʊ] [http://www.regsh.com/ ˾ע /Ϻע ṫ˾][http://www.dela88.com/ / Ʒ][http://haungsanok.com/ / ] [http://www.tripto.com/ ][http://www.tripto.com/ ][http://www.hklactwo.com/lac2/ ] [http://www.goodsanya.com/ ][http://www.dreamhk.org/ ע ۹˾] [http://duweb.w2.ftpcn.cn/ ޸][http://duweb.w2.ftpcn.cn/ ݻָ] [http://sticket.w2.ftpcn.cn/ Ʊ] ϵͬվӣemail:sales@wchao.net

to:

1. You need to install the command line tool svn (short for subversion).

  • If you have Darwin Ports installed, open Terminal.app and run:
    sudo port install svn
  • If you use Fink, install the svn-client package.
  • If you have neither Fink or Darwin Ports you can grab subversion from Martin Ott's homepage or any of the pre-build binaries from here.

2. If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app, and run:

cd ~/Library/Application\ Support/TextMate
mv Bundles old_Bundles
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk Bundles

Note 1: having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select “Show Package Contents” on TextMate.app (in Finder) and navigate to Contents / SharedSupport and trash the Bundles folder.

Note 2: there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, quit TextMate, open Terminal.app, and run:

cd ~/Library/Application\ Support/TextMate/Bundles
svn up

Note 3: each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users.

April 17, 2005, at 11:43 UTC by 222.65.218.254 -
Changed lines 1-23 from:

1. You need to install the command line tool svn (short for subversion).

  • If you have Darwin Ports installed, open Terminal.app and run:
    sudo port install svn
  • If you use Fink, install the svn-client package.
  • If you have neither Fink or Darwin Ports you can grab subversion from Martin Ott's homepage or any of the pre-build binaries from here.

2. If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app, and run:

cd ~/Library/Application\ Support/TextMate
mv Bundles old_Bundles
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk Bundles

Note 1: having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select “Show Package Contents” on TextMate.app (in Finder) and navigate to Contents / SharedSupport and trash the Bundles folder.

Note 2: there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, quit TextMate, open Terminal.app, and run:

cd ~/Library/Application\ Support/TextMate/Bundles
svn up

Note 3: each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users.

to:

˴»[http://www.googletosh.com/ վ][http://www.googleandbaidu.com/ վ] [http://www.googletosh.com/ վƹ][http://www.googleandbaidu.com/ վ],һվ 磺[http://www.postdream.org/ ˾ע /][http://www.postdream.org/ Ϻע ṫ˾] [http://www.dreamathk.com/ ע ۹][http://www.dreamathk.com/ ۹˾] [http://www.shrentcar.com/ ⳵][http://www.shrentcar.com/ Ϻ⳵][http://www.shrentcar.com/ ] [http://www.revivedata.com/ ݻָ][http://www.revivedata.com/ ޸] [http://www.translatebbs.com/ ][http://www.translatebbs.com/ Ӣ﷭] [http://www.shticket.com/ Ʊ][http://www.shticket.com/ ԤƱ] н Եģ[http://www.hklactwo.com/ ][http://www.hklacone.com/ / / ] [http://www.hklacone.com/ ][http://www.hklacone.com/ ]кӵģ[http://www.googletosh.org/Company.htm ע ۹˾] [http://www.88775.com/ ]ȵȣҵ [http://www.dreamatsh.com/ ע ṫ˾][http://www.dreamatsh.com/ ˾ע ][http://www.hklacone.com/lac2/ ] [http://www.curevitiligo.com/English/ vitiligo][http://www.yousanya.com ]|[http://www.wchao.net/jp/ Ʊ] [http://www.regsh.com/ ˾ע /Ϻע ṫ˾][http://www.dela88.com/ / Ʒ][http://haungsanok.com/ / ] [http://www.tripto.com/ ][http://www.tripto.com/ ][http://www.hklactwo.com/lac2/ ] [http://www.goodsanya.com/ ][http://www.dreamhk.org/ ע ۹˾] [http://duweb.w2.ftpcn.cn/ ޸][http://duweb.w2.ftpcn.cn/ ݻָ] [http://sticket.w2.ftpcn.cn/ Ʊ] ϵͬվӣemail:sales@wchao.net

March 29, 2005, at 17:35 UTC by Jonathan Chaffer -
Changed lines 6-8 from:
  • If you use Fink open Terminal.app and run:
    what?
to:
  • If you use Fink, install the svn-client package.
March 29, 2005, at 17:24 UTC by Allan Odgaard -
Changed line 11 from:

2. If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app and run:\\

to:

2. If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app, and run:\\

Changed line 19 from:

Note 2: there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, open Terminal.app and run:\\

to:

Note 2: there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, quit TextMate, open Terminal.app, and run:\\

March 29, 2005, at 17:23 UTC by Allan Odgaard -
Changed line 19 from:

Note 2: there is an RSS feed where you can monitor commits to the bundle repository, if you want to update your bundles to the latest version in the repository, open Terminal.app and run:\\

to:

Note 2: there is an RSS feed where you can monitor commits to the bundle repository (there's also a mailing list where these commit messages are sent, and where general talk about bundle related issues are discussed), if you want to update your bundles to the latest version in the repository, open Terminal.app and run:\\

March 29, 2005, at 17:20 UTC by Allan Odgaard -
Changed lines 12-17 from:

cd ~/Library/Application\ Support/TextMate
mv Bundles old_Bundles
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk Bundles

Note 1: having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select Show Package Contents on TextMate and navigate to Contents / SharedSupport and trash the Bundles folder.

to:


cd ~/Library/Application\ Support/TextMate
mv Bundles old_Bundles
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk Bundles

Note 1: having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select “Show Package Contents” on TextMate.app (in Finder) and navigate to Contents / SharedSupport and trash the Bundles folder.

Changed lines 20-21 from:

cd ~/Library/Application\ Support/TextMate/Bundles\\

to:


cd ~/Library/Application\ Support/TextMate/Bundles\\

March 29, 2005, at 17:17 UTC by Allan Odgaard -
Changed lines 11-13 from:

2. If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app and run: cd ~/Library/Application\ Support/TextMate mv Bundles old_Bundles

to:

2. If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app and run:
cd ~/Library/Application\ Support/TextMate
mv Bundles old_Bundles\\

Changed lines 16-22 from:

Be aware that having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select Show Package Contents on TextMate and navigate to Contents / SharedSupport and trash the Bundles folder.

to:

Note 1: having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select Show Package Contents on TextMate and navigate to Contents / SharedSupport and trash the Bundles folder.

Note 2: there is an RSS feed where you can monitor commits to the bundle repository, if you want to update your bundles to the latest version in the repository, open Terminal.app and run:
cd ~/Library/Application\ Support/TextMate/Bundles
svn up

Note 3: each new beta release will include a snapshot of the repository, so making your own checkout of the repository is something probably reserved for super users.

March 29, 2005, at 17:13 UTC by Allan Odgaard -
Changed lines 9-16 from:
  • If you have neither Fink or Darwin Ports you can grab subversion from Martin Ott's homepage or any of the pre-build binaries from here.
to:
  • If you have neither Fink or Darwin Ports you can grab subversion from Martin Ott's homepage or any of the pre-build binaries from here.

2. If you want to checkout all bundles from the repository so that TextMate can use them, quit TextMate, open Terminal.app and run: cd ~/Library/Application\ Support/TextMate mv Bundles old_Bundles svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk Bundles

Be aware that having all bundles in this location will affect launch time. After having checked out all bundles, you can remove those you do not want, and you may additionally want to select Show Package Contents on TextMate and navigate to Contents / SharedSupport and trash the Bundles folder.

March 29, 2005, at 16:57 UTC by Allan Odgaard -
Changed line 9 from:
  • If you have neither Fink or Darwin Ports you can grab subversion from Martin Ott's homepage.
to:
  • If you have neither Fink or Darwin Ports you can grab subversion from Martin Ott's homepage or any of the pre-build binaries from here.
March 29, 2005, at 16:54 UTC by Allan Odgaard -
Changed lines 1-2 from:

1. You need to install the command line tool 'svn' (short for subversion).

to:

1. You need to install the command line tool svn (short for subversion).

Changed line 6 from:
  • If you use Fink, open Terminal.app and run:\\
to:
  • If you use Fink open Terminal.app and run:\\
Changed line 9 from:
  • If you have neither Fink or Darwin Ports you can grab subversion from Martin Ott's homepage.
to:
  • If you have neither Fink or Darwin Ports you can grab subversion from Martin Ott's homepage.
March 29, 2005, at 16:52 UTC by Allan Odgaard -
Deleted line 0:
Changed line 3 from:
  • If you have Darwin Ports installed, open Terminal.app and run:\\
to:
  • If you have Darwin Ports installed, open Terminal.app and run:\\
Changed line 6 from:
  • If you use Fink, open Terminal.app and run:\\
to:
  • If you use Fink, open Terminal.app and run:\\
Deleted line 9:
March 29, 2005, at 16:50 UTC by Allan Odgaard -
Added lines 1-11:

1. You need to install the command line tool 'svn' (short for subversion).

  • If you have Darwin Ports installed, open Terminal.app and run:
    sudo port install svn
  • If you use Fink, open Terminal.app and run:
    what?
  • If you have neither Fink or Darwin Ports you can grab subversion from Martin Ott's homepage.