public marks

PUBLIC MARKS with tag scm

August 2008

July 2008

June 2008

May 2008

Aegis 4.24

by jdrsantos
Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master sour

April 2008

Make a Secure Code Server

by YukuanBlog
原先架設的版本控制系統 SVN 及搭配的問題追蹤系統 Trac ,兩者都是透過 HTTP 協定和用戶端連線,現在為了隱密地傳輸資料,最直接的方案就是改走 HTTPS (HTTP over SSL)協定。

March 2008

A Visual Guide to Version Control | BetterExplained

by nhoizey & 8 others
This guide is purposefully high-level: most tutorials throw a bunch of text commands at you. I prefer to cover the high-level concepts without getting stuck in the syntax (the manual is always there, don’t worry). Sometimes it’s nice to see what’s p

git-wiki -- because who needs cool names when you use git?

by greut & 1 other

git-wiki it is a quick and not properly planned hack. It relies on git to keep pages’ history and Sinatra to serve them.

knowing that Twiki uses RCS scares me.

January 2008

Piston ~ Easy Vendor Branch Management

by greut & 1 other (via)

Piston is a utility that eases vendor branch management. This is similar to svn:externals, except you have a local copy of the files, which you can modify at will.

December 2007

November 2007

scie.nti.st » Hosting Git repositories, The Easy (and Secure) Way

by greut & 1 other

this article will be a tutorial showing you how to host and manage Git repositories with access control, easily and safely.

to answer the “How do I store a GIT repository” question

October 2007

Bamboo Blog - Talk @ 2: Using GIT for Rails Development

by greut

[...] experimenting with Git for Rails development.

yet another reason to try it... (Git not Rails ;-D)

September 2007

SVN & Trac Installation 備忘

by YukuanBlog
說起 Issue Tracking System,要跟 Subversion 搭配良好,且一樣是 freeware 的,當然非 Trac 莫屬。細查之下,乖乖, Trac 竟然要裝那麼多相關套件,且各個套件還要挑正確版本,才可運作良好。 為了避免大家(或將來的自己)白走冤枉路,這裡把要安裝的東西及安裝步驟條列於後: