SVN - PowerPoint PPT Presentation

1 / 10
About This Presentation
Title:

SVN

Description:

When you checkout from stu (ssh), svn will attempt to store authentication ... You don't need to check out everything at once! ... – PowerPoint PPT presentation

Number of Views:191
Avg rating:3.0/5.0
Slides: 11
Provided by: ENCS
Category:
Tags: svn | checkout

less

Transcript and Presenter's Notes

Title: SVN


1
SVN
2
The SVN Book
  • http//svnbook.red-bean.com/nightly/en/svn-book.pd
    f
  • Read Chapter 1!!!

3
Local Workspaces for a Virtual File System
Figure 1.1. A typical client/server system
From http//svnbook.red-bean.com/nightly/en/svn-bo
ok.pdf, pg 23
4
Storing Authentication
  • When you checkout from stu (ssh), svn will
    attempt to store authentication tokens so you
    wont need to give username/password information
    again.
  • This is stored in .subversion/auth/svn.simple

5
svn commands
  • svn co (checkout)
  • svn add
  • svn commit
  • svn update
  • svn rm (remove)
  • svn mv (move)
  • svn cp (copy)

6
Checking Out
  • svn co http//group0X.stu.encs.concordia.ca/svn
  • This will create a directory called svn (your
    workspace)
  • This directory will contain all projects in your
    repository

7
Checking Out (2)
  • You dont need to check out everything at once!
  • svn co http//group0X.stu.encs.concordia.ca/svn/39
    0
  • This will create a 390 directory with the 390
    project.

8
Add and Remove
  • Add/remove files/directories
  • History is not discarded on removal
  • Nothing actually changes till you commit!

9
Committing
  • svn commit from a workspace will commit all
    changes.
  • Conflicts will prompt messages.
  • Either all changes will go through, or none will

10
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com