How to change a svn commit log message (was RE: [jira] Commented: (FOR-1

http://www.mail-archive.com/[email protected]/msg13257.html message from the mailing list that explains how to edit commit log message in subversion

Git Magic [well written "git for newbees" article]

http://www-cs-students.stanford.edu/~blynn/gitmagic/ Good article that explain basic version control tasks and how to do them with git. Other git how-to articles start with how git differs from other vcs’es and explain about git internals and by doing that they create a huge deal of confusion.

Synchronizing Repositories witn GIT (git-svn how-to)

https://wiki.bnl.gov/dayabay/index.php?title=Synchronizing_Repositories article explains how to use Git to work with remote svn repositories and syncronize your local changes to remote repos. Good article!

VersionControl - FreeBSD Wiki

http://wiki.freebsd.org/VersionControl wiki page from FreeBSD people descibing their experineces and requirements for version control system. They [finally] swicthing from CVS [to Subversion]

Elijah’s Blog » Blog Archive » Local caching: A major distinguishing difference between VCSes

http://blogs.gnome.org/newren/2007/11/24/local-caching-a-major-distinguishing-difference-between-vcses/ more notes on using git: repository size and off-line usage

Elijah’s Blog » Blog Archive » Happenings in the VCS world

http://blogs.gnome.org/newren/2008/03/01/happenings-in-the-vcs-world/ post about git and state of the things in [open source ] version control software

Blogtastic - How to setup a .NET Development Tree

http://www.mikebroberts.com/blog/archive/Tech/ArticlesandPapers/Howtosetupa.NETDevelopmentTree.html Comments on how to organize development environment for a subversion project

Garry's Bit Patterns: TortoiseSVN and Visual Studio Integration - Visual Studio 2008

http://garrys-brain.blogspot.com/2007/07/tortoisesvn-and-visual-studio.html How to include subversion menus (Tortoise SVN ) into Visual Studio 2008