How to know the current version of a repository on the SVN server.
$ svn info -r HEAD
In the case of Git/SVN, this will be.
$ git ls-remote --heads origin
How to know the current version of a repository on the SVN server.
$ svn info -r HEAD
In the case of Git/SVN, this will be.
$ git ls-remote --heads origin
by
Tags:
Leave a Reply