svn - Is there a command which will print the path of the file in the repo-browser in the command line -


dupe

Is there a command that will print the path of the file in the repo browser command line In?

The SVN diff only prints the name of the file.

Thank you.

To get details about the file, click svn info & lt; File & gt; . This includes the URL, which includes its path in the repository in case of a file. If you only need the path without the repository route, you get the repository root in the output, so it can be easily filtered.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -