March 09
Prof. Ismael H. F. Santos
2
Details: checkout
n
Creates a local working copy
$ svn
checkout
http://svn.example.com/repos/project/trunk
A
trunk/file1
A
trunk/file2
A
trunk/subdir/file3
A
trunk/subdir/file4
Checked out revision 5.
$ cd trunk
$ ls -aF
./
../
.svn/
file1
file2
subdir/
$