Pages tagged subversion:

Subversionリポジトリのバックアップ方法いろいろ - ぱせらんメモ
http://d.hatena.ne.jp/pasela/20090206/svn_backup

バックアップ方法色々。
Enhancing Your Ubuntu Server - NETTUTS
http://net.tutsplus.com/tutorials/other/enhancing-your-ubuntu-server/
A few weeks ago, I showed you how to setup your very own linux server. Now, I'm going to show you how to add even more functionality.
Ultimate Round-Up For Version Control with Subversion | Developer's Toolbox | Smashing Magazine
http://www.smashingmagazine.com/2009/03/10/ultimate-round-up-for-version-control-with-subversion/
by Glen Stansberry Subversion is a version control system that many Web developers and designers use to back up their work. Subversion was started in 2000 and is quite popular in the open-source community; major
オープンソースソフトウェアのつくりかた
http://producingoss.com/ja/
推薦元:http://www.shudo.net/diary/2009mar.html#20090306 * たぶん良書。 * タイトルに「フリー (自由な) ソフトウェア」と入っているけど、内容はそれほど自由ソフトウェア運動に傾倒しているわけでもない。むしろ、中立な立場を貫きつつ、自由ソフトウェア運動への敬意と配慮を見せているのだろう。タイトルもその一貫。 * ライセンス条文の選択については内容が少なめに抑えてあるっぽい。異論が出ない範囲にあえて留めたのかもしれない。 * 一方で、著作権譲渡 (日記2004年4/13分) にきちんと言及してるあたり、すばらしい。 * こういう文書を読むと、新規性とかそういう研究的なことは全然考えないで (というか知らないで) ただただソフトウェアの面白さに傾倒してた学部生〜修士課程の頃を思い出す。
Gitを使いこなすための20のコマンド - SourceForge.JP Magazine
http://sourceforge.jp/magazine/09/03/16/0831212
Git、入門/チュートリアル、←わかりやすい/簡単な使い方
ソーシャル化するOSS開発者たち - @IT
http://www.atmarkit.co.jp/news/analysis/200904/14/git.html
iBanjo » Blog Archive » a Mercurial “super client”
http://blog.red-bean.com/sussman/?p=116
hgsubversion installation guide
Making Sense of Revision-control Systems - ACM Queue
http://queue.acm.org/detail.cfm?id=1595636
Git: Your New Best Friend [Server Side Essentials]
http://www.sitepoint.com/article/version-control-git/
This article introduces version control and Git without assuming you have any prior knowledge or programming experience. Because of its introductory nature, certain details are simplified or omitted and the use of the Git Graphical User Interface (Git GUI) is emphasized. Version control is the process of recording the history of changes to files as they are modified. Users can go back in time and get old versions and identify where changes were introduced (people sometimes refer to version control tools as time machines). This means that it’s easier to: * protect against changes—accidental or otherwise—and be able to access a known good version of a file * track down problems and make fixes to previous versions of files * allow more than one person to modify project files simultaneously (programmers refer to this as parallel development) * retrieve an older set of files (if requested by a customer or manager, for example)
Good advice on branches for web development (production, release, maintenance, etc).
How to set upand use GIT
introduction intro to git
This article introduces version control and Git without assuming you have any prior knowledge or programming experience. Because of its introductory nature, certain details are simplified or omitted and the use of the Git Graphical User Interface (Git GUI) is emphasized. Afterwards the reader should be able to use Git for basic version control and know where to locate further information.
Carsonified » Why You Should Switch from Subversion to Git
http://carsonified.com/blog/web-apps/why-you-should-switch-from-subversion-to-git/
I want to share with you the concept that you can think about version control not as a neccesary inconvenience that you need to put up with in order to collaborate, but rather as a powerful framework for managing your work seperately in contexts, for being able to switch and merge between those contexts quickly and easily, for being able to make decisions late and craft your work without having to pre-plan everything all the time. Git makes all of these things easy and prioritizes them and should change the way you think about how to approach a problem in any of your projects and version control itself.
ThinkVitamin - Carsonified's blog about the web
SVN Server Admin Issue: Fix It! « Smashing Magazine
http://www.smashingmagazine.com/2009/09/25/svn-strikes-back-a-serious-vulnerability-found/
Serious problems like this aren’t supposed to exist nowadays. Every serious or visible exploit is found and fixed quickly. But here we will show you something simple and ordinary yet quite dangerous.
Ned Batchelder: Bare-bones basic Mercurial for Subversion users
http://nedbatchelder.com/text/hgsvn.html
useful
brilliant!
Quick mercurial guide for svn users
WindowsでSubversionを使う:TortoiseSVNでバージョン管理 - SourceForge.JP Magazine
http://sourceforge.jp/magazine/08/08/29/0550232
Windows環境でSubversionによるバージョン管理を行いたい場合に便利なのが、GUIでリポジトリにアクセスできるTortoiseSVNだ。本記事では、TortoiseSVNの導入から基本的な使用方法までを解説する。
TortoiseSVNの使い方あれこれ
ClueMapper – Trac
http://projects.serverzen.com/pm/p/cluemapper
ClueMapper is a web-based application for managing software and software-based consulting projects. Currently it uses Trac to handle individual projects but adds the ability to create new trac instances, svn configurations, etc.
ClueMapper is a web-based application for managing software and software-based consulting projects. Currently it uses Trac to handle individual projects but adds the ability to create new trac instances, svn configurations, etc. The website for ClueMapper is at http://www.cluemapper.org
"ClueMapper is a web-based application for managing software and software-based consulting projects. Currently it uses Trac to handle individual projects but adds the ability to create new trac instances, svn configurations, etc."
In the Woods - SVN 101
http://blog.themeforest.net/general/svn-101/
Simple SVN introduction tutorial.
git ready » converting from svn
http://gitready.com/beginner/2009/02/04/converting-from-svn.html
Instead of contributing to the mass of tutorials already written about the subject, I figured I would take the easy useful way out and compose a list of great tutorials on how to accomplish a migration to Git for those who are familiar with SVN. If you have more links, please comment away and I’ll add them in.
Some tutorials and other resources related to migrating from SVN to Git
links on how to use git and svn together
Google Code Blog: Mercurial support for Project Hosting on Google Code
http://google-code-updates.blogspot.com/2009/04/mercurial-support-for-project-hosting.html
Good news everyone!
Hg Init: a Mercurial tutorial by Joel Spolsky
http://hginit.com/
Pretty decent intro to mercurial, clear and well written. Does dabble a bit on differences to svn as well.
MF Bliki: VersionControlTools
http://martinfowler.com/bliki/VersionControlTools.html
by @martinfowler
CVS/Subversionを使ったバージョン管理(前編:バージョン管理の基礎) - SourceForge.JP Magazine
http://sourceforge.jp/magazine/08/09/09/1038233
Distributed Version Control is here to stay, baby - Joel on Software
http://www.joelonsoftware.com/items/2010/03/17.html
Joel @Spolsky likes Mercurial so much he wrote a tutorial: http://www.joelonsoftware.com/items/2010/03/17.html and http://hginit.com/ – Guido van Rossum (gvanrossum) http://twitter.com/gvanrossum/statuses/10693471706
"If you come at Mercurial with a Subversion mindset, things will almost work, but when they don’t, you’ll be confused, unhappy, and unsuccessful, and you’ll hate Mercurial. Whereas if you free your mind and reimagine version control, and grok the zen of the difference between thinking about managing the versions vs. thinking about managing the changes, you’ll become enlightened and happy and realize that this is the way version control was meant to work."
on how to think distributed....
git ready » what git is not
http://gitready.com/beginner/2009/02/19/what-git-is-not.html
There are obviously many reasons why Git is awesome (and why it sucks too), and there comes a point where it helps to dispel some of the rumors and issues surrounding Git. The following list attempts to show what Git is not.
git resource
プログラマの思索: Subversionを見直せ
http://forza.cocolog-nifty.com/blog/2008/12/subversion-390f.html
SVNの使い方のポイント
Chapter 0: Introduction
http://www.ericsink.com/scm/scm_intro.html
Source Control HOWTO
Our universities often don't teach people how to do source control. We graduate with Computer Science degrees. We know more than we'll ever need to know about discrete math, artificial intelligence and the design of virtual memory systems. But many of us enter the workforce with no knowledge of how to use any of the basic tools of software development, including bug-tracking, unit testing, code coverage, source control, or even IDEs.
Mercurial や Git が使える無料のリポジトリサービスを集めてみた - kwatchの日記
http://d.hatena.ne.jp/kwatch/20081012/1223803517
http://malagma.org/wiki/
無料で使える Git のリポジトリサービス。 install したところで止まってて、まだ実用レベルに入れてないけど。
デブサミ2009「株式会社はてなの開発戦略」講演メモ - RX-7乗りの適当な日々
http://d.hatena.ne.jp/rx7/20090212/p1
はてながgitに移行した話のセッションメモ。
新はてなブックマーク * ユーザ数:21.6万 * PV数:790万PV/日 * サーバ台数:50台 * 2008年11月にリニューアル * 開発期間約9か月 o 最初の4ヶ月くらいは、id:naoyaさんが1人で 旧システムの問題点 * 保守性・拡張性 * テスタビリティ * 他サービスとの密結合
gitよいよい
My Common Git Workflow « Katz Got Your Tongue?
http://yehudakatz.com/2010/05/13/common-git-workflows/
good article on git workflow
Version control with Subversion on Mac OS X | 456 Berea Street
http://www.456bereastreet.com/archive/200812/version_control_with_subversion_on_mac_os_x/
protocols
Roger Johansson on GUI-based version control using Subversion on OS X. He mentions Coda, BBEdit, Cornerstone, Versions and TextMate.
10分で作る、Subversionレポジトリ - Unix的なアレ
http://d.hatena.ne.jp/wadap/20080912/1221239323