Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

svn video tutorial [closed]

I wish to learn/understand/use a version control. Do you know any good video tutorial? I'm programming in PHP and C/C++(learning stage) but i think this is not important as long you get the concept.

How can I get the concept?

like image 818
dole doug Avatar asked Nov 16 '09 18:11

dole doug


People also ask

Is SVN Tortoise free?

TortoiseSVN is an Apache™ Subversion (SVN)® client, implemented as a Windows shell extension. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. And it is free to use, even in a commercial environment.

How do I access SVN from browser?

Connecting with your browserNavigate to the Subversion page. Under the list of current projects, click the link for your repository. An authentication pop-up box then appears: Use the username and password you created when setting up the repository.

Is SVN free?

Subversion is free — technically. After all, it's an open source tool. But free doesn't come without setbacks. Using SVN often leads to losses in productivity and high administrative costs.

What is SVN stand for?

SVN stands for Subversion. So, SVN and Subversion are the same. SVN is used to manage and track changes to code and assets across projects.


2 Answers

I'd suggest reading the SVN Book and playing with a sample repository. You won't be able to learn nearly as much watching a video as you'd be able to by just playing around with svn. That being said, link text appears decent (only a quick glance).

like image 106
Stephen Newell Avatar answered Sep 21 '22 12:09

Stephen Newell


Dimecasts has some (5) video tutorials on using SVN

  • Creating and Applying patches with Subversion (SVN)
  • Learning how to resolve conflicts within Subversion (SVN) using TortoiseSVN
  • Setting up a Project in Subversion (Svn)
  • Learning the Check-in Dance
  • Setting up a Project for Source Control
like image 4
Allen Rice Avatar answered Sep 21 '22 12:09

Allen Rice