タグ

svnに関するsecondlifeのブックマーク (5)

  • Announcing SVN Support

    ProductAnnouncing SVN SupportEver wanted to use SVN to grab code from GitHub? Well, now you can, and just like that GitHub is the world's biggest Subversion host. Here's a few things you… Ever wanted to use SVN to grab code from GitHub? Well, now you can, and just like that GitHub is the world’s biggest Subversion host. Here’s a few things you might like to do with it: Use any GitHub repository as

    Announcing SVN Support
    secondlife
    secondlife 2010/04/01
    すごww "1 Apr 2010" / id:mattn や、1 Apr にかぶせてこの機能出す github すごい!という意味です!!
  • 2008-03 - while (“im automaton”);

    最近は一度Vimを起動したらPCシャットダウンまで終了しないと言ってもいいくらいの使い方をしているのですが、稀にGNU screenの別のウィンドウから起動済みのVimのプロセスを操作したい場合があります。つまり、ウィンドウAとウィンドウBがあったとして、両方から同一のVimプロセスをインタラクティブに操作したいということです。 例えば、カレントディレクトリのファイルを開いて多少の編集をし、結果を起動済みのVimプロセスの適当なバッファにコピペするとします。GNU screenや端末エミュレータ自体の機能を用いてコピペすることは不可能ではないですが、'nowrap'や'number'の状態で正しくコピーすることはまず不可能ですし、コピーの種類(文字単位、行単位、矩形単位)の情報が落ちるので思ったようなペーストができませんし、何よりVimの完全なキーバインドが使えないので不便です。 Emac

    secondlife
    secondlife 2008/05/22
    git archive --prefix=dir/ master | tar xf -
  • SVN's svn:externals to GIT's Submodule for Rails Plugins - Panther Software

    Why Git? Do you manage your Rails Plugins via svn:externals? Thinking of switching to Git but are concerned that Git lacks a direct equivalent of svn:externals? In this article I present a work-around or even IMHO a better solution than SVN's.Please note that I have posted a follow-up article, which presents a working solution using Git sub-projects to overcome the git-cat-file bad file error whe

    secondlife
    secondlife 2008/05/01
    svn:externals を git submodule で
  • YappoLogs: 悪のりで学ぶsvnadmin/trac入門実用編

    悪のりで学ぶsvnadmin/trac入門実用編 とある平和なある週末に事件は起こった xx:14 ([aopy]+) stfuawsc汚染なコードをciってまった xx:14 (A) ちょ xx:14 (B) ww xx:14 (C) www xx:14 (D) stfuawsc xx:14 {[ainOS]+} パネラーディスカッションという事で、直近のコミットした内容をこの世から抹消しなければならなくなった。 しかもtrac上のデータもあわせて..! 消したいリビジョンは100である。 svnのデータを消すコマンドだけで直前のコミットを取り消せないものかと調べたが、出来ないという事が分かった。 ちょっと冷静になって、svnadmin dumpとsvnadmin loadの組み合わせで何とか出来ないか?と考え$ svnadmin dump /svn/public > /tmp/publ

    secondlife
    secondlife 2006/11/16
    svn/trac でヤヴァでーたを消す
  • Brad Choate: OSCON: Subversion Best Practices

    Here’s a summary of an OSCON session I’m attending right now. Every seat in this room is full. This talk is done by Ben Collins-Sussman & Brian W. Fitzpatrick (Google employees). Server best practices Which server to use? Depends. svnserve: Fast, light, quick. Good for simple setups. svn+ssh if you need encryption. Apache: Mount as a network share; flexible authentication; browsing of repository;

    secondlife
    secondlife 2006/11/08
    In-place “import” のやりかたいつも忘れるのでメモ
  • 1