/osvn

A command line tool to open SVN URLs from a local working copy.

Primary LanguageC#MIT LicenseMIT

OfflineSVN

A command line tool to open SVN URLs from a local working copy.

Useful for scenarios when having a URL to a document under SVN version control, and the SVN server is at the moment not available (e.g. no access to network of SVN server). If the document exists in a local SVN working copy, the tool will look up the file and open it from disk.

Requirements

.NET Core 3.1 (To run app: Runtime | To build app: SDK)

How To Use

  1. Build and publish.
dotnet publish ./src -c Release -o <target folder>
  1. Edit workingcopies.txt in target folder and add your working copy paths.

  2. Add target folder to PATH environment variable.

  3. Press Win+R and enter osvn <your svn url>