How to use the SVN archive

Table of Contents


Using SVN in the control room


Uploading a New Directory to the Repository


Getting files from off-site


Adding and Committing Files


Other Commands for Manipulating Files

Remember: use -m 'Insert text here' at the end of commands to leave a commit message. You must always document and leave a commit message.


Updating and Reverting Local Files from the Server Files


A sample session

Task: Making your own directory under trunk/docs/ and put a draft of your potentially Nobel prize winning paper.

(1) Make your own directory in the repository.

(2) Check out the directory you just created to your machine.

(3) Move to the checked out directory.

(4) Put your draft into the directory.

(5) Put the file under the svn's control.

(6) Check it in to the svn repository.

(7) Update your working copy.

(8) Now delete the file from the repository because you realized it is totally bullshit.


SVN clients

Windows

Mac OSX

How_To/Use_the_SVN_archive (last edited 2017-11-18 05:16:31 by GabrielevajenteATligoDOTorg)