domlao
domlao

Reputation: 16029

Subversion list of modified files with updated version in repo

How do I know if my modified local copy of files have an updated version in repository?

Please advise.

Upvotes: 0

Views: 32

Answers (1)

Lazy Badger
Lazy Badger

Reputation: 97270

CLI: svn status -u

   The out-of-date information appears in the ninth column (with -u):
      '*' a newer revision exists on the server
      ' ' the working copy is up to date

TortoiseSVN: CM - "Check for modification" - "Check repository" button

Upvotes: 2

Related Questions