Skip to main content
deleted 3 characters in body
Source Link
Nam G VU
  • 35.2k
  • 78
  • 242
  • 390

svn info -r 'HEAD'HEAD

This will give you the latest revision number at the head of your repository.

There are some nice blog posts about integrating subversion numbers into your build script:

svn info -r 'HEAD'

This will give you the latest revision number at the head of your repository.

There are some nice blog posts about integrating subversion numbers into your build script:

svn info -r HEAD

This will give you the latest revision number at the head of your repository.

There are some nice blog posts about integrating subversion numbers into your build script:

Source Link
Nick Haddad
  • 8.9k
  • 3
  • 35
  • 39

svn info -r 'HEAD'

This will give you the latest revision number at the head of your repository.

There are some nice blog posts about integrating subversion numbers into your build script: