Archives for blog ViolentCoding

[Mac]Leopard に入っているSVNでリポジトリ作成

さて、リポジトリを作ってみるか。ということで、

[Mac]Leopard に入っているSubversion確認
http://violentcoding.com/blog/2008/04/16/archives/115

の続き。

 

ホームの「書類」に「test」フォルダを作っておいて、myRepositoryというリポジトリでも作ってみる。
svnadmin の create でリポジトリとなるディレクトリのパスを指定してやる。

$ svnadmin create Documents/test/myRepository

はい、終了。

 

これだけじゃ寂しいので、ちゃんとできてるか svn の checkout で確認してやる。
さっき作ったリポジトリをURLで書いてあげて・・・

$ svn co file://localhost/Users/violentcoding/Documents/test/myRepository

 

どうかな?

Checked out revision 0.

うん、OK。

Related posts

[Mac]Leopard に入っているSubversion確認

そういえば、Leopardに標準で入っているという噂のSubversionを全く見ていなかったので、まずは確認。

ターミナルで

$ svn --version

おぉ、いましたね!

svn, version 1.4.4 (r25188)
   compiled Sep 23 2007, 22:32:34

Copyright (C) 2000-2006 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_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - 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

よし、ヘルプを。

$ svn help

でました。

usage: svn <subcommand> [options] [args]
Subversion command-line client, version 1.4.4.
Type 'svn help <subcommand>' for help on a specific subcommand.
Type 'svn --version' to see the program version and RA modules
  or 'svn --version --quiet' to see just the version number.

Most subcommands take file and/or directory arguments, recursing
on the directories.  If no arguments are supplied to such a
command, it recurses on the current directory (inclusive) by default.

Available subcommands:
   add
   blame (praise, annotate, ann)
   cat
   checkout (co)
   cleanup
   commit (ci)
   copy (cp)
   delete (del, remove, rm)
   diff (di)
   export
   help (?, h)
   import
   info
   list (ls)
   lock
   log
   merge
   mkdir
   move (mv, rename, ren)
   propdel (pdel, pd)
   propedit (pedit, pe)
   propget (pget, pg)
   proplist (plist, pl)
   propset (pset, ps)
   resolved
   revert
   status (stat, st)
   switch (sw)
   unlock
   update (up)

Subversion is a tool for version control.
For additional information, see http://subversion.tigris.org/

 

じゃあ、svnadmin。

$ svnadmin --version

うんうん。

svnadmin, version 1.4.4 (r25188)
   compiled Sep 23 2007, 22:32:34

Copyright (C) 2000-2006 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 back-end (FS) modules are available:

* fs_fs : Module for working with a plain file (FSFS) repository.

で、ヘルプ。

$ svnadmin help

どーん!

general usage: svnadmin SUBCOMMAND REPOS_PATH  [ARGS & OPTIONS ...]
Type 'svnadmin help <subcommand>' for help on a specific subcommand.
Type 'svnadmin --version' to see the program version and FS modules.

Available subcommands:
   crashtest
   create
   deltify
   dump
   help (?, h)
   hotcopy
   list-dblogs
   list-unused-dblogs
   load
   lslocks
   lstxns
   recover
   rmlocks
   rmtxns
   setlog
   verify

さて、リポジトリを作ってみるか

Related posts

[Flash/Flex]ヘルプ用HTMLのローカル保存場所

Flash CS3とFlex Builder 3のヘルプに表示されるヘルプ用HTMLファイルのローカル保存場所をメモ。

 

Flash CS3

Mac OS X:

Macintosh HD/ライブラリ
Application Support/Adobe/Flash CS3/ja/Configuration/HelpPanel/Help

Windows XP:

C:¥Documents and Settings¥All Users
Application Data¥Adobe¥Flash CS3¥ja¥Configuration¥HelpPanel¥Help

 

ActionScript 3.0 コンポーネントリファレンスガイドなら、

Help/ActionScriptLangRefV3/index.htmlになる。


 

Flex Builder 3

Flex Builder 3の場合はというと、Flex Builder 3をインストールしたフォルダの「plugins/com.adobe.flexbuilder.helpなんとか」というのがヘルプ用HTMLファイル類。

 

その中で日本語ヘルプファイルは「com.adobe.flexbuilder.help.nl1_3.0.194161/nl/ja」にある「doc.zip」。

Adobe Flex Builder 3/plugins/com.adobe.flexbuilder.help.nl1_3.0.194161/nl/ja/doc.zip

 

Adobe Flex 3 リファレンスガイドなら、「doc.zip」を解凍して

doc/langref/index.htmlになる。

 

Webのリファレンスが使えない時は思い出してあげてください。
まぁ、普通にアプリを立ち上げればそれで済むんだけどね。

Related posts

[Mac]Adobeアプリのアンインストーラ

MacでAdobeアプリのアンインストールメモ。Mac OS X 10.5.2での話。

 

基本的にAdobeアプリのアンインストーラは「Macintosh HD/アプリケーション/ユーティリティ/Adobe Installers」に各アプリに対応した「Setup.app」へのエイリアスが置かれるようだ。

「Macintosh HD/アプリケーション/ユーティリティ/Adobe Installers/Adobe Creative Suite 3 Web Premium を追加または削除」とかね。

 

その各「Setup.app」自体は「Macintosh HD/ライブラリ/Application Support/Adobe/Installers」にある英数文字が羅列されたフォルダの中に入ってる。該当するアプリは「Setup.app」のアイコンで分かる。


 

でも、何故かAdobe AIRのアンインストーラは「Macintosh HD/アプリケーション/ユーティリティ」直下に置かれてる。「Macintosh HD/アプリケーション/ユーティリティ/Adobe AIR Uninstaller.app」がそれ。


 

でもでも、Flex Builder になるとFlex Builderをインストールしたフォルダ内に「Uninstall Adobe Flex Builder 3」フォルダがあり、その中の「Adobe Flex Builder 3 をアンインストール.app」でアンインストールをする。

Related posts

[Silverlight]Adobe AS3 Class Diagram Viewer

既に、Pepeさんやnitoyonさんが紹介している「Flex, ActionScript, AIR Posters」をWebで見れるようにしてみました。

Flex Team
Update on Flex, ActionScript, AIR Posters

中垣 茂 ( Shigeru Nakagaki ) | ブログ ( Flex, AIR, ColdFusion )
AS3, Flex 3, AIR ポスター...97メガっすか

てっく煮ブログ
AIR・AS3・Flex3のクラス相関図ポスターが公開中

 

申し訳ないですが、Silverlightです。
Silverlight 2.0 Betaのプラグインが必要なので見たい人は入れてください。

Microsoft Silverlight: Light Up the Web
http://www.microsoft.com/silverlight/default.aspx

 

Adobe ActionScript 3.0 Class Diagram Viewer - Silverlight 2.0 Beta
http://violentcoding.com/content/AdobeAS3ClassDiagramViewer/index.html

posters.pdfから1枚7,200×10,800ピクセル(解像度300相当)のPNG画像に書き出し、それら5枚を横に並べています。各画像のサイズは、22.3MB、32.3MB、32.7MB、24.1MB、30.0MBというボリュームです。

Adobe AS3 Class Diagram Viewer01

 

SilverlightのDeep Zoomという機能を使って表示してます。
MIX08で紹介されていたHard Rock Cafeのサイトで使っているやつです。

Hard Rock Memorabilia
http://memorabilia.hardrock.com/

マウスドラッグで画像の移動やマウスホイールで拡大縮小ができます。

Adobe AS3 Class Diagram Viewer02

Deep Zoomでは拡大縮小や移動を行っている最中に、結構な負荷がかかっています・・・。
CPU%で拡大縮小・移動時には80% - 90%位のスコアをたたき出しております。

 

作りはMSエバンジェリスト 大野さんの完コピです。

develop .net : Silverlight 2 の新機能 - Deep Zoom
http://blogs.msdn.com/mohno/archive/2008/03/12/silverlight-2-deep-zoom.aspx

develop .net : Silverlight 2 の新機能 - Deep Zoom(マウスホイール編)
http://blogs.msdn.com/mohno/archive/2008/03/12/Silverlight-2-Deep-Zoom-with-Mouse-Wheel.aspx

Related posts

Pages: Prev 1 2 3 4 5 6 7 8 9 Next