Tortoisesvn (tsvn for short) is a Windows Version Control System Apache? Subversion? Client tool.
If you want your subversion library to be available to others, you can include a link on your site. To make it easier to access, you can
Tortoisesvn userContains
Check Link.
When tortoisesvn is installed, it registers a tsvn: Protocol. When tortoisesvn users click this link,
The check-out window will pop up automatically, and the version library URL has been filled in.
To add such a link to your personal HTML page, you only need to add a link like this
CodeYou can:
<A href = "tsvn: http://project.domain.org/svn/trunk"> checkout </a>
Of course, it looks better if you can insert a suitable image. You can use tortoisesvn or your own image. <A href = "tsvn: http://project.domain.org/svn/trunk">
</a>
You can also direct the link to a specific version, for example
<A href = "tsvn: http://project.domain.org/svn/trunk? 100 ">
</A>
Take the <a href = "tsvn: http://project.domain.org/svn/trunk"> checkout </a> link as an example: Firefox browser, click the link, the following dialog box is displayed:
Tortoisesvn checkout Link (can be used to integrate with the site)