0%
Loading ...

Version Control – GIT – SVN

Version Control Git Svn 0.jpg

 

Logo

Git Version Control - GIT - SVN
Version Control – GIT – SVN

SubVersion Version Control - GIT - SVN
Version Control – GIT – SVN

Opinion

Why Git is better than SVN from stack-overflow

Git

Workflow

Git Tool

TortoiseGit – The coolest Interface to Git Version Control

Compare

Google Trends Git VS SVN

Pros, Cons

Git, SVN , Mercurial Pros ,Cons

Getting started

http://git-scm.com/book/en/v2/Getting-Started-Git-Basics

http://www.drbio.cornell.edu/pl47/svn/html/client.html

Cloud Storage

https://bitbucket.org/

Free, unlimited private repositories

https://www.assembla.com/home

Download page

https://git-scm.com/downloads

http://tortoisesvn.net/downloads.html

From Wikipedia:

Git (/ɡɪt/[4]) is a widely used version control system for software development.[5] It is a distributed revision control system with an emphasis on speed,[6] data integrity,[7] and support for distributed, non-linear workflows.[8] Git was initially designed and developed by Linus Torvalds for Linux kernel development in 2005.

As with most other distributed version control systems, and unlike most client–server systems, every Git working directory is a full-fledged repository with complete history and full version-tracking capabilities, independent of network access or a central server.[9] Like the Linux kernel, Git is free software distributed under the terms of the GNU General Public License version 2.

Apache Subversion (often abbreviated SVN, after the command name svn) is a software versioning and revision control system distributed asfree software under the Apache License.[1] Software developers use Subversion to maintain current and historical versions of files such assource code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System(CVS).

The free software community has used Subversion widely: for example in projects such as Apache Software Foundation, Free Pascal, FreeBSD,GCC, Mono and SourceForge. Google Developers also provides Subversion hosting for their free software projects. CodePlex offers access to Subversion as well as to other types of clients.

The corporate world has also started to adopt Subversion. A 2007 report by Forrester Research recognized Subversion as the sole leader in the Standalone Software Configuration Management (SCM) category and as a strong performer in the Software Configuration and Change Management (SCCM) category.[2]

Subversion was created by CollabNet Inc. in 2000, and is now a top-level Apache project being built and used by a global community of contributors.