Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Check the SVN docs for a full list of all these commandsabbreviations.

Show node contents

svn ls some/relative/path/

...

svn revert path/to/broken/local/file

Setting properties

...


Warning
titleAdvanced Command

This command should usually be done by the repository administrator.  To have Subversion ignore files in your local copy, see the section above entitle "Global config for ignoring files".

...

Files can have properties on them.  This can be used to alter the behavior of Subversion.

For instance, this command will cause all files with the .log extension to be ignored in the current directory. 

svn propset svn:ignore "*.log" .

Tips and Warnings

...