SVN

From www.b-kaempgen.de
Revision as of 14:51, 15 January 2015 by Benedikt Kämpgen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Useful commands for SVN.

  • See contents of an older version of a file:
    • First, look for versions: svn log file
    • Second, open version: svn cat -r r11492 introduction/main.tex | less

Problems

svn can't open document invalid argument

  • This may happen if a file does use special characters in its name.
  • What you can do is "Ignore a folder during SVN updates" [1].
  • You set the folder using: svn update --set-depth exclude bigFolder