Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

learning svn for experienced git users? [closed]

Tags:

git

svn

I'm looking for "more than an introduction" to subversion for someone like me who is by far most comfortable with git and passingly competent with subversion and looking to learn more advanced subversion use. Preferably something 'faster' than reading Practical Subversion.

like image 403
Arthur Ulfeldt Avatar asked Jul 20 '10 21:07

Arthur Ulfeldt


People also ask

Is SVN easier than Git?

SVN has one central repository – which makes it easier for managers to have more of a top down approach to control, security, permissions, mirrors and dumps. Additionally, many say SVN is easier to use than Git. For example, it is easier to create a new feature. With Git, it takes an extra step to create a new feature.

Which is better SVN or Git?

SVN is better than Git for architecture performance, binary files, and usability. And it may be better for access control and auditability, based on your needs.

Is SVN still being used?

While SVN is no longer the most used VCS, it has managed to establish itself in a few very niche areas. Features like customizable access control to project files and a central server are some reasons why developers may still be using SVN.

Why do people prefer Git over SVN?

Many people prefer Git for version control for a few reasons: It's faster to commit. Because you commit to the central repository more often in SVN, network traffic slows everyone down. Whereas with Git, you're working mostly on your local repository and only committing to the central repository every so often.


1 Answers

Some advanced topics can be found here:

http://subversion.apache.org/docs/community-guide/

like image 126
user398035 Avatar answered Oct 08 '22 06:10

user398035