I have a client that is asking me to give them a listing of every file and folder in the source code (and then a brief explanation of the source tree). Is there an easy way to create some sort of decently formatted list like this from a subversion repository?
Share
You’ll want the list command. Assuming you’re using the command line client
This will give you a full recursive list of everything that’s in the repository. Redirect it to a text file
and then format to your heart’s content.