John Doucette
John Doucette

Reputation: 4540

How do I tell which Subversion repository I'm working with?

I have several projects spread across different repositories. Sometimes I forget which repository each project is stored in. Is there a command line argument for svn that shows the source repository for the working copy in the current directory?

Upvotes: 5

Views: 1223

Answers (1)

Steve B.
Steve B.

Reputation: 57333

svn info should tell you everything you need to know.

Upvotes: 12

Related Questions