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 -

Installing croogo for cakephp -

c# - Use custom conventions when persisting Rebus sagas in MongoDb -