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

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

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

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 -