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 Reference$ svn add --depth=empty otherdirAotherdirNormally, the command svn add * will skip over any directories that are already underversion control. Sometimes, however, you may want to add every unversioned object inyour working copy, including those hiding deeper. Passing the --force option makes svnadd recurse into versioned directories:$ svn add * --forceAfoo.cAsomedir/bar.cA (bin) otherdir/docs/baz.doc…229

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

Saved successfully!

Ooh no, something went wrong!