TortoiseSVN is a subversion client integrates with Windows Explorer (SVN commands show up in right-click menu). Version 1.14.5 was released in September 2022, so some Windows users still use subversion. https://tortoisesvn.net/.
– Source: Hacker News
/
11 months ago
SVN would be one popular flavor, with for example https://tortoisesvn.net/ being a fairly popular client.
Source:
almost 2 years ago
Have used Tortoise SVN for PL/SQL. Wouldn’t necessarily recommend it over git, but it does a fine job.
Source:
almost 2 years ago
For a project I was working on I setup https://tortoisesvn.net/ on my own computer and they could connect and sync data to and from the repo. It has version control, etc etc.
Source:
about 2 years ago
You can have a look at TortoiseSVN (https://tortoisesvn.net/).
Source:
about 2 years ago
If you are a bit tech savvy, an even better way is to use version control on with the store on another device. I use Tortoise Svn to back up my documents folder to another computer so that in case of a failure of my work computer I can get all my documents back from the remote(another computer in the office) SVN store.
Source:
about 2 years ago
The better way is to use git (there’s several nice user interfaces to pick) or something like tortoisesvn.
Source:
over 2 years ago
Apache Subversion w/ TortoiseSVN front end. Works well for me. Handles actual document versioning really well, but documentation will only be as good as the folks who use it.
Source:
over 3 years ago