11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Subversion</strong> Complete ReferenceNamesvn add — Add files, directories, or symbolic links.Synopsissvn add PATH...DescriptionSchedule files, directories, or symbolic links in your working copy for addition to the repository.They will be uploaded and added to the repository on your next commit. If you addsomething and change your mind before committing, you can unschedule the addition usingsvn revert.Alternate namesChangesNoneWorking copyAccesses repositoryOptionsNo--auto-props--depth ARG--force--no-auto-props--no-ignore--parents--quiet (-q)--targets FILENAMEExamplesTo add a file to your working copy:$ svn add foo.cAfoo.cWhen adding a directory, the default behavior of svn add is to recurse:$ svn add testdirAtestdirAtestdir/aAtestdir/bAtestdir/cAtestdir/dYou can add a directory <strong>with</strong>out adding its contents:228

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!