Using Microformats as the base, Technorati now provides Microformats Search in the Technorati Kitchen based on real time updates to Reviews, Events, and Contacts.
Read more at the Technorati Weblog.
Technorati Tags:
Microformats Search,
Microformats,
hCard,
hCal,
hReview,
Pingerati.
P.S. Thanks, Matt.
Wednesday, May 31, 2006
Thursday, May 25, 2006
Just a plain rtag
If all you want to do is create a tag, no branch creation involved:
You can run
cvs rtag -r FOO_BARa FOO_BAR_newtagname mainsite
And it will create a new tag that is based on the tag.
You can run
cvs rtag -r FOO_BARa FOO_BAR_newtagname mainsite
And it will create a new tag that is based on the tag.
Tuesday, May 23, 2006
Branching from a tag
Looking at CVS and it looks like you can create a CVS branch when ever you want.
For Example.
Tag is FOO_BARa
And its whats live on the servers and we need to patch a file or 2
You can run
cvs rtag -b -r FOO_BARa FOO_BARa_branch mainsite
And it will create a new branch that is based on the tag.
Then just check out the new branch add the changes and deploy it.
Technorati Tags: CVS
For Example.
Tag is FOO_BARa
And its whats live on the servers and we need to patch a file or 2
You can run
cvs rtag -b -r FOO_BARa FOO_BARa_branch mainsite
And it will create a new branch that is based on the tag.
Then just check out the new branch add the changes and deploy it.
Technorati Tags: CVS
Monday, May 01, 2006
Subscribe to:
Posts (Atom)