user1556433
user1556433

Reputation:

How to get the list of all changed files in SVN?

I want to get the list of all the files which I have changed till now from initial code which I first checked in to SVN (the initial code). Is there any way to get this list in SVN?

Upvotes: 0

Views: 198

Answers (1)

Heaven42
Heaven42

Reputation: 329

If you're using Tortoize svn then : Right click on your folder Show log right click on your last revision compare with previous version and choose the two versions you want to compare ( basically 1 and last )

Hope that's help

Upvotes: 1

Related Questions