March 09
Prof. Ismael H. F. Santos
2
Details: move
n
Move files and directories
n
The source and destination must both be working copy
references, or they must both be URLs
$ svn
move
subdir moved-dir
A
moved-dir
D
subdir/file3
D
subdir/file4
D
subdir
$ svn
commit
–m "moved a dir"
Adding
moved-dir
Deleting
subdir
Committed revision 15.
$
Subversion remembers that
moved-dir
came from
subdir
.