Search code examples
svn

See last changes in svn


I paused development on a project before going on holidays. Now after a few weeks I'd like to know what were the last things in source I was working on?

Is there a chance to see e.g. in WebSVN the last changes in the whole repository?


Solution

  • If you have not yet commit you last changes before vacation. - Command line to the project folder. - Type 'svn diff'

    If you already commit you last changes before vacation.

    • Browse to your project.
    • Find a link "View log". Click it.
    • Select top two revision and Click "Compare Revisions" button in the bottom. This will show you the different between the latest and the previous revision.