Get svn repository details

command-line, svn

Solution

Run `svn info` in that directory. Full info here: http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.info.html

Problem

I just checked out an SVN repository a while ago -- is there any way I can get the details of where I checked it out from by running an SVN command locally?

Original source