タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

subversionとdevに関するlucky-bagのブックマーク (2)

  • GitとSubversionを共存させる » tune web

    git svn cloneして、ファイル編集して、git commitして、git svn dcommitでSubversionサーバに変更を反映させる。Subversionの変更を取ってくるのはgit svn rebaseだ… なんてのがWeb上で探してすぐ見つかる情報ですが、これでは複数人でgitを使う場合の運用ですぐに行き詰まってしまいます。 実用Gitの16章に定石が載っていると聞き、さっそく買って読んでみました。他の章を飛ばして16章だけ読んだせいもあるのか自分の中ではまだうまく消化出来ていません。とりあえず手順だけ書いておきます。 ◯前提条件 git svnを行う窓口は1箇所にする。git svnのオプションを変えたり、とってくるリビジョンを変えただけでもコミットオブジェクトは変わってしまう。 ◯前準備 git svnを使ってSubversionリポジトリのcloneを作る

  • Using SVN for Web Development — SitePoint

    As our web applications grew and more and more developers started working on them, it became obvious that we needed some kind revision control system to manage our code. As CVS is quite dated and Subversion (SVN) introduced some handy features (atomic transactions, Apache piggybacking, more convenient branching/tagging, tons of other improvements), we chose to go with SVN. The big question was: ho

    Using SVN for Web Development — SitePoint
    lucky-bag
    lucky-bag 2006/02/08
    Subversion で CSS のバージョン管理
  • 1