September 2009
Beginner
942 pages
85h 34m
English
add
svn add path ...Add files and directories to your working copy and schedule them for addition to the repository. They will be uploaded and added to the repository on your next commit. If you add something and change your mind before committing, you can unschedule the addition using svn revert.
Alternate names: none
Changes: working copy
Accesses repository: no
| --auto-props |
| --depth arg |
| --no-auto-props |
| --no-ignore |
| --no-parents |
| --non-recursive (-N) |
| --quiet (-q) |
| --targets filename |
To add a file to your working copy:
$ svn add foo.c
A foo.cYou can add a directory without adding its contents:
$ svn add -depth empty otherdir
A otherdir