svn - Subversion diff : Can't specify revision -



svn - Subversion diff : Can't specify revision -

i have directory 'data', this:

$ svn info info ... revision: 666 ...

so can see managed subversion, , @ revision 666. see changes between 2 specific versions (i.e. files below directory have been changed between revisions):

$ svn diff data@648 data@649

now error, data@648 not under version control. seems svn doesn't interpret 648 revision information.

i checked man page svn diff, , explicitly mentions form

diff pfad-alt[@revalt] url-neu[@revneu]

what did wrong?

svn

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -