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
Post a Comment