Svn log - svn: '.' is not a working copy
- by fampinheiro
I'm getting "svn: '.' is not a working copy" when i use the svn log command.
I know that i need a working copy for the log command to work but can this be done directly on a repository?
My goal is to display the information (change history) of a repository. I think updating the working copy whenever i need the log information is not a good…