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
Post a Comment