First page Back Continue Last page Overview Graphics
Working Copies
A “working copy” is anything that has been checked out of a repository
The working copy contains all of the files and directories in the project, plus a special “administrative directory”, .svn, in each directory in the working copy
The administrative directory contains one file of interest, entries, which is an XML record of each file and sub-directory that is under Subversion's control in the current directory of the working copy
Notes: