how to get the latest and recent revision details of the code base in svn server? -


We are keeping check-in codes in our SVN server.

When I use the "svn info" command, it is giving a description of the modification of the copy of the work. Is there a command to get the latest amendment of the code base in the SVN server?

Maybe you need

  svn log  < / Pre> 

or

  svn diff [rev1]: [rev2]    

Comments

Popular posts from this blog

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -

jasper reports - How to center align barcode using jasperreports and barcode4j -

django - CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False -